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

Unified Diff: components/mus/ws/BUILD.gn

Issue 1899923002: Basic display management for mus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments Created 4 years, 8 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: components/mus/ws/BUILD.gn
diff --git a/components/mus/ws/BUILD.gn b/components/mus/ws/BUILD.gn
index a5eb3eca8084cd54906bd8010cbe6408aee319c5..354766ce87f3f7c8b13a41570625c773a1ab170e 100644
--- a/components/mus/ws/BUILD.gn
+++ b/components/mus/ws/BUILD.gn
@@ -39,6 +39,8 @@ source_set("lib") {
"platform_display_factory.h",
"platform_display_init_params.cc",
"platform_display_init_params.h",
+ "platform_screen.cc",
+ "platform_screen.h",
"server_window.cc",
"server_window.h",
"server_window_delegate.h",
@@ -114,6 +116,8 @@ source_set("lib") {
]
if (use_ozone) {
+ sources -= [ "platform_screen.cc" ]
+ sources += [ "platform_screen_ozone.cc" ]
deps += [ "//ui/ozone:ozone" ]
}
}

Powered by Google App Engine
This is Rietveld 408576698