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

Unified Diff: ios/web/ios_web.gyp

Issue 1137143004: WebUI for WKWebView (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix unittest issues Created 5 years, 7 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
« no previous file with comments | « no previous file | ios/web/ios_web_unittests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/ios_web.gyp
diff --git a/ios/web/ios_web.gyp b/ios/web/ios_web.gyp
index 958c203f0dc5fb7a6eb67c0186b09bbb941359f3..4a327cae3a60c71df2283ef2ca1ec177f7c07dd2 100644
--- a/ios/web/ios_web.gyp
+++ b/ios/web/ios_web.gyp
@@ -219,6 +219,8 @@
'web_thread_impl.cc',
'web_thread_impl.h',
'web_view_util.mm',
+ 'webui/crw_web_ui_manager.h',
+ 'webui/crw_web_ui_manager.mm',
'webui/crw_web_ui_page_builder.h',
'webui/crw_web_ui_page_builder.mm',
'webui/shared_resources_data_source_ios.cc',
@@ -335,11 +337,13 @@
'sources': [
'web_state/js/resources/plugin_placeholder.js',
'web_state/js/resources/window_id.js',
+ 'webui/resources/web_ui.js',
],
'link_settings': {
'mac_bundle_resources': [
'<(SHARED_INTERMEDIATE_DIR)/plugin_placeholder.js',
'<(SHARED_INTERMEDIATE_DIR)/window_id.js',
+ '<(SHARED_INTERMEDIATE_DIR)/web_ui.js',
],
},
'includes': [
« no previous file with comments | « no previous file | ios/web/ios_web_unittests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698