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

Unified Diff: ios/web/BUILD.gn

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/public/provider/web/web_ui_ios_message_handler.cc ('k') | ios/web/ios_web.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/BUILD.gn
diff --git a/ios/web/BUILD.gn b/ios/web/BUILD.gn
index f575797ad281f24f9c012cabc8556cc8328b07e9..c493fd15c8d676565e5d44b06c107896fc199e07 100644
--- a/ios/web/BUILD.gn
+++ b/ios/web/BUILD.gn
@@ -163,6 +163,12 @@ source_set("web") {
"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/public/provider/web/web_ui_ios_message_handler.cc ('k') | ios/web/ios_web.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698