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

Unified Diff: mojo/edk/js/tests/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/edk/js/tests/BUILD.gn
diff --git a/mojo/bindings/js/tests/BUILD.gn b/mojo/edk/js/tests/BUILD.gn
similarity index 89%
rename from mojo/bindings/js/tests/BUILD.gn
rename to mojo/edk/js/tests/BUILD.gn
index 9cf90b128dfe410687cb1bab5214b7d71a02b6f9..15553285ada80512c43cc96d6680d1bfc6d2053b 100644
--- a/mojo/bindings/js/tests/BUILD.gn
+++ b/mojo/edk/js/tests/BUILD.gn
@@ -5,7 +5,8 @@
test("js_unittests") {
deps = [
"//gin:gin_test",
- "//mojo/bindings/js",
+ "//mojo/edk/js",
+ "//mojo/edk/js:js_unittests",
"//mojo/edk/test:run_all_unittests",
"//mojo/edk/test:test_support",
"//mojo/public/cpp/environment:standalone",
« mojo/edk/js/BUILD.gn ('K') | « mojo/edk/js/support.cc ('k') | mojo/edk/js/tests/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698