diff options
author | dnicoara <dnicoara@chromium.org> | 2014-11-04 11:54:38 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-11-04 19:55:18 +0000 |
commit | 78a7347037f09a028e53a0c68ddf01d62a43703f (patch) | |
tree | e17e1c271df33365d7625cb197b10cf56f233558 /ash/BUILD.gn | |
parent | c3217160b83bda911f598a61eef374bf70b08b32 (diff) | |
download | chromium_src-78a7347037f09a028e53a0c68ddf01d62a43703f.zip chromium_src-78a7347037f09a028e53a0c68ddf01d62a43703f.tar.gz chromium_src-78a7347037f09a028e53a0c68ddf01d62a43703f.tar.bz2 |
Move all event related devices from ui/events/ to ui/events/devices/
BUG=none
Review URL: https://codereview.chromium.org/685793002
Cr-Commit-Position: refs/heads/master@{#302647}
Diffstat (limited to 'ash/BUILD.gn')
-rw-r--r-- | ash/BUILD.gn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ash/BUILD.gn b/ash/BUILD.gn index 9242add..75a7a74 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", |