| 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",
|
| ]
|
|
|