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

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

Issue 1511783002: Mojo JS bindings: fix the unittests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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
« no previous file with comments | « mojo/edk/js/BUILD.gn ('k') | mojo/edk/system/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/js/test/BUILD.gn
diff --git a/mojo/edk/js/test/BUILD.gn b/mojo/edk/js/test/BUILD.gn
index e41e889a6fa7ffaeeb9f61e970739761d35198c2..c95260bd80a1ef0a4633bcbc9fd4e7d90ed23ebf 100644
--- a/mojo/edk/js/test/BUILD.gn
+++ b/mojo/edk/js/test/BUILD.gn
@@ -4,15 +4,15 @@
import("//testing/test.gni")
-# TODO(use_chrome_edk): remove "2"
-test("js_unittests2") {
+test("js_unittests") {
+ output_name = "mojo_js_unittests"
+
deps = [
- "../../js",
- "../../js:js_unittests",
- "../../test:run_all_unittests",
- "../../test:test_support",
"//base",
"//gin:gin_test",
+ "//mojo/edk/js",
+ "//mojo/edk/test:run_all_unittests",
+ "//mojo/edk/test:test_support",
"//mojo/environment:chromium",
"//mojo/public/cpp/environment",
"//mojo/public/cpp/system",
« no previous file with comments | « mojo/edk/js/BUILD.gn ('k') | mojo/edk/system/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698