OLD | NEW |
---|---|
(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 ] | |
OLD | NEW |