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

Unified Diff: mojo/edk/js/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/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" ]
}
« no previous file with comments | « mojo/edk/embedder/test_embedder.cc ('k') | mojo/edk/js/core.h » ('j') | mojo/edk/system/core.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698