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

Unified Diff: components/mus/ws/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 | « components/mus/surfaces/DEPS ('k') | components/mus/ws/display.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/ws/BUILD.gn
diff --git a/components/mus/ws/BUILD.gn b/components/mus/ws/BUILD.gn
index b2687b7fc8a2ac4300d0283bee52535ae4c67d1a..b88104fc7afa4c0f7e51c118e9e17c62cfd81a2a 100644
--- a/components/mus/ws/BUILD.gn
+++ b/components/mus/ws/BUILD.gn
@@ -98,8 +98,8 @@ source_set("lib") {
"//mojo/converters/surfaces",
"//mojo/public/cpp/bindings:callback",
"//mojo/services/tracing/public/cpp",
- "//mojo/shell/public/cpp",
- "//mojo/shell/public/interfaces",
+ "//services/shell/public/cpp",
+ "//services/shell/public/interfaces",
"//ui/base",
"//ui/events",
"//ui/events/platform",
@@ -186,11 +186,11 @@ test("mus_ws_unittests") {
"//mojo/gles2",
"//mojo/platform_handle:for_component",
"//mojo/public/cpp/bindings:bindings",
- "//mojo/shell/public/cpp:shell_test_support",
- "//mojo/shell/public/cpp:sources",
- "//mojo/shell/public/cpp:test_support",
- "//mojo/shell/public/cpp/test:run_all_shelltests",
- "//mojo/shell/public/interfaces",
+ "//services/shell/public/cpp:shell_test_support",
+ "//services/shell/public/cpp:sources",
+ "//services/shell/public/cpp:test_support",
+ "//services/shell/public/cpp/test:run_all_shelltests",
+ "//services/shell/public/interfaces",
"//testing/gtest",
"//ui/events",
"//ui/gfx",
« no previous file with comments | « components/mus/surfaces/DEPS ('k') | components/mus/ws/display.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698