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

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

Issue 2549503002: Rename PlatformScreen to ScreenManager. (Closed)
Patch Set: 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') | services/ui/ws/display_manager.cc » ('J')
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 e7d4fe12cd7d2148a500580a0ef29195adf2f408..48d219c3567de0cc79b013fc8e19d194e0bc429c 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 += [
@@ -34,8 +34,8 @@ source_set("display") {
]
} else {
sources += [
- "platform_screen_stub.cc",
- "platform_screen_stub.h",
+ "screen_manager_stub.cc",
+ "screen_manager_stub.h",
]
}
}
@@ -43,7 +43,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') | services/ui/ws/display_manager.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698