OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
| 2 "+skia/ext", |
2 "+third_party/khronos/GLES2/gl2.h", | 3 "+third_party/khronos/GLES2/gl2.h", |
3 "+third_party/khronos/GLES2/gl2ext.h", | 4 "+third_party/khronos/GLES2/gl2ext.h", |
4 # http://crbug.com/144542 | 5 # http://crbug.com/144542 |
5 "+third_party/WebKit/Source/WebCore/platform/graphics/FloatPoint.h", | 6 "+third_party/WebKit/Source/WebCore/platform/graphics/FloatPoint.h", |
6 "+third_party/WebKit/Source/WebCore/platform/graphics/FloatPoint3D.h", | 7 "+third_party/WebKit/Source/WebCore/platform/graphics/FloatPoint3D.h", |
7 "+third_party/WebKit/Source/WebCore/platform/graphics/FloatQuad.h", | 8 "+third_party/WebKit/Source/WebCore/platform/graphics/FloatQuad.h", |
8 "+third_party/WebKit/Source/WebCore/platform/graphics/FloatRect.h", | 9 "+third_party/WebKit/Source/WebCore/platform/graphics/FloatRect.h", |
9 "+third_party/WebKit/Source/WebCore/platform/graphics/FloatSize.h", | 10 "+third_party/WebKit/Source/WebCore/platform/graphics/FloatSize.h", |
10 "+third_party/WebKit/Source/WebCore/platform/graphics/IntPoint.h", | 11 "+third_party/WebKit/Source/WebCore/platform/graphics/IntPoint.h", |
11 "+third_party/WebKit/Source/WebCore/platform/graphics/IntRect.h", | 12 "+third_party/WebKit/Source/WebCore/platform/graphics/IntRect.h", |
(...skipping 13 matching lines...) Expand all Loading... |
25 "+third_party/WebKit/Source/WebCore/platform/graphics/UnitBezier.h", | 26 "+third_party/WebKit/Source/WebCore/platform/graphics/UnitBezier.h", |
26 "+third_party/WebKit/Source/WebCore/platform/graphics/gpu/TilingData.h", | 27 "+third_party/WebKit/Source/WebCore/platform/graphics/gpu/TilingData.h", |
27 "+Source/WebCore/platform/graphics/UnitBezier.h", | 28 "+Source/WebCore/platform/graphics/UnitBezier.h", |
28 "+Source/WebCore/platform/graphics/gpu/TilingData.h", | 29 "+Source/WebCore/platform/graphics/gpu/TilingData.h", |
29 # TODO(jamesr): We depend on these things just to do test setup. We should be | 30 # TODO(jamesr): We depend on these things just to do test setup. We should be |
30 # able to run unit tests without these dependencies. | 31 # able to run unit tests without these dependencies. |
31 "+third_party/WebKit/Source/Platform/chromium/public/Platform.h", | 32 "+third_party/WebKit/Source/Platform/chromium/public/Platform.h", |
32 "+webkit/compositor_bindings/web_compositor_support_impl.h", | 33 "+webkit/compositor_bindings/web_compositor_support_impl.h", |
33 "+webkit/glue/webthread_impl.h" | 34 "+webkit/glue/webthread_impl.h" |
34 ] | 35 ] |
OLD | NEW |