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

Unified Diff: ui/views/BUILD.gn

Issue 685793002: Move all event related devices from ui/events/ to ui/events/devices/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@internal-touchscreens
Patch Set: Fix gn build Created 6 years, 2 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/views/BUILD.gn
diff --git a/ui/views/BUILD.gn b/ui/views/BUILD.gn
index 1b1b6bf69120d4870dbb99c661b8e02793ab04fb..d959c56e605e1932b22c9b8231fb3d90f1b0ac26 100644
--- a/ui/views/BUILD.gn
+++ b/ui/views/BUILD.gn
@@ -84,6 +84,7 @@ component("views") {
"//build/config/linux:xrandr",
]
deps += [
+ "//ui/events/devices",
"//ui/events/platform/x11",
"//ui/gfx/x",
]
@@ -205,6 +206,7 @@ test("views_unittests") {
"//build/config/linux:xext",
]
deps += [
+ "//ui/events/devices",
"//ui/events/platform/x11",
"//ui/gfx/x",
]

Powered by Google App Engine
This is Rietveld 408576698