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

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: fix chromecast build Created 4 years, 7 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
« no previous file with comments | « components/mus/mus_app.cc ('k') | components/mus/ws/platform_display.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/ws/BUILD.gn
diff --git a/components/mus/ws/BUILD.gn b/components/mus/ws/BUILD.gn
index ef7393a132f7968a664b54d7d414cc0476419476..9309007920dcacd9ff68a5421230d7d90be053f9 100644
--- a/components/mus/ws/BUILD.gn
+++ b/components/mus/ws/BUILD.gn
@@ -39,6 +39,9 @@ source_set("lib") {
"platform_display_factory.h",
"platform_display_init_params.cc",
"platform_display_init_params.h",
+ "platform_screen.h",
+ "platform_screen_impl.cc",
+ "platform_screen_impl.h",
"server_window.cc",
"server_window.h",
"server_window_delegate.h",
@@ -115,6 +118,14 @@ source_set("lib") {
]
if (use_ozone) {
+ sources -= [
+ "platform_screen_impl.cc",
+ "platform_screen_impl.h",
+ ]
+ sources += [
+ "platform_screen_impl_ozone.cc",
+ "platform_screen_impl_ozone.h",
+ ]
deps += [ "//ui/ozone:ozone" ]
}
}
« no previous file with comments | « components/mus/mus_app.cc ('k') | components/mus/ws/platform_display.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698