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

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

Issue 690743003: Move mojo/bindings/js to mojo/edk/js (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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/apps/js/test/BUILD.gn
diff --git a/mojo/apps/js/test/BUILD.gn b/mojo/apps/js/test/BUILD.gn
index 2b448ab45133a0ab2401cd10af95f3e489e2f1ba..1777700ed358efbdbcb31ae0c3785f7bc2392263 100644
--- a/mojo/apps/js/test/BUILD.gn
+++ b/mojo/apps/js/test/BUILD.gn
@@ -10,7 +10,7 @@ test("apps_js_unittests") {
"//gin:gin_test",
"//mojo/apps/js:mojo_runner",
"//mojo/apps/js/bindings",
- "//mojo/bindings/js",
+ "//mojo/edk/js",
"//mojo/common",
"//mojo/edk/test:run_all_unittests",
"//mojo/edk/test:test_support",
@@ -20,7 +20,6 @@ test("apps_js_unittests") {
]
sources = [
- "handle_unittest.cc",
"js_to_cpp_unittest.cc",
"run_apps_js_tests.cc",
]

Powered by Google App Engine
This is Rietveld 408576698