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

Unified Diff: ui/display/BUILD.gn

Issue 2445583002: Relocate display_manager from ash to ui (Closed)
Patch Set: Created 4 years, 2 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: ui/display/BUILD.gn
diff --git a/ui/display/BUILD.gn b/ui/display/BUILD.gn
index 9faf6f487d2fdf100b6d4701a1a1a3fa007955de..f819cc2c8dd72d05658ce196436543c8960ea28b 100644
--- a/ui/display/BUILD.gn
+++ b/ui/display/BUILD.gn
@@ -48,6 +48,8 @@ component("display") {
"manager/display_layout_builder.h",
"manager/display_layout_store.cc",
"manager/display_layout_store.h",
+ "manager/display_manager.cc",
+ "manager/display_manager.h",
"manager/display_manager_utilities.cc",
"manager/display_manager_utilities.h",
"manager/managed_display_info.cc",
@@ -159,6 +161,8 @@ static_library("test_support") {
"chromeos/test/test_display_layout_manager.h",
"chromeos/test/test_native_display_delegate.cc",
"chromeos/test/test_native_display_delegate.h",
+ "test/display_manager_test_api.cc",
+ "test/display_manager_test_api.h",
"test/display_matchers.cc",
"test/display_matchers.h",
"test/display_test_util.h",

Powered by Google App Engine
This is Rietveld 408576698