Index: mojo/edk/js/test/BUILD.gn |
diff --git a/mojo/edk/js/test/BUILD.gn b/mojo/edk/js/test/BUILD.gn |
index 86390ba51229179e75d11fc30decb9515ee5cfe0..e41e889a6fa7ffaeeb9f61e970739761d35198c2 100644 |
--- a/mojo/edk/js/test/BUILD.gn |
+++ b/mojo/edk/js/test/BUILD.gn |
@@ -14,11 +14,11 @@ test("js_unittests2") { |
"//base", |
"//gin:gin_test", |
"//mojo/environment:chromium", |
- "//third_party/mojo/src/mojo/public/cpp/environment", |
- "//third_party/mojo/src/mojo/public/cpp/system", |
- "//third_party/mojo/src/mojo/public/cpp/utility", |
- "//third_party/mojo/src/mojo/public/interfaces/bindings/tests:test_interfaces", |
- "//third_party/mojo/src/mojo/public/interfaces/bindings/tests:test_interfaces_experimental", |
+ "//mojo/public/cpp/environment", |
+ "//mojo/public/cpp/system", |
+ "//mojo/public/cpp/utility", |
+ "//mojo/public/interfaces/bindings/tests:test_interfaces", |
+ "//mojo/public/interfaces/bindings/tests:test_interfaces_experimental", |
] |
sources = [ |
@@ -33,11 +33,11 @@ test("js_integration_tests2") { |
"../../js/tests:js_to_cpp_tests", |
"../../test:run_all_unittests", |
"../../test:test_support", |
- "//third_party/mojo/src/mojo/public/cpp/bindings", |
- "//third_party/mojo/src/mojo/public/interfaces/bindings/tests:test_interfaces", |
"//base", |
"//gin:gin_test", |
"//mojo/environment:chromium", |
+ "//mojo/public/cpp/bindings", |
+ "//mojo/public/interfaces/bindings/tests:test_interfaces", |
] |
sources = [ |