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

Unified Diff: ui/aura/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
« no previous file with comments | « no previous file | ui/aura/DEPS » ('j') | ui/aura/client/cursor_client.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/BUILD.gn
diff --git a/ui/aura/BUILD.gn b/ui/aura/BUILD.gn
index 5fddebe76f9fc757b923925d4e938b1a765a52d9..e8e84a1f88bd232c5eae9cce0c27718a28d1aea7 100644
--- a/ui/aura/BUILD.gn
+++ b/ui/aura/BUILD.gn
@@ -99,6 +99,7 @@ component("aura") {
"//ui/base",
"//ui/base/ime",
"//ui/compositor",
+ "//ui/display",
"//ui/events",
"//ui/events:events_base",
"//ui/events/platform",
@@ -190,6 +191,7 @@ source_set("test_support") {
"//ui/base:test_support",
"//ui/base/ime",
"//ui/compositor:test_support",
+ "//ui/display",
"//ui/events",
"//ui/events:events_base",
"//ui/events:test_support",
@@ -264,6 +266,7 @@ test("aura_unittests") {
"//testing/gtest",
"//ui/base:test_support",
"//ui/compositor:test_support",
+ "//ui/display:test_support",
"//ui/events:gesture_detection",
"//ui/events:test_support",
"//ui/gfx",
« no previous file with comments | « no previous file | ui/aura/DEPS » ('j') | ui/aura/client/cursor_client.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698