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

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

Issue 551293004: Mojo JS validation unit test should check Connection et al (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed GN build Created 6 years, 3 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/public/js/bindings/router.js ('k') | mojo/public/js/bindings/tests/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/js/bindings/tests/BUILD.gn
diff --git a/mojo/public/js/bindings/tests/BUILD.gn b/mojo/public/js/bindings/tests/BUILD.gn
index 6e5090d01005be5417271d5d365fb0bf4bb45d52..e2fc48fd1b4a769b0e48df963b82047e5d3fba5c 100644
--- a/mojo/public/js/bindings/tests/BUILD.gn
+++ b/mojo/public/js/bindings/tests/BUILD.gn
@@ -6,11 +6,12 @@
test("mojo_js_unittests") {
deps = [
"//gin:gin_test",
- "//mojo/common/test:run_all_unittests",
"//mojo/common/test:test_support",
- "//mojo/environment:chromium",
- "//mojo/public/interfaces/bindings/tests:test_interfaces",
+ "//mojo/public/cpp/environment:standalone",
"//mojo/bindings/js",
+ "//mojo/public/interfaces/bindings/tests:test_interfaces",
+ "//mojo/common/test:run_all_unittests",
+ "//mojo/public/cpp/utility",
]
sources = [ "run_js_tests.cc" ]
« no previous file with comments | « mojo/public/js/bindings/router.js ('k') | mojo/public/js/bindings/tests/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698