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

Unified Diff: ios/web/ios_web.gyp

Issue 2116673002: [ios] Moved WebUI provider code to ios/web. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Self review Created 4 years, 6 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 | « ios/web/BUILD.gn ('k') | ios/web/public/webui/OWNERS » ('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 5237d9c10f300e9705cd818f1f1f0721b2c38706..a446e84370a355092aebcdb785bbed80e2b8017e 100644
--- a/ios/web/ios_web.gyp
+++ b/ios/web/ios_web.gyp
@@ -197,6 +197,12 @@
'public/web_thread_delegate.h',
'public/web_ui_ios_data_source.h',
'public/web_view_creation_util.h',
+ 'public/webui/web_ui_ios.h',
+ 'public/webui/web_ui_ios_controller.cc',
+ 'public/webui/web_ui_ios_controller.h',
+ 'public/webui/web_ui_ios_controller_factory.h',
+ 'public/webui/web_ui_ios_message_handler.cc',
+ 'public/webui/web_ui_ios_message_handler.h',
'string_util.cc',
'url_scheme_util.mm',
'url_util.cc',
« no previous file with comments | « ios/web/BUILD.gn ('k') | ios/web/public/webui/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698