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

Unified Diff: ui/display/BUILD.gn

Issue 2270553002: Move ash::DisplayInfo to ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased 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
« no previous file with comments | « components/exo/wm_helper_mus.cc ('k') | ui/display/manager/managed_display_info.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/BUILD.gn
diff --git a/ui/display/BUILD.gn b/ui/display/BUILD.gn
index 3096ed47bbe194bff67d5acb8d5d3625f6c1b068..38feb0c4cd6d51d9ca0c551ae6ee7303ee594d90 100644
--- a/ui/display/BUILD.gn
+++ b/ui/display/BUILD.gn
@@ -52,6 +52,8 @@ component("display") {
"manager/display_layout_builder.h",
"manager/display_layout_store.cc",
"manager/display_layout_store.h",
+ "manager/managed_display_info.cc",
+ "manager/managed_display_info.h",
"screen.cc",
"screen.h",
"screen_aura.cc",
@@ -186,6 +188,7 @@ test("display_unittests") {
"display_unittest.cc",
"manager/display_layout_builder_unittest.cc",
"manager/display_layout_unittest.cc",
+ "manager/managed_display_info_unittest.cc",
"screen_unittest.cc",
"util/display_util_unittest.cc",
"util/edid_parser_unittest.cc",
« no previous file with comments | « components/exo/wm_helper_mus.cc ('k') | ui/display/manager/managed_display_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698