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

Unified Diff: mojo/public/js/bindings/tests/BUILD.gn

Issue 623883002: Revert "Move mojo edk into mojo/edk" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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
« no previous file with comments | « mojo/public/c/system/BUILD.gn ('k') | mojo/python/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/js/bindings/tests/BUILD.gn
diff --git a/mojo/public/js/bindings/tests/BUILD.gn b/mojo/public/js/bindings/tests/BUILD.gn
index c85e68fdbb17d18e21e988ed866a573013493d07..e2fc48fd1b4a769b0e48df963b82047e5d3fba5c 100644
--- a/mojo/public/js/bindings/tests/BUILD.gn
+++ b/mojo/public/js/bindings/tests/BUILD.gn
@@ -6,12 +6,12 @@
test("mojo_js_unittests") {
deps = [
"//gin:gin_test",
+ "//mojo/common/test:test_support",
+ "//mojo/public/cpp/environment:standalone",
"//mojo/bindings/js",
+ "//mojo/public/interfaces/bindings/tests:test_interfaces",
"//mojo/common/test:run_all_unittests",
- "//mojo/edk/test:test_support",
- "//mojo/public/cpp/environment:standalone",
"//mojo/public/cpp/utility",
- "//mojo/public/interfaces/bindings/tests:test_interfaces",
]
sources = [ "run_js_tests.cc" ]
« no previous file with comments | « mojo/public/c/system/BUILD.gn ('k') | mojo/python/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698