[ios/mac] Use framework_dirs to set framework search path
Instead of passing -F ... via cflags & ldflags, use the new config parameter framework_dirs to set the framework search path. As this is properly propagated, stop using all_dependent_configs in favor of just public_configs. Fix the definition of the ios_framework_bundle template to not pass the public_configs to the internal source_set and shared_library target in order to fix the build with goma RBE. Change libs to frameworks to give the list of frameworks in the modified files (to reduce the churn). Add missing dependency on //ios/third_party/webkit. Bug: 1052560 Change-Id: I8ba046bec961edd6396509cc087782013a66e7a0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2061194 Auto-Submit: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:Robert Sesek <rsesek@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Commit-Queue: Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#742215}
Showing
Please register or sign in to comment