Index: content/test/BUILD.gn |
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn |
index 987b0757dc3e49d7c075f110b983081eac5f0b44..920292c4581e13dac455d50a030121e673c9f296 100644 |
--- a/content/test/BUILD.gn |
+++ b/content/test/BUILD.gn |
@@ -55,6 +55,7 @@ source_set("test_support") { |
public_deps += [ "//third_party/WebKit/public:blink" ] |
deps += [ |
+ ":content_test_mojo_bindings", |
"//components/scheduler:scheduler", |
"//content/browser/speech/proto", |
"//content/public/child", |
@@ -67,6 +68,8 @@ source_set("test_support") { |
"//cc:test_support", |
"//ipc/mojo", |
"//media", |
+ "//mojo/application/public/cpp", |
+ "//mojo/environment:chromium", |
"//ppapi/host", |
"//ppapi/proxy", |
"//ppapi/proxy:test_support", |
@@ -200,6 +203,12 @@ source_set("browsertest_support") { |
} |
} |
+mojom("content_test_mojo_bindings") { |
+ sources = [ |
+ "../public/test/test_mojo_service.mojom", |
+ ] |
+} |
+ |
mojom("web_ui_test_mojo_bindings") { |
sources = [ |
"data/web_ui_test_mojo_bindings.mojom", |
@@ -277,6 +286,7 @@ if (!is_mac) { |
"//media/audio:test_support", |
"//media/base:test_support", |
"//media:shared_memory_support", |
+ "//mojo/application/public/cpp", |
"//mojo/environment:chromium", |
"//net:test_support", |
"//ppapi/host", |