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

Unified Diff: mojo/public/mojo_application.gni

Issue 1877753003: Move mojo\shell to services\shell (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@62scan
Patch Set: . Created 4 years, 8 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/public/cpp/bindings/tests/versioning_test_service.cc ('k') | mojo/services/DEPS » ('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 a18111196fcde76e4f8e6087326540ff4b12f88d..10d0ffe7d0106be54bb560193b7a6fdc41f8ca6a 100644
--- a/mojo/public/mojo_application.gni
+++ b/mojo/public/mojo_application.gni
@@ -83,7 +83,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/shell/standalone" ]
+ data_deps += [ "//services/shell/standalone" ]
}
if (defined(invoker.data_deps)) {
data_deps += invoker.data_deps
« no previous file with comments | « mojo/public/cpp/bindings/tests/versioning_test_service.cc ('k') | mojo/services/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698