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

Unified Diff: mojo/BUILD.gn

Issue 709603002: Move mojo/apps/js tests et al to mojo/edk/js/test,tests (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: chromium environment for JS tests 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/test/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 6595b139d5ef33cbc40138b94c7da3a3592e0131..685111065dc37ab725d0bcf51421ec4b2c5ac53a 100644
--- a/mojo/BUILD.gn
+++ b/mojo/BUILD.gn
@@ -64,10 +64,10 @@ group("tests") {
testonly = true
deps = [
"//mojo/application_manager:mojo_application_manager_unittests",
- "//mojo/apps/js/test:apps_js_unittests",
"//mojo/common:mojo_common_unittests",
"//mojo/converters/surfaces/tests:mojo_surfaces_lib_unittests",
- "//mojo/edk/js/tests:js_unittests",
+ "//mojo/edk/js/test:js_unittests",
+ "//mojo/edk/js/test:js_integration_tests",
"//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/test/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698