Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(787)

Unified Diff: mojo/edk/js/test/BUILD.gn

Issue 1350023003: Add a Mojo EDK for Chrome that uses one OS pipe per message pipe. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more cleanup Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: mojo/edk/js/test/BUILD.gn
diff --git a/third_party/mojo/src/mojo/edk/js/test/BUILD.gn b/mojo/edk/js/test/BUILD.gn
similarity index 53%
copy from third_party/mojo/src/mojo/edk/js/test/BUILD.gn
copy to mojo/edk/js/test/BUILD.gn
index d5439121b39bb26557e5d14603ff9bf81adef7ef..86390ba51229179e75d11fc30decb9515ee5cfe0 100644
--- a/third_party/mojo/src/mojo/edk/js/test/BUILD.gn
+++ b/mojo/edk/js/test/BUILD.gn
@@ -4,20 +4,21 @@
import("//testing/test.gni")
-test("js_unittests") {
+# TODO(use_chrome_edk): remove "2"
+test("js_unittests2") {
deps = [
"../../js",
"../../js:js_unittests",
"../../test:run_all_unittests",
"../../test:test_support",
- "../../../public/cpp/environment",
- "../../../public/cpp/system",
- "../../../public/cpp/utility",
- "../../../public/interfaces/bindings/tests:test_interfaces",
- "../../../public/interfaces/bindings/tests:test_interfaces_experimental",
"//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",
]
sources = [
@@ -25,14 +26,15 @@ test("js_unittests") {
]
}
-test("js_integration_tests") {
+# TODO(use_chrome_edk): remove "2"
+test("js_integration_tests2") {
deps = [
"../../js",
"../../js/tests:js_to_cpp_tests",
"../../test:run_all_unittests",
"../../test:test_support",
- "../../../public/cpp/bindings",
- "../../../public/interfaces/bindings/tests:test_interfaces",
+ "//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",
« no previous file with comments | « mojo/edk/js/support.cc ('k') | mojo/edk/js/test/hexdump.js » ('j') | mojo/edk/system/core.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698