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

Unified Diff: mojo/apps/js/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/BUILD.gn
diff --git a/mojo/apps/js/BUILD.gn b/mojo/apps/js/BUILD.gn
index fe0b8b4d680145a71d1cb186a49e820256d0eca6..6b32936a3d0551b24562fba718d168221feb91bc 100644
--- a/mojo/apps/js/BUILD.gn
+++ b/mojo/apps/js/BUILD.gn
@@ -10,24 +10,6 @@ group("js") {
]
}
-source_set("mojo_runner") {
- sources = [
- "mojo_runner_delegate.cc",
- "mojo_runner_delegate.h",
- ]
-
- public_deps = [
- "//mojo/edk/js",
- ]
- deps = [
- "//base",
- "//gin",
- "//mojo/apps/js/bindings",
- "//mojo/apps/js/bindings/gl",
- "//v8",
- ]
-}
-
source_set("js_apps") {
sources = [
"js_app.cc",
@@ -38,7 +20,6 @@ source_set("js_apps") {
"//mojo/edk/js",
]
deps = [
- ":mojo_runner",
"//mojo/application",
"//mojo/public/c/system:for_shared_library",
"//mojo/public/cpp/utility",
« no previous file with comments | « mojo/BUILD.gn ('k') | mojo/apps/js/bindings/BUILD.gn » ('j') | mojo/edk/js/test/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698