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

Unified Diff: ui/message_center/BUILD.gn

Issue 1922013002: Rename gfx::Display/Screen to display::Display/Screen in message_center (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « no previous file | ui/message_center/DEPS » ('j') | ui/message_center/views/desktop_popup_alignment_delegate.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/message_center/BUILD.gn
diff --git a/ui/message_center/BUILD.gn b/ui/message_center/BUILD.gn
index b925476379f4e63d4e4cf53a78c09f256d759baf..0648046fbf8c153d8be17cbc5677cab2a0a31f36 100644
--- a/ui/message_center/BUILD.gn
+++ b/ui/message_center/BUILD.gn
@@ -23,6 +23,7 @@ component("message_center") {
"//components/url_formatter",
"//skia",
"//ui/accessibility",
+ "//ui/display",
"//ui/events",
"//ui/gfx",
"//ui/gfx/geometry",
@@ -233,6 +234,7 @@ test("message_center_unittests") {
# Compositor is needed by message_center_view_unittest.cc and for the
# fonts used by bounded_label_unittest.cc.
"//ui/compositor",
+ "//ui/display",
"//ui/views",
"//ui/views:test_support",
]
« no previous file with comments | « no previous file | ui/message_center/DEPS » ('j') | ui/message_center/views/desktop_popup_alignment_delegate.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698