Index: ui/ozone/BUILD.gn |
diff --git a/ui/ozone/BUILD.gn b/ui/ozone/BUILD.gn |
index 8a55211717577caa28c831a4b943804681f8fe38..d592a535ff212fb2dcb80571e47238effc6a3690 100644 |
--- a/ui/ozone/BUILD.gn |
+++ b/ui/ozone/BUILD.gn |
@@ -74,9 +74,6 @@ component("ozone_base") { |
component("ozone") { |
sources = [ |
- platform_list_cc_file, |
- platform_list_h_file, |
- constructor_list_cc_file, |
"common/display_mode_proxy.cc", |
"common/display_mode_proxy.h", |
"common/display_snapshot_proxy.cc", |
@@ -102,6 +99,9 @@ component("ozone") { |
"public/ozone_platform.h", |
"public/ozone_switches.cc", |
"public/ozone_switches.h", |
+ constructor_list_cc_file, |
+ platform_list_cc_file, |
+ platform_list_h_file, |
] |
defines = [ "OZONE_IMPLEMENTATION" ] |