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

Unified Diff: ui/gfx/BUILD.gn

Issue 341983008: Listen to Display reconfiguration and notify DisplayObservers on Mac. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mac_display
Patch Set: review comments + tests Created 6 years, 5 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/gfx/BUILD.gn
diff --git a/ui/gfx/BUILD.gn b/ui/gfx/BUILD.gn
index 46cf9706640a63668886bc8d6f52578338c72704..0242443ba430ee22dd090f2b7bbfc58d2fc3da51 100644
--- a/ui/gfx/BUILD.gn
+++ b/ui/gfx/BUILD.gn
@@ -79,6 +79,8 @@ component("gfx") {
"color_utils.h",
"display.cc",
"display.h",
+ "display_change_notifier.cc",
+ "display_change_notifier.h",
"display_observer.cc",
"display_observer.h",
"favicon_size.cc",

Powered by Google App Engine
This is Rietveld 408576698