| 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") {
|
|
|