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

Unified Diff: ios/web/BUILD.gn

Issue 1956113002: [ios Mojo] iOS facade class for Mojo API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More updates to gn. Created 4 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.gyp » ('j') | ios/web/webui/mojo_facade.mm » ('J')
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 0c3444eb57513fe426bb46b46a7151d42a5a1c22..f1d597948d8f6d8ff1650e49c29164456816cb6a 100644
--- a/ios/web/BUILD.gn
+++ b/ios/web/BUILD.gn
@@ -232,6 +232,8 @@ source_set("web") {
"webui/crw_web_ui_manager.mm",
"webui/crw_web_ui_page_builder.h",
"webui/crw_web_ui_page_builder.mm",
+ "webui/mojo_facade.h",
+ "webui/mojo_facade.mm",
"webui/shared_resources_data_source_ios.h",
"webui/shared_resources_data_source_ios.mm",
"webui/url_data_manager_ios.cc",
@@ -286,6 +288,7 @@ source_set("test_support") {
"//base/test:test_support",
"//ios/testing:ocmock_support",
"//ios/third_party/gcdwebserver",
+ "//ios/web/test:mojo_bindings",
Eugene But (OOO till 7-30) 2016/05/12 20:48:10 This gives me gn error: https://build.chromium.or
"//net:test_support",
"//testing/gmock",
"//testing/gtest",
@@ -428,6 +431,7 @@ test("ios_web_unittests") {
"web_state/wk_web_view_security_util_unittest.mm",
"webui/crw_web_ui_manager_unittest.mm",
"webui/crw_web_ui_page_builder_unittest.mm",
+ "webui/mojo_facade_unittest.mm",
"webui/url_fetcher_block_adapter_unittest.mm",
]
}
« no previous file with comments | « no previous file | ios/web/ios_web.gyp » ('j') | ios/web/webui/mojo_facade.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698