Index: mojo/edk/js/BUILD.gn |
diff --git a/third_party/mojo/src/mojo/edk/js/BUILD.gn b/mojo/edk/js/BUILD.gn |
similarity index 78% |
copy from third_party/mojo/src/mojo/edk/js/BUILD.gn |
copy to mojo/edk/js/BUILD.gn |
index ed1b81f7fce951d1558991307958be578824987e..dc61068ec37bd1ea5332edae0736d5594f9afceb 100644 |
--- a/third_party/mojo/src/mojo/edk/js/BUILD.gn |
+++ b/mojo/edk/js/BUILD.gn |
@@ -13,8 +13,9 @@ import("../mojo_edk.gni") |
group("tests") { |
testonly = true |
deps = [ |
- "test:js_unittests", |
- "test:js_integration_tests", |
+ # TODO(use_chrome_edk): remove "2" |
+ "test:js_unittests2", |
+ "test:js_integration_tests2", |
] |
} |
@@ -43,9 +44,9 @@ mojo_edk_source_set("js") { |
"//v8", |
] |
- mojo_sdk_deps = [ |
- "mojo/public/cpp/environment", |
- "mojo/public/cpp/system", |
+ deps = [ |
+ "//third_party/mojo/src/mojo/public/cpp/environment", |
+ "//third_party/mojo/src/mojo/public/cpp/system", |
] |
} |
@@ -56,13 +57,9 @@ mojo_edk_source_set("js_unittests") { |
] |
deps = [ |
+ "//mojo/edk/js", |
+ "//mojo/edk/test:test_support", |
"//testing/gtest", |
+ "//third_party/mojo/src/mojo/public/cpp/system", |
] |
- |
- mojo_edk_deps = [ |
- "mojo/edk/js", |
- "mojo/edk/test:test_support", |
- ] |
- |
- mojo_sdk_deps = [ "mojo/public/cpp/system" ] |
} |