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

Unified Diff: components/web_input/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: Component rename. 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 | « components/web_input/BUILD.gn ('k') | components/web_input/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/web_input/DEPS
diff --git a/components/web_input/DEPS b/components/web_input/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..1efa2405a2c35d85ae3c25e1f14c4a3f0b7a7214
--- /dev/null
+++ b/components/web_input/DEPS
@@ -0,0 +1,15 @@
+include_rules = [
+ "+cc",
danakj 2015/11/05 22:28:01 also -cc/blink Or, does this use anything except
Khushal 2015/11/05 22:49:49 It uses the swap promise monitor as well. Would yo
danakj 2015/11/05 23:07:54 I kinda do, just because this area of the code has
+
+ # No inclusion of WebKit other than strictly enum/POD, header-only types.
+ "+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",
danakj 2015/11/05 22:29:16 do you need all gfx? or just geometry?
Khushal 2015/11/05 22:49:49 Just geometry. Done.
+ "+ui/events"
+]
« no previous file with comments | « components/web_input/BUILD.gn ('k') | components/web_input/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698