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

Unified Diff: mojo/BUILD.gn

Issue 1630823002: Move mojo/runner to mojo/shell/standalone (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 11 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 | « mash/example/BUILD.gn ('k') | mojo/public/mojo_application.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/BUILD.gn
diff --git a/mojo/BUILD.gn b/mojo/BUILD.gn
index 64a9317006722f6edc7b4dc0b94ae578f2031e1a..8f0ee8d9bd9127ebfcdc7a9cf5798edaa2b8b3ae 100644
--- a/mojo/BUILD.gn
+++ b/mojo/BUILD.gn
@@ -24,10 +24,7 @@ group("mojo") {
deps += [ "//mojo/android" ]
}
- deps += [
- "//mojo/runner",
- "//mojo/shell:all",
- ]
+ deps += [ "//mojo/shell:all" ]
}
# TODO(GYP): Delete this after we've converted everything to GN.
@@ -105,6 +102,6 @@ group("tests") {
]
if (is_android) {
- deps += [ "//mojo/runner:mojo_runner_apptests_apk" ]
+ deps += [ "//mojo/shell/standalone:mojo_shell_standalone_apptests_apk" ]
}
}
« no previous file with comments | « mash/example/BUILD.gn ('k') | mojo/public/mojo_application.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698