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

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

Issue 2317073003: Rename PlatformScreen implementations. (Closed)
Patch Set: Fix tests. Created 4 years, 3 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 | « no previous file | services/ui/display/platform_screen_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/display/BUILD.gn
diff --git a/services/ui/display/BUILD.gn b/services/ui/display/BUILD.gn
index da6a727635ef8d32764e40a505e9834da1fe61c1..5b87139319e2db8b4110f18d3fc05dc173be3c5f 100644
--- a/services/ui/display/BUILD.gn
+++ b/services/ui/display/BUILD.gn
@@ -19,18 +19,18 @@ source_set("display") {
if (use_ozone && is_chromeos) {
sources += [
- "platform_screen_impl_ozone.cc",
- "platform_screen_impl_ozone.h",
+ "platform_screen_ozone.cc",
+ "platform_screen_ozone.h",
]
deps += [
"//skia",
- "//ui/ozone:ozone",
+ "//ui/ozone",
]
} else {
sources += [
- "platform_screen_impl.cc",
- "platform_screen_impl.h",
+ "platform_screen_stub.cc",
+ "platform_screen_stub.h",
]
}
}
« no previous file with comments | « no previous file | services/ui/display/platform_screen_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698