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

Unified Diff: mojo/edk/js/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 | « mojo/BUILD.gn ('k') | mojo/edk/js/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/js/BUILD.gn
diff --git a/mojo/edk/js/BUILD.gn b/mojo/edk/js/BUILD.gn
index 50f62d98fffb7f12bba86cae695187e1414ebbaa..b0c4c076f57de647e0efff0ef8e6c367e27c3ebc 100644
--- a/mojo/edk/js/BUILD.gn
+++ b/mojo/edk/js/BUILD.gn
@@ -13,7 +13,7 @@ group("tests") {
deps = [
# TODO(use_chrome_edk): remove "2"
"test:js_integration_tests2",
- "test:js_unittests2",
+ "test:js_unittests",
]
}
@@ -47,17 +47,3 @@ source_set("js") {
"//mojo/public/cpp/system",
]
}
-
-source_set("js_unittests") {
- testonly = true
- sources = [
- "handle_unittest.cc",
- ]
-
- deps = [
- "//mojo/edk/js",
- "//mojo/edk/test:test_support",
- "//mojo/public/cpp/system",
- "//testing/gtest",
- ]
-}
« no previous file with comments | « mojo/BUILD.gn ('k') | mojo/edk/js/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698