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

Unified Diff: ui/display/BUILD.gn

Issue 2314203002: Move DisplayList to display; add ScreenBase. (Closed)
Patch Set: Update unit test namespace. Created 4 years, 3 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 | « ash/test/display_manager_test_api.cc ('k') | ui/display/display_list.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 f66919e0d9356b868c393305306e71f00ab06dcb..3b1cdc5211e8a05bab00cd9996cd15a499506864 100644
--- a/ui/display/BUILD.gn
+++ b/ui/display/BUILD.gn
@@ -40,6 +40,8 @@ component("display") {
"display_export.h",
"display_finder.cc",
"display_finder.h",
+ "display_list.cc",
+ "display_list.h",
"display_observer.cc",
"display_observer.h",
"display_switches.cc",
@@ -59,6 +61,8 @@ component("display") {
"screen.cc",
"screen.h",
"screen_aura.cc",
+ "screen_base.cc",
+ "screen_base.h",
"win/display_info.cc",
"win/display_info.h",
"win/dpi.cc",
@@ -187,6 +191,7 @@ test("display_unittests") {
"chromeos/x11/display_util_x11_unittest.cc",
"chromeos/x11/native_display_event_dispatcher_x11_unittest.cc",
"display_change_notifier_unittest.cc",
+ "display_list_unittest.cc",
"display_unittest.cc",
"manager/display_layout_builder_unittest.cc",
"manager/display_layout_unittest.cc",
« no previous file with comments | « ash/test/display_manager_test_api.cc ('k') | ui/display/display_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698