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

Unified Diff: mojo/public/mojo_application.gni

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 | « mojo/BUILD.gn ('k') | mojo/runner/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/mojo_application.gni
diff --git a/mojo/public/mojo_application.gni b/mojo/public/mojo_application.gni
index c310eb6f24b48c1cf1984e213d8248ff826859c2..e48106332bd2f1ca4ee3b2717195cd13ed060f31 100644
--- a/mojo/public/mojo_application.gni
+++ b/mojo/public/mojo_application.gni
@@ -79,7 +79,7 @@ template("mojo_native_application") {
if (!defined(invoker.avoid_runner_cycle) || !invoker.avoid_runner_cycle) {
# Give the user an out; as some mojo services are depended on by the
# runner.
- data_deps += [ "//mojo/runner:mojo_runner" ]
+ data_deps += [ "//mojo/shell/standalone" ]
}
if (defined(invoker.data_deps)) {
data_deps += invoker.data_deps
@@ -126,10 +126,10 @@ template("mojo_native_application") {
copy(final_target_name) {
forward_variables_from(invoker,
- [
- "testonly",
- "visibility",
- ])
+ [
+ "testonly",
+ "visibility",
+ ])
deps = [
":${library_target_name}",
]
« no previous file with comments | « mojo/BUILD.gn ('k') | mojo/runner/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698