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

Unified Diff: ui/display/BUILD.gn

Issue 2524863003: Move DisplayChangeObserver + tests from ash to ui. (Closed)
Patch Set: Replace with static method. Created 4 years, 1 month 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 a0b6b17118ad82c595b14c8dc314e74be69c7461..6009bc4af22d880302a4eb31cae1a03eae24877a 100644
--- a/ui/display/BUILD.gn
+++ b/ui/display/BUILD.gn
@@ -11,6 +11,8 @@ component("display") {
"chromeos/apply_content_protection_task.h",
"chromeos/configure_displays_task.cc",
"chromeos/configure_displays_task.h",
+ "chromeos/display_change_observer.cc",
+ "chromeos/display_change_observer.h",
"chromeos/display_configurator.cc",
"chromeos/display_configurator.h",
"chromeos/display_layout_manager.h",
@@ -187,6 +189,7 @@ test("display_unittests") {
sources = [
"chromeos/apply_content_protection_task_unittest.cc",
"chromeos/configure_displays_task_unittest.cc",
+ "chromeos/display_change_observer_unittest.cc",
"chromeos/display_configurator_unittest.cc",
"chromeos/query_content_protection_task_unittest.cc",
"chromeos/touchscreen_util_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698