Index: mojo/dart/embedder/test/BUILD.gn |
diff --git a/mojo/dart/embedder/test/BUILD.gn b/mojo/dart/embedder/test/BUILD.gn |
index 5d9a8ab03400b5465b5fa251aafea84ea10ecc94..875691d422cdd8b4d61daa427965bfe9ccaea361 100644 |
--- a/mojo/dart/embedder/test/BUILD.gn |
+++ b/mojo/dart/embedder/test/BUILD.gn |
@@ -20,6 +20,7 @@ test("dart_unittests") { |
"//mojo/public/cpp/system", |
"//mojo/public/cpp/utility", |
"//mojo/environment:chromium", |
+ "//testing/gtest", |
] |
} |
@@ -39,7 +40,8 @@ source_set("dart_to_cpp_unittests") { |
] |
deps = [ |
":dart_to_cpp_bindings", |
- "//crypto:crypto", |
+ "//base", |
+ "//crypto", |
"//mojo/dart/embedder:dart_controller", |
"//mojo/edk/test:test_support", |
"//mojo/public/cpp/bindings", |