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

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

Issue 1918143004: Convert Mojo tests to use swarming. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 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/mojo_system_unittests.isolate ('k') | mojo/public/mojo_application_manifest.gni » ('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 4b86e6eb9a562f6c158fd557c8d67ee633dbc722..eda7e04d07ef67f2e819bcbfb6fa1da79803f8bc 100644
--- a/mojo/public/js/BUILD.gn
+++ b/mojo/public/js/BUILD.gn
@@ -8,3 +8,38 @@ source_set("js") {
"constants.h",
]
}
+
+group("bindings") {
+ data = [
+ "bindings.js",
+ "buffer.js",
+ "codec.js",
+ "connection.js",
+ "connector.js",
+ "constants.cc",
+ "constants.h",
+ "core.js",
+ "router.js",
+ "support.js",
+ "threading.js",
+ "unicode.js",
+ "validator.js",
+ ]
+}
+
+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",
+ "//mojo/public/interfaces/bindings/tests/data/validation/",
+ ]
+ public_deps = [
+ ":bindings",
+ ]
+}
« no previous file with comments | « mojo/mojo_system_unittests.isolate ('k') | mojo/public/mojo_application_manifest.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698