Chromium Code Reviews| Index: services/ui/common/BUILD.gn |
| diff --git a/services/ui/common/BUILD.gn b/services/ui/common/BUILD.gn |
| index abb3f4ab5e4df9d846cb841d64e5fff6399c0980..b241a5c9048cdc51cc6099d4bc873ca2b7d2fa59 100644 |
| --- a/services/ui/common/BUILD.gn |
| +++ b/services/ui/common/BUILD.gn |
| @@ -12,8 +12,6 @@ source_set("mus_common") { |
| "event_matcher_util.h", |
| "generic_shared_memory_id_generator.cc", |
| "generic_shared_memory_id_generator.h", |
| - "gpu_type_converters.cc", |
| - "gpu_type_converters.h", |
| "switches.cc", |
| "switches.h", |
| "transient_window_utils.h", |
| @@ -59,9 +57,7 @@ source_set("run_all_shelltests") { |
| } |
| test("mus_common_unittests") { |
| - sources = [ |
| - "gpu_type_converters_unittest.cc", |
| - ] |
| + sources = [] |
|
rjkroege
2016/08/31 19:54:14
so there's no test? this looks weird. What actuall
|
| public_deps = [ |
| ":mus_common", |
| ] |