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

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

Issue 2645873003: Cleanup mojo-js tests. (Closed)
Patch Set: more deps fixes 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
« no previous file with comments | « mojo/edk/js/tests/sample_service_tests.js ('k') | mojo/public/js/codec_unittests.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/js/BUILD.gn
diff --git a/mojo/public/js/BUILD.gn b/mojo/public/js/BUILD.gn
index 5b2c715b13d447822ed79eb1d6392dc0bd95e4c5..df150ddbe57ae6cf516a39ad9d4ee539f4ecddd7 100644
--- a/mojo/public/js/BUILD.gn
+++ b/mojo/public/js/BUILD.gn
@@ -31,14 +31,19 @@ group("tests") {
testonly = true
data = [
- "codec_unittests.js",
- "core_unittests.js",
- "struct_unittests.js",
- "test/validation_test_input_parser.js",
- "union_unittests.js",
- "validation_unittests.js",
+ "tests/binding_unittest.js",
+ "tests/codec_unittest.js",
+ "tests/connection_unittest.js",
+ "tests/core_unittest.js",
+ "tests/interface_ptr_unittest.js",
+ "tests/sample_service_unittest.js",
+ "tests/struct_unittest.js",
+ "tests/union_unittest.js",
+ "tests/validation_test_input_parser.js",
+ "tests/validation_unittest.js",
"//mojo/public/interfaces/bindings/tests/data/validation/",
]
+
public_deps = [
":bindings",
]
« no previous file with comments | « mojo/edk/js/tests/sample_service_tests.js ('k') | mojo/public/js/codec_unittests.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698