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

Unified Diff: services/ui/surfaces/BUILD.gn

Issue 2119963002: Move mus to //services/ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 6 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 | « services/ui/public/interfaces/window_tree_host.mojom ('k') | services/ui/surfaces/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/surfaces/BUILD.gn
diff --git a/components/mus/surfaces/BUILD.gn b/services/ui/surfaces/BUILD.gn
similarity index 89%
rename from components/mus/surfaces/BUILD.gn
rename to services/ui/surfaces/BUILD.gn
index 95270535660d04a2f17e98efd6ea2c9c65d83255..6a2501ca70b6e6cceb18748c788cc370ef4fb6fe 100644
--- a/components/mus/surfaces/BUILD.gn
+++ b/services/ui/surfaces/BUILD.gn
@@ -23,10 +23,6 @@ source_set("surfaces") {
"//cc/surfaces",
"//cc/surfaces:surface_id",
"//components/display_compositor",
- "//components/mus/common:mus_common",
- "//components/mus/gles2",
- "//components/mus/gpu",
- "//components/mus/public/interfaces",
"//gpu/command_buffer/client",
"//gpu/command_buffer/client:gles2_cmd_helper",
"//gpu/command_buffer/client:gles2_implementation",
@@ -34,6 +30,10 @@ source_set("surfaces") {
"//gpu/ipc/client",
"//services/shell/public/cpp",
"//services/tracing/public/cpp",
+ "//services/ui/common:mus_common",
+ "//services/ui/gles2",
+ "//services/ui/gpu",
+ "//services/ui/public/interfaces",
"//ui/gfx",
"//ui/gfx/geometry/mojo",
"//ui/gl",
« no previous file with comments | « services/ui/public/interfaces/window_tree_host.mojom ('k') | services/ui/surfaces/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698