OLD | NEW |
---|---|
1 include_rules = [ | 1 include_rules = [ |
2 "+third_party/khronos/GLES2/gl2.h", | 2 "+third_party/khronos/GLES2/gl2.h", |
3 "+third_party/khronos/GLES2/gl2ext.h", | 3 "+third_party/khronos/GLES2/gl2ext.h", |
4 # http://crbug.com/144542 | |
5 "+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/FloatQuad.h", | |
8 "+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/IntPoint.h", | |
11 "+third_party/WebKit/Source/WebCore/platform/graphics/IntRect.h", | |
12 "+third_party/WebKit/Source/WebCore/platform/graphics/IntSize.h", | |
13 # http://crbug.com/144542 | |
enne (OOO)
2012/08/28 00:44:33
144542 -> 144540
| |
4 "+third_party/WebKit/Source/WebCore/platform/graphics/Region.h", | 14 "+third_party/WebKit/Source/WebCore/platform/graphics/Region.h", |
15 # TODO(jamesr): Resolve these | |
16 "+third_party/WebKit/Source/WebCore/platform/graphics/UnitBezier.h", | |
5 "+third_party/WebKit/Source/WebCore/platform/graphics/gpu/TilingData.h", | 17 "+third_party/WebKit/Source/WebCore/platform/graphics/gpu/TilingData.h", |
6 "+third_party/WebKit/Source/WebCore/platform/graphics/UnitBezier.h", | |
7 ] | 18 ] |
OLD | NEW |