summaryrefslogtreecommitdiffstats
path: root/content/DEPS
diff options
context:
space:
mode:
authormohsen <mohsen@chromium.org>2014-12-08 13:06:46 -0800
committerCommit bot <commit-bot@chromium.org>2014-12-08 21:07:39 +0000
commit29fd405ca491a6fcf0dde6277d92d44300cb2926 (patch)
tree23c5800d7f015a9ed1c825f478c561119146db9a /content/DEPS
parent57e80c70462acc1bea10385ee14c0bd31a3997bf (diff)
downloadchromium_src-29fd405ca491a6fcf0dde6277d92d44300cb2926.zip
chromium_src-29fd405ca491a6fcf0dde6277d92d44300cb2926.tar.gz
chromium_src-29fd405ca491a6fcf0dde6277d92d44300cb2926.tar.bz2
Move TouchSelectionController from content to ui
This patch is only moving new unified touch selection files from content/ to ui/touch_selection/. This is the first step to allow Aura use the new unified TouchSelectionController. The only change to TouchSelectionController needed for this move is replacing use of cc::ViewportSelectionBound with ui::SelectionBound. The actual use of the new touch selection for Aura will happen in future CL(s). After that, we can remove current touch selection code from ui/base/touch/. BUG=399721 Review URL: https://codereview.chromium.org/759433002 Cr-Commit-Position: refs/heads/master@{#307336}
Diffstat (limited to 'content/DEPS')
-rw-r--r--content/DEPS1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/DEPS b/content/DEPS
index 04a5d60..ad6512e 100644
--- a/content/DEPS
+++ b/content/DEPS
@@ -95,6 +95,7 @@ include_rules = [
"+ui/snapshot",
"+ui/strings/grit/ui_strings.h",
"+ui/surface",
+ "+ui/touch_selection",
"+ui/wm",
# Content knows about grd files, but the specifics of how to get a resource
# given its id is left to the embedder.