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

Unified Diff: components/exo/BUILD.gn

Issue 2562803002: exo: Replace pointer based stylus and replace with touch based stylus (Closed)
Patch Set: updated deps in gn file Created 4 years 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 | components/exo/pointer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/exo/BUILD.gn
diff --git a/components/exo/BUILD.gn b/components/exo/BUILD.gn
index 0086efe7f43bf75be9ee915a0237ad2168ac86ef..3390ecffc6b739dd6fb9d636153ffd41da46a00d 100644
--- a/components/exo/BUILD.gn
+++ b/components/exo/BUILD.gn
@@ -89,6 +89,7 @@ source_set("test_support") {
deps = [
":exo",
+ "//ash/public/cpp",
"//ash/test:ash_with_aura_test_support",
"//ash/test:test_support_without_content",
"//base",
@@ -98,6 +99,7 @@ source_set("test_support") {
"//ui/aura",
"//ui/compositor",
"//ui/gfx/geometry",
+ "//ui/views",
"//ui/wm:wm",
]
}
« no previous file with comments | « no previous file | components/exo/pointer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698