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

Unified Diff: ui/views/mus/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 | « third_party/WebKit/LayoutTests/harness-tests/mojo-helpers.html ('k') | ui/views/mus/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/mus/BUILD.gn
diff --git a/ui/views/mus/BUILD.gn b/ui/views/mus/BUILD.gn
index d557b8e8f6ef9b0dd3b08dd4154de19802c49c26..3e058c61d6877047f88fde8cc233d3d500e100c7 100644
--- a/ui/views/mus/BUILD.gn
+++ b/ui/views/mus/BUILD.gn
@@ -66,8 +66,8 @@ component("mus") {
"//mojo/platform_handle:for_component",
"//mojo/public/c/system:for_component",
"//mojo/public/cpp/bindings",
- "//mojo/shell/public/cpp",
- "//mojo/shell/public/interfaces",
+ "//services/shell/public/cpp",
+ "//services/shell/public/interfaces",
"//skia",
"//third_party/icu",
"//ui/aura",
@@ -162,11 +162,11 @@ test("views_mus_unittests") {
"//cc",
"//components/mus/public/cpp",
"//components/mus/public/interfaces",
- "//mojo/shell/background:lib",
- "//mojo/shell/background:main",
- "//mojo/shell/background/tests:test_support",
- "//mojo/shell/public/cpp:sources",
- "//mojo/shell/runner/host:lib",
+ "//services/shell/background:lib",
+ "//services/shell/background:main",
+ "//services/shell/background/tests:test_support",
+ "//services/shell/public/cpp:sources",
+ "//services/shell/runner/host:lib",
"//skia",
"//testing/gtest",
"//third_party/icu",
« no previous file with comments | « third_party/WebKit/LayoutTests/harness-tests/mojo-helpers.html ('k') | ui/views/mus/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698