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

Unified Diff: services/ui/ws/BUILD.gn

Issue 2128333002: Move PlatformSceen to services/ui/display. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | « services/ui/service.cc ('k') | services/ui/ws/platform_screen.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/BUILD.gn
diff --git a/services/ui/ws/BUILD.gn b/services/ui/ws/BUILD.gn
index a2d3ad75b1ec9b145286e0ac533a5e311143a2e6..879e5864586a3ca1737f6e0dfcbc880f5fb3b807 100644
--- a/services/ui/ws/BUILD.gn
+++ b/services/ui/ws/BUILD.gn
@@ -46,9 +46,6 @@ 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",
"scheduled_animation_group.cc",
"scheduled_animation_group.h",
"server_window.cc",
@@ -114,6 +111,7 @@ source_set("lib") {
"//services/shell/public/interfaces",
"//services/tracing/public/cpp",
"//services/ui/common:mus_common",
+ "//services/ui/display",
"//services/ui/gles2",
"//services/ui/public/interfaces",
"//services/ui/surfaces",
@@ -132,17 +130,6 @@ source_set("lib") {
]
if (use_ozone) {
- if (is_chromeos) {
- sources -= [
- "platform_screen_impl.cc",
- "platform_screen_impl.h",
- ]
- sources += [
- "platform_screen_impl_ozone.cc",
- "platform_screen_impl_ozone.h",
- ]
- }
-
public_deps += [ "//ui/ozone:ozone" ]
}
}
« no previous file with comments | « services/ui/service.cc ('k') | services/ui/ws/platform_screen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698