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

Unified Diff: ui/display/BUILD.gn

Issue 1838833002: Move DisplayLayout and DisplayLayoutBuilder From ash To ui/display (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@screenwinmove
Patch Set: Fix comment Created 4 years, 8 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 | « chrome/browser/ui/webui/options/chromeos/display_options_handler.cc ('k') | ui/display/display.gyp » ('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 20ed6af6a142917effea81542f1125a00e3fd97e..226485b3c11d1ba960029def94876b2933d1583a 100644
--- a/ui/display/BUILD.gn
+++ b/ui/display/BUILD.gn
@@ -37,6 +37,10 @@ component("display") {
"display_export.h",
"display_switches.cc",
"display_switches.h",
+ "manager/display_layout.cc",
+ "manager/display_layout.h",
+ "manager/display_layout_builder.cc",
+ "manager/display_layout_builder.h",
"win/display_info.cc",
"win/display_info.h",
"win/screen_win.cc",
@@ -146,6 +150,7 @@ test("display_unittests") {
"chromeos/update_display_configuration_task_unittest.cc",
"chromeos/x11/display_util_x11_unittest.cc",
"chromeos/x11/native_display_event_dispatcher_x11_unittest.cc",
+ "manager/display_layout_builder_unittest.cc",
"util/display_util_unittest.cc",
"util/edid_parser_unittest.cc",
"win/screen_win_unittest.cc",
« no previous file with comments | « chrome/browser/ui/webui/options/chromeos/display_options_handler.cc ('k') | ui/display/display.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698