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

Unified Diff: mojo/edk/js/tests/BUILD.gn

Issue 1918143004: Convert Mojo tests to use swarming. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: mojo/edk/js/tests/BUILD.gn
diff --git a/mojo/edk/js/tests/BUILD.gn b/mojo/edk/js/tests/BUILD.gn
index 5761bcb3c05b3b607abea4b248733acb43920ceb..b21cdbc40b8df9eed92292ccef3f8a9f29a3afe5 100644
--- a/mojo/edk/js/tests/BUILD.gn
+++ b/mojo/edk/js/tests/BUILD.gn
@@ -23,6 +23,12 @@ source_set("js_to_cpp_tests") {
"js_to_cpp_tests.cc",
]
+ data = [
+ "connection_tests.js",
+ "js_to_cpp_tests.js",
+ "sample_service_tests.js",
+ ]
+
configs += [ "//v8:external_startup_data" ]
}

Powered by Google App Engine
This is Rietveld 408576698