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

Unified Diff: chrome/browser/chromeos/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: Rebased Created 6 years, 1 month 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: chrome/browser/chromeos/BUILD.gn
diff --git a/chrome/browser/chromeos/BUILD.gn b/chrome/browser/chromeos/BUILD.gn
index 8429f967c0ef0aebb8a69a03df3c7ffbce8b392b..373bb0923372b586850093c2b4c2cb059929ce8d 100644
--- a/chrome/browser/chromeos/BUILD.gn
+++ b/chrome/browser/chromeos/BUILD.gn
@@ -139,6 +139,7 @@ source_set("chromeos") {
if (use_x11) {
configs += [ "//build/config/linux:x11" ]
+ deps += [ "//ui/events/devices" ]
} else {
assert(use_ozone, "Either use_x11 or use_ozone has to be specified.")
deps += [ "//ui/ozone" ]

Powered by Google App Engine
This is Rietveld 408576698