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

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

Issue 2184943002: services/ui: Move some files into the client lib. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@chrome-gpu-in-mus-windows
Patch Set: . Created 4 years, 4 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 | « mash/login/BUILD.gn ('k') | services/ui/common/gpu_memory_buffer_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/common/BUILD.gn
diff --git a/services/ui/common/BUILD.gn b/services/ui/common/BUILD.gn
index c2a2447986dcbb90985a1457e85797795a3b6829..98ff933209b2016109cae8bbdb12beb603a24ff0 100644
--- a/services/ui/common/BUILD.gn
+++ b/services/ui/common/BUILD.gn
@@ -12,18 +12,8 @@ component("mus_common") {
"event_matcher_util.h",
"generic_shared_memory_id_generator.cc",
"generic_shared_memory_id_generator.h",
- "gpu_memory_buffer_impl.cc",
- "gpu_memory_buffer_impl.h",
- "gpu_service.cc",
- "gpu_service.h",
"gpu_type_converters.cc",
"gpu_type_converters.h",
- "mojo_buffer_backing.cc",
- "mojo_buffer_backing.h",
- "mojo_gpu_memory_buffer.cc",
- "mojo_gpu_memory_buffer.h",
- "mojo_gpu_memory_buffer_manager.cc",
- "mojo_gpu_memory_buffer_manager.h",
"mus_common_export.h",
"switches.cc",
"switches.h",
@@ -51,10 +41,6 @@ component("mus_common") {
"//services/ui/public/interfaces",
"//ui/base",
]
-
- if (use_ozone) {
- deps += [ "//ui/ozone" ]
- }
}
source_set("run_all_shelltests") {
« no previous file with comments | « mash/login/BUILD.gn ('k') | services/ui/common/gpu_memory_buffer_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698