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

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

Issue 2549503002: Rename PlatformScreen to ScreenManager. (Closed)
Patch Set: Rebase. Created 4 years 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.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 76a50667e851f8092518030dafca6b461e73a1d2..aef68ee1334845b75d891238c3b660baba1287f1 100644
--- a/services/ui/display/BUILD.gn
+++ b/services/ui/display/BUILD.gn
@@ -7,9 +7,9 @@ import("//testing/test.gni")
source_set("display") {
sources = [
- "platform_screen.cc",
- "platform_screen.h",
- "platform_screen_delegate.h",
+ "screen_manager.cc",
+ "screen_manager.h",
+ "screen_manager_delegate.h",
"viewport_metrics.cc",
"viewport_metrics.h",
]
@@ -23,8 +23,8 @@ source_set("display") {
if (use_ozone && is_chromeos) {
sources += [
- "platform_screen_ozone.cc",
- "platform_screen_ozone.h",
+ "screen_manager_ozone.cc",
+ "screen_manager_ozone.h",
]
deps += [
@@ -35,8 +35,8 @@ source_set("display") {
]
} else {
sources += [
- "platform_screen_stub.cc",
- "platform_screen_stub.h",
+ "screen_manager_stub.cc",
+ "screen_manager_stub.h",
]
}
}
@@ -44,7 +44,7 @@ source_set("display") {
if (use_ozone && is_chromeos) {
test("display_service_unittests") {
sources = [
- "platform_screen_ozone_unittests.cc",
+ "screen_manager_ozone_unittests.cc",
]
deps = [
« no previous file with comments | « no previous file | services/ui/display/platform_screen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698