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

Unified Diff: ui/events/BUILD.gn

Issue 1922783002: Move gfx::Display/Screen to display::Display/Screen in aura/events (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
Index: ui/events/BUILD.gn
diff --git a/ui/events/BUILD.gn b/ui/events/BUILD.gn
index d561f60a12868ed7e72fa0a93e6e57ee77acffc1..9b9fff6e96e88c4172907a7b5603986fd8315bf3 100644
--- a/ui/events/BUILD.gn
+++ b/ui/events/BUILD.gn
@@ -67,6 +67,7 @@ component("events_base") {
deps = [
"//base/third_party/dynamic_annotations",
"//skia",
+ "//ui/display",
]
public_deps = [
@@ -133,6 +134,7 @@ component("events") {
":gesture_detection",
"//base/third_party/dynamic_annotations",
"//skia",
+ "//ui/display",
"//ui/gfx",
"//ui/gfx/geometry",
]
@@ -250,6 +252,7 @@ component("gesture_detection") {
":events_base",
"//base",
"//base/third_party/dynamic_annotations",
+ "//ui/display",
"//ui/gfx",
"//ui/gfx/geometry",
]
« ui/aura/client/cursor_client.h ('K') | « ui/aura/window_unittest.cc ('k') | ui/events/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698