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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « components/web_input/BUILD.gn ('k') | components/web_input/OWNERS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 include_rules = [
2 "+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
3
4 # No inclusion of WebKit other than strictly enum/POD, header-only types.
5 "+third_party/WebKit/public/platform/WebGestureCurve.h",
6 "+third_party/WebKit/public/platform/WebGestureCurveTarget.h",
7 "+third_party/WebKit/public/platform/WebFloatPoint.h",
8 "+third_party/WebKit/public/platform/WebFloatSize.h",
9 "+third_party/WebKit/public/platform/WebPoint.h",
10 "+third_party/WebKit/public/web/WebActiveWheelFlingParameters.h",
11 "+third_party/WebKit/public/web/WebInputEvent.h",
12
13 "+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.
14 "+ui/events"
15 ]
OLDNEW
« 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