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

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

Issue 2645873003: Cleanup mojo-js tests. (Closed)
Patch Set: fixes isolate_map Created 3 years, 11 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
Index: mojo/public/js/BUILD.gn
diff --git a/mojo/public/js/BUILD.gn b/mojo/public/js/BUILD.gn
index 5b2c715b13d447822ed79eb1d6392dc0bd95e4c5..55607ef357ae9db16281573c2c17750393996d81 100644
--- a/mojo/public/js/BUILD.gn
+++ b/mojo/public/js/BUILD.gn
@@ -31,14 +31,19 @@ group("tests") {
testonly = true
data = [
+ "binding_tests.js",
"codec_unittests.js",
+ "connection_tests.js",
"core_unittests.js",
+ "interface_ptr_tests.js",
+ "sample_service_tests.js",
"struct_unittests.js",
"test/validation_test_input_parser.js",
"union_unittests.js",
"validation_unittests.js",
"//mojo/public/interfaces/bindings/tests/data/validation/",
]
+
public_deps = [
":bindings",
]

Powered by Google App Engine
This is Rietveld 408576698