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

Unified Diff: mojo/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
« no previous file with comments | « no previous file | mojo/apps/js/BUILD.gn » ('j') | mojo/edk/js/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/BUILD.gn
diff --git a/mojo/BUILD.gn b/mojo/BUILD.gn
index b1677ed8587e068646a475f4e3b0f7ba83557e3b..0535de1d75daa3f285cdea4cfa93a103eb361bee 100644
--- a/mojo/BUILD.gn
+++ b/mojo/BUILD.gn
@@ -54,9 +54,9 @@ group("tests") {
deps = [
"//mojo/application_manager:mojo_application_manager_unittests",
"//mojo/apps/js/test:apps_js_unittests",
- "//mojo/bindings/js/tests:js_unittests",
"//mojo/common:mojo_common_unittests",
"//mojo/converters/surfaces/tests:mojo_surfaces_lib_unittests",
+ "//mojo/edk/js/tests:js_unittests",
"//mojo/edk/system:mojo_message_pipe_perftests",
"//mojo/edk/system:mojo_system_unittests",
"//mojo/public/c/system/tests:perftests",
« no previous file with comments | « no previous file | mojo/apps/js/BUILD.gn » ('j') | mojo/edk/js/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698