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

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

Issue 2685003002: Rename ScreeManagerOzone to ScreenManagerOzoneInternal (Closed)
Patch Set: patch for landing Created 3 years, 10 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/screen_manager_ozone.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 cda9627f8f4c63e5787f01f021692e0a309aeb5f..c0bd6e7338f1dfab053ea4e977733a309063b965 100644
--- a/services/ui/display/BUILD.gn
+++ b/services/ui/display/BUILD.gn
@@ -23,8 +23,8 @@ source_set("display") {
if (use_ozone && is_chromeos) {
sources += [
- "screen_manager_ozone.cc",
- "screen_manager_ozone.h",
+ "screen_manager_ozone_internal.cc",
+ "screen_manager_ozone_internal.h",
]
deps += [
@@ -36,8 +36,8 @@ source_set("display") {
]
} else {
sources += [
- "screen_manager_stub.cc",
- "screen_manager_stub.h",
+ "screen_manager_stub_internal.cc",
+ "screen_manager_stub_internal.h",
]
}
}
@@ -46,7 +46,7 @@ if (use_ozone && is_chromeos) {
test("display_service_unittests") {
sources = [
"run_all_unittests.cc",
- "screen_manager_ozone_unittests.cc",
+ "screen_manager_ozone_internal_unittests.cc",
]
deps = [
« no previous file with comments | « no previous file | services/ui/display/screen_manager_ozone.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698