Index: content/test/BUILD.gn |
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn |
index 7fd71449e2118448fef1c9a9c1fced6185e3f9bc..18d63daccaaef9616505e760821118c74998cca8 100644 |
--- a/content/test/BUILD.gn |
+++ b/content/test/BUILD.gn |
@@ -200,6 +200,12 @@ source_set("browsertest_support") { |
} |
} |
+mojom("content_test_mojo_bindings") { |
+ sources = [ |
+ "test_service.mojom", |
+ ] |
+} |
+ |
mojom("web_ui_test_mojo_bindings") { |
sources = [ |
"data/web_ui_test_mojo_bindings.mojom", |
@@ -263,6 +269,7 @@ if (!is_mac) { |
deps = [ |
":browsertest_support", |
+ ":content_test_mojo_bindings", |
":web_ui_test_mojo_bindings", |
"//base/allocator", |
"//base/test:test_support", |