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

Unified Diff: ui/android/DEPS

Issue 2896993002: Route OnDragEvent through ViewAndroid tree (Closed)
Patch Set: comment 2 Created 3 years, 7 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/android/DEPS
diff --git a/ui/android/DEPS b/ui/android/DEPS
index 93b6e002dc2c1f33514bdb61528497a80174e545..f6ef83d0c8deb8633751063d02c39b65391f344f 100644
--- a/ui/android/DEPS
+++ b/ui/android/DEPS
@@ -13,7 +13,9 @@ include_rules = [
"+ui/base/layout.h",
"+ui/base/resource/resource_bundle.h",
"+ui/base/ui_base_paths.h",
+ "+ui/base/ui_base_switches_util.h",
sky 2017/05/25 23:57:59 Why not +ui/base? This target depends upon ui/base
Jinsuk Kim 2017/05/26 00:16:48 Honestly no idea. I was just following what has be
"+ui/display",
+ "+ui/events/android/drag_event_android.h",
"+ui/events/android/motion_event_android.h",
"+ui/events/base_event_utils.h",
"+ui/gfx",
« no previous file with comments | « content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java ('k') | ui/android/event_forwarder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698