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

Unified Diff: ui/touch_selection/DEPS

Issue 698253004: Reland: Implement Aura side of unified touch text selection for contents (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased after addition of touch_handle_orientation file Created 5 years, 10 months 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: ui/touch_selection/DEPS
diff --git a/ui/touch_selection/DEPS b/ui/touch_selection/DEPS
index 00a6bb4902c17a06988996c1e6c2b689ab367e9e..cd47db3ab114ab41902f19026a49aa9e35e55a33 100644
--- a/ui/touch_selection/DEPS
+++ b/ui/touch_selection/DEPS
@@ -1,5 +1,9 @@
include_rules = [
+ "+ui/aura",
+ "+ui/aura_extra",
"+ui/base",
"+ui/events",
- "+ui/gfx/geometry"
+ "+ui/gfx",
+ "+ui/gl",
+ "+ui/resources"
]

Powered by Google App Engine
This is Rietveld 408576698