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

Unified Diff: mojo/BUILD.gn

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 | « media/test/pipeline_integration_test.cc ('k') | mojo/DEPS » ('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 218ba9140bf42d0deab2b17d1649f7e2249cf1be..5483ff3839768c6855f5a9fbf906971b0407fa5e 100644
--- a/mojo/BUILD.gn
+++ b/mojo/BUILD.gn
@@ -24,7 +24,7 @@ group("mojo") {
deps += [ "//mojo/android" ]
}
- deps += [ "//mojo/shell:all" ]
+ deps += [ "//services/shell:all" ]
}
group("tests") {
@@ -41,8 +41,8 @@ group("tests") {
"//mojo/edk/test:mojo_public_bindings_unittests",
"//mojo/edk/test:mojo_public_system_perftests",
"//mojo/edk/test:mojo_public_system_unittests",
- "//mojo/shell/public/cpp/tests:mojo_public_application_unittests",
- "//mojo/shell/runner/host:mojo_runner_host_unittests",
- "//mojo/shell/tests",
+ "//services/shell/public/cpp/tests:mojo_public_application_unittests",
+ "//services/shell/runner/host:mojo_runner_host_unittests",
+ "//services/shell/tests",
]
}
« no previous file with comments | « media/test/pipeline_integration_test.cc ('k') | mojo/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698