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

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

Issue 2274353003: Add PlatformScreenDelegate and start implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixes after once over. Created 4 years, 4 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
Index: services/ui/ws/BUILD.gn
diff --git a/services/ui/ws/BUILD.gn b/services/ui/ws/BUILD.gn
index c90977d3e36f3387ef8a5b4ef9fe3d7d360c3974..1651cf9b664d934e0c42332cbe3cb5b4c66181c2 100644
--- a/services/ui/ws/BUILD.gn
+++ b/services/ui/ws/BUILD.gn
@@ -26,7 +26,6 @@ static_library("lib") {
"display_binding.h",
"display_manager.cc",
"display_manager.h",
- "display_manager_delegate.h",
"event_dispatcher.cc",
"event_dispatcher.h",
"event_dispatcher_delegate.h",
@@ -68,6 +67,7 @@ static_library("lib") {
"user_activity_monitor.h",
"user_display_manager.cc",
"user_display_manager.h",
+ "user_display_manager_delegate.h",
"user_id.h",
"user_id_tracker.cc",
"user_id_tracker.h",

Powered by Google App Engine
This is Rietveld 408576698