Index: ios/web/BUILD.gn |
diff --git a/ios/web/BUILD.gn b/ios/web/BUILD.gn |
index e77799d78ff3f3efde6f963328f64581b85f76e4..fe06615eb70d705873f8cfc48170cb7b08e19b4c 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", |
+ "test:repacked_resources", |
"//base/test:test_support", |
+ "//ios/public/provider/web", |
+ "//ios/web/test:resources", |
"//mojo/edk/system", |
"//net:test_support", |
+ "//services/shell/public/cpp", |
"//testing/gtest", |
"//ui/base:test_support", |
] |
@@ -482,6 +487,10 @@ 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", |
+ ] |
+ data = [ |
sdefresne
2016/05/26 17:45:18
"data" is not used in iOS, remove.
If you want th
Eugene But (OOO till 7-30)
2016/05/26 20:53:32
Done.
|
+ "$root_gen_dir/ios/web/test/resources.pak", |
] |
} |
@@ -539,4 +548,5 @@ grit("resources") { |
"-E", |
"root_out_dir=" + rebase_path(root_out_dir, root_build_dir), |
] |
+ output_dir = "$root_gen_dir/ios/web" |
sdefresne
2016/05/26 17:45:18
This should not be necessary, output_dir defaults
Eugene But (OOO till 7-30)
2016/05/26 20:53:32
Done.
|
} |