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

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: fix ozone 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') | no next file with comments »
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..75a7a74aaff9d5ca427f74c8b834b440e319aa3e 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",
@@ -172,6 +173,7 @@ static_library("test_support") {
"//ui/app_list",
"//ui/app_list:test_support",
"//ui/events:events_base",
+ "//ui/events/devices",
"//ui/gl",
"//ui/views",
"//ui/views:test_support",
@@ -255,6 +257,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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698