Index: mojo/edk/js/test/BUILD.gn |
diff --git a/mojo/edk/js/test/BUILD.gn b/mojo/edk/js/test/BUILD.gn |
index 6e9792c7e5e5da5857fae78437ce9dcbefbf9ece..badc3ad5d24c695cd381c257614b0fa90585c852 100644 |
--- a/mojo/edk/js/test/BUILD.gn |
+++ b/mojo/edk/js/test/BUILD.gn |
@@ -8,13 +8,13 @@ test("js_unittests") { |
"../../js:js_unittests", |
"../../test:run_all_unittests", |
"../../test:test_support", |
- "../../../environment:chromium", |
"../../../public/cpp/environment", |
"../../../public/cpp/system", |
"../../../public/cpp/utility", |
"../../../public/interfaces/bindings/tests:test_interfaces", |
"//base", |
"//gin:gin_test", |
+ "//mojo/environment:chromium", |
] |
sources = [ |
@@ -28,11 +28,11 @@ test("js_integration_tests") { |
"../../js/tests:js_to_cpp_tests", |
"../../test:run_all_unittests", |
"../../test:test_support", |
- "../../../environment:chromium", |
"../../../public/cpp/bindings", |
"../../../public/interfaces/bindings/tests:test_interfaces", |
"//base", |
"//gin:gin_test", |
+ "//mojo/environment:chromium", |
] |
sources = [ |