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

Unified Diff: ash/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
« no previous file with comments | « no previous file | ash/ash.gyp » ('j') | ui/events/ozone/evdev/event_factory_evdev.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/BUILD.gn
diff --git a/ash/BUILD.gn b/ash/BUILD.gn
index 9242add860b7d72857e2f517ce31b31959873bff..0465d3ae0a4cec6cae753dc66261f9a8e0031677 100644
--- a/ash/BUILD.gn
+++ b/ash/BUILD.gn
@@ -39,6 +39,7 @@ component("ash") {
"//ui/compositor",
"//ui/events",
"//ui/events:events_base",
+ "//ui/events/devices",
"//ui/gfx",
"//ui/gfx/geometry",
"//ui/keyboard",
@@ -255,6 +256,7 @@ test("ash_unittests") {
"//ui/compositor",
"//ui/compositor:test_support",
"//ui/events",
+ "//ui/events/devices",
"//ui/events:test_support",
"//ui/events:gesture_detection",
"//ui/gfx",
« no previous file with comments | « no previous file | ash/ash.gyp » ('j') | ui/events/ozone/evdev/event_factory_evdev.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698