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

Unified Diff: ios/provider/ios_provider_web.gyp

Issue 1110213002: Upstream most of the iOS WebUI support in ios/web/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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/provider/ios_provider_web.gyp
diff --git a/ios/provider/ios_provider_web.gyp b/ios/provider/ios_provider_web.gyp
index fe44f013ac58626f8931d30ed32590f3b585b87d..90b7687610350da6e75eeab3021f89f59d3a5063 100644
--- a/ios/provider/ios_provider_web.gyp
+++ b/ios/provider/ios_provider_web.gyp
@@ -19,6 +19,12 @@
'sources': [
'../public/provider/web/web_controller_provider.h',
'../public/provider/web/web_controller_provider.mm',
+ '../public/provider/web/web_ui_ios.h',
+ '../public/provider/web/web_ui_ios_controller.cc',
+ '../public/provider/web/web_ui_ios_controller.h',
+ '../public/provider/web/web_ui_ios_controller_factory.h',
+ '../public/provider/web/web_ui_ios_message_handler.cc',
+ '../public/provider/web/web_ui_ios_message_handler.h',
],
},
],

Powered by Google App Engine
This is Rietveld 408576698