diff options
Diffstat (limited to 'chromium/mojo/public/cpp/bindings/tests')
-rw-r--r-- | chromium/mojo/public/cpp/bindings/tests/BUILD.gn | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/chromium/mojo/public/cpp/bindings/tests/BUILD.gn b/chromium/mojo/public/cpp/bindings/tests/BUILD.gn index 6fb6542728a..16674cc3366 100644 --- a/chromium/mojo/public/cpp/bindings/tests/BUILD.gn +++ b/chromium/mojo/public/cpp/bindings/tests/BUILD.gn @@ -67,7 +67,6 @@ source_set("tests") { ":test_extra_cpp_template_mojom", ":test_mojom", "//base/test:test_support", - "//mojo/core/embedder", "//mojo/public/cpp/bindings", "//mojo/public/cpp/system", "//mojo/public/cpp/test_support:test_utils", @@ -197,7 +196,10 @@ source_set("mojo_public_bindings_test_utils") { "validation_test_input_parser.h", ] - deps = [ "//mojo/public/c/system" ] + deps = [ + "//base", + "//mojo/public/c/system", + ] } action("generate_test_mojom") { |