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

Unified Diff: ios/web/BUILD.gn

Issue 1929783002: [ios Mojo] Supporting code for define WebUI function. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo_require_js
Patch Set: Actually use Map API 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') | 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 014ff7e0bdd99594b368090d268ba6606cbf30d7..7956196b8f70f651e46b31797d217ece256d372c 100644
--- a/ios/web/BUILD.gn
+++ b/ios/web/BUILD.gn
@@ -326,6 +326,8 @@ source_set("test_support") {
"public/test/test_web_view_content_view.mm",
"test/crw_fake_web_controller_observer.h",
"test/crw_fake_web_controller_observer.mm",
+ "test/test_url_constants.cc",
+ "test/test_url_constants.h",
"test/test_web_thread.cc",
"test/test_web_thread_bundle.cc",
"test/web_int_test.h",
@@ -445,10 +447,12 @@ js_compile_bundle("web_ui_bundle") {
closure_entry_point = "__crWeb.webUIBundle"
sources = [
+ "../third_party/requirejs/require.js",
"webui/resources/web_ui_base.js",
"webui/resources/web_ui_bind.js",
"webui/resources/web_ui_bundle.js",
"webui/resources/web_ui_favicons.js",
+ "webui/resources/web_ui_module_load_notifier.js",
"webui/resources/web_ui_send.js",
]
}
« no previous file with comments | « no previous file | ios/web/ios_web.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698