Index: mojo/public/cpp/bindings/tests/BUILD.gn |
diff --git a/mojo/public/cpp/bindings/tests/BUILD.gn b/mojo/public/cpp/bindings/tests/BUILD.gn |
index 0051270033623e02105afeeb1d01f6e1052e9114..e230e0fc1765fd1de14cde5ea428b82be4591085 100644 |
--- a/mojo/public/cpp/bindings/tests/BUILD.gn |
+++ b/mojo/public/cpp/bindings/tests/BUILD.gn |
@@ -5,6 +5,7 @@ |
import("../../../mojo_sdk.gni") |
mojo_sdk_source_set("tests") { |
+ restrict_external_deps = false |
testonly = true |
sources = [ |
@@ -29,6 +30,7 @@ mojo_sdk_source_set("tests") { |
deps = [ |
":mojo_public_bindings_test_utils", |
+ "//base", |
"//testing/gtest", |
] |