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

Unified Diff: mojo/BUILD.gn

Issue 1511783002: Mojo JS bindings: fix the unittests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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/edk/js/BUILD.gn » ('j') | no next file with comments »
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 72f8e8fe99fadb3fbb32ec64c1b5d922d941a283..34e9bf20e4834a02b3414b04ad62eaa1753a6379 100644
--- a/mojo/BUILD.gn
+++ b/mojo/BUILD.gn
@@ -74,9 +74,10 @@ group("tests") {
"//mojo/application/public/cpp/tests:mojo_public_application_unittests",
"//mojo/common:mojo_common_unittests",
"//mojo/converters/surfaces/tests:mojo_surfaces_lib_unittests",
+ "//mojo/edk/js/test:js_unittests",
# TODO(use_chrome_edk):
- #"//mojo/edk/js/test:js_unittests",
+ #"//mojo/edk/js/test:js_integration_tests2",
#"//mojo/edk/system:mojo_message_pipe_perftests",
#"//mojo/edk/system:mojo_system_unittests",
#"//mojo/edk/test:mojo_public_bindings_unittests",
@@ -84,7 +85,6 @@ group("tests") {
#"//mojo/edk/test:mojo_public_system_perftests",
#"//mojo/edk/test:mojo_public_system_unittests",
#"//mojo/edk/test:mojo_public_utility_unittests",
- "//third_party/mojo/src/mojo/edk/js/test:js_unittests",
"//third_party/mojo/src/mojo/edk/system:mojo_message_pipe_perftests",
"//third_party/mojo/src/mojo/edk/system:mojo_system_unittests",
"//third_party/mojo/src/mojo/edk/test:mojo_public_bindings_unittests",
« no previous file with comments | « no previous file | mojo/edk/js/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698