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

Unified Diff: third_party/mojo/src/mojo/edk/js/test/BUILD.gn

Issue 1511783002: Mojo JS bindings: fix the unittests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 | « third_party/mojo/src/mojo/edk/js/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/mojo/src/mojo/edk/js/test/BUILD.gn
diff --git a/third_party/mojo/src/mojo/edk/js/test/BUILD.gn b/third_party/mojo/src/mojo/edk/js/test/BUILD.gn
index eab195745731ff1ac11d79b8711ab4870d8af90a..c0df82fc860bd29ea2da8b99226a18a9298517a1 100644
--- a/third_party/mojo/src/mojo/edk/js/test/BUILD.gn
+++ b/third_party/mojo/src/mojo/edk/js/test/BUILD.gn
@@ -4,27 +4,6 @@
import("//testing/test.gni")
-test("js_unittests") {
- deps = [
- "../../js",
- "../../js:js_unittests",
- "../../test:run_all_unittests",
- "../../test:test_support",
- "//base",
- "//gin:gin_test",
- "//mojo/environment:chromium",
- "//mojo/public/cpp/environment",
- "//mojo/public/cpp/system",
- "//mojo/public/cpp/utility",
- "//mojo/public/interfaces/bindings/tests:test_interfaces",
- "//mojo/public/interfaces/bindings/tests:test_interfaces_experimental",
- ]
-
- sources = [
- "run_js_tests.cc",
- ]
-}
-
test("js_integration_tests") {
deps = [
"../../js",
« no previous file with comments | « third_party/mojo/src/mojo/edk/js/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698