Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(169)

Unified Diff: ios/web/ios_web.gyp

Issue 914993006: Upstream web_controller_provider and dependencies (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@libusb
Patch Set: git cl upload --no-find-copies Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ios/web/ios_web.gyp
diff --git a/ios/web/ios_web.gyp b/ios/web/ios_web.gyp
index 6abaacf75eb9e6a4d0eebe7116f34e47b914d1e2..66f1c0f92cd33c95ad9fbee979ec19e591e81b0a 100644
--- a/ios/web/ios_web.gyp
+++ b/ios/web/ios_web.gyp
@@ -57,6 +57,8 @@
'web_state/js/crw_js_message_dynamic_manager.h',
'web_state/js/crw_js_message_dynamic_manager.mm',
'web_state/js/crw_js_message_manager.mm',
+ 'web_state/ui/web_view_js_utils.h',
+ 'web_state/ui/web_view_js_utils.mm',
'web_state/web_state_observer.cc',
'web_thread.cc',
'web_thread_impl.cc',
@@ -64,6 +66,13 @@
'web_view_util.h',
'web_view_util.mm',
],
+ 'link_settings': {
+ 'xcode_settings': {
+ 'OTHER_LDFLAGS': [
+ '-weak_framework WebKit',
+ ]
+ },
+ },
},
{
'target_name': 'js_resources',

Powered by Google App Engine
This is Rietveld 408576698