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

Unified Diff: mojo/edk/js/test/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 | « ipc/mojo/ipc_mojo_unittests.isolate ('k') | mojo/edk/js/tests/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/js/test/BUILD.gn
diff --git a/mojo/edk/js/test/BUILD.gn b/mojo/edk/js/test/BUILD.gn
index 3da5bc8b38a7b85b8c5bf82079465c83e74cee66..c5a78c35056f98add6cfa9a87d4284631b4ee262 100644
--- a/mojo/edk/js/test/BUILD.gn
+++ b/mojo/edk/js/test/BUILD.gn
@@ -16,9 +16,11 @@ test("js_unittests") {
"//mojo/public/cpp/system",
"//mojo/public/interfaces/bindings/tests:test_interfaces",
"//mojo/public/interfaces/bindings/tests:test_interfaces_experimental",
+ "//mojo/public/js:tests",
]
sources = [
+ "//mojo/edk/js/handle_unittest.cc",
"run_js_tests.cc",
]
}
@@ -35,6 +37,7 @@ test("js_integration_tests") {
"//mojo/edk/test:test_support",
"//mojo/public/cpp/bindings",
"//mojo/public/interfaces/bindings/tests:test_interfaces",
+ "//mojo/public/js:bindings",
]
sources = [
« no previous file with comments | « ipc/mojo/ipc_mojo_unittests.isolate ('k') | mojo/edk/js/tests/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698