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

Unified Diff: mojo/apps/js/test/BUILD.gn

Issue 709603002: Move mojo/apps/js tests et al to mojo/edk/js/test,tests (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: chromium environment for JS tests Created 6 years, 1 month 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/apps/js/test/BUILD.gn
diff --git a/mojo/apps/js/test/BUILD.gn b/mojo/apps/js/test/BUILD.gn
index 1777700ed358efbdbcb31ae0c3785f7bc2392263..c0da7bfc72322ab85e635e1216c25f4ef1f3df1b 100644
--- a/mojo/apps/js/test/BUILD.gn
+++ b/mojo/apps/js/test/BUILD.gn
@@ -2,13 +2,9 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-import("//mojo/public/tools/bindings/mojom.gni")
-
test("apps_js_unittests") {
deps = [
- ":js_to_cpp_bindings",
"//gin:gin_test",
- "//mojo/apps/js:mojo_runner",
"//mojo/apps/js/bindings",
"//mojo/edk/js",
"//mojo/common",
@@ -20,11 +16,6 @@ test("apps_js_unittests") {
]
sources = [
- "js_to_cpp_unittest.cc",
"run_apps_js_tests.cc",
]
}
-
-mojom("js_to_cpp_bindings") {
- sources = [ "js_to_cpp.mojom" ]
-}

Powered by Google App Engine
This is Rietveld 408576698