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" |
+] |