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

Unified Diff: ui/ozone/BUILD.gn

Issue 960413003: Apply gn format with 'sources' sorting to src/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-format-sort-2
Patch Set: . Created 5 years, 10 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
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" ]

Powered by Google App Engine
This is Rietveld 408576698