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

Unified Diff: ios/web/BUILD.gn

Issue 2006273005: [ios Mojo] Integration test for Mojo WebUI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed "data" from ios_web_inttest GN target. 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_inttests.gyp » ('j') | ios/web/ios_web_inttests.gyp » ('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 e77799d78ff3f3efde6f963328f64581b85f76e4..56f4704d7ed6525b96219740b612865907a26268 100644
--- a/ios/web/BUILD.gn
+++ b/ios/web/BUILD.gn
@@ -472,9 +472,14 @@ test("ios_web_inttests") {
deps = [
":test_support",
":web",
+ "test:mojo_bindings",
sdefresne 2016/05/28 13:04:01 Please only use relative name for target defined i
Eugene But (OOO till 7-30) 2016/05/31 17:26:57 Done.
+ "test:packed_resources",
+ "test:resources",
"//base/test:test_support",
+ "//ios/public/provider/web",
"//mojo/edk/system",
"//net:test_support",
+ "//services/shell/public/cpp",
"//testing/gtest",
"//ui/base:test_support",
]
@@ -482,6 +487,7 @@ test("ios_web_inttests") {
"browser_state_web_view_partition_inttest.mm",
"public/test/http_server_inttest.mm",
"test/run_all_unittests.cc",
+ "webui/web_ui_mojo_inttest.mm",
]
}
@@ -537,6 +543,6 @@ grit("resources") {
]
grit_flags = [
"-E",
- "root_out_dir=" + rebase_path(root_out_dir, root_build_dir),
+ "root_gen_dir=" + rebase_path(root_out_dir, root_build_dir),
sdefresne 2016/05/28 13:04:02 You want to have the grit variable "root_gen_dir"
Eugene But (OOO till 7-30) 2016/05/31 17:26:57 Done. Thank you for explanation!
]
}
« no previous file with comments | « no previous file | ios/web/ios_web_inttests.gyp » ('j') | ios/web/ios_web_inttests.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698