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

Unified Diff: ui/events/blink/DEPS

Issue 1415953004: Move content/renderer input handling for web input events to ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 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 | « ui/events/blink/BUILD.gn ('k') | ui/events/blink/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/blink/DEPS
diff --git a/ui/events/blink/DEPS b/ui/events/blink/DEPS
index c28eb31be0ac7380f5b172cf94dd9e98d4fafce2..6fa4026ac43cfbca0411c82af19489ac561f8cf7 100644
--- a/ui/events/blink/DEPS
+++ b/ui/events/blink/DEPS
@@ -1,3 +1,16 @@
include_rules = [
+ "+cc/input/input_handler.h",
+ "+cc/input/scroll_elasticity_helper.h",
+ "+cc/trees/swap_promise_monitor.h",
+
+ "+third_party/WebKit/public/platform/WebGestureCurve.h",
+ "+third_party/WebKit/public/platform/WebGestureCurveTarget.h",
+ "+third_party/WebKit/public/platform/WebFloatPoint.h",
+ "+third_party/WebKit/public/platform/WebFloatSize.h",
+ "+third_party/WebKit/public/platform/WebPoint.h",
+ "+third_party/WebKit/public/web/WebActiveWheelFlingParameters.h",
"+third_party/WebKit/public/web/WebInputEvent.h",
+
+ "+ui/gfx/geometry",
+ "+ui/events"
]
« no previous file with comments | « ui/events/blink/BUILD.gn ('k') | ui/events/blink/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698