summaryrefslogtreecommitdiffstats
path: root/cc/DEPS
blob: 7e634a308787068e710d0c52693ddb4ced10df77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
include_rules = [
  "+skia/ext",
  "+third_party/skia/include",
  "+third_party/khronos/GLES2/gl2.h",
  "+third_party/khronos/GLES2/gl2ext.h",
  "+ui/gfx",
  "+media",
# http://crbug.com/144542
  "+third_party/WebKit/Source/WebCore/platform/graphics/FloatPoint.h",
  "+third_party/WebKit/Source/WebCore/platform/graphics/FloatPoint3D.h",
  "+third_party/WebKit/Source/WebCore/platform/graphics/FloatQuad.h",
  "+third_party/WebKit/Source/WebCore/platform/graphics/FloatRect.h",
  "+third_party/WebKit/Source/WebCore/platform/graphics/FloatSize.h",
  "+third_party/WebKit/Source/WebCore/platform/graphics/IntPoint.h",
  "+third_party/WebKit/Source/WebCore/platform/graphics/IntRect.h",
  "+third_party/WebKit/Source/WebCore/platform/graphics/IntSize.h",
  "+Source/WebCore/platform/graphics/FloatPoint.h",
  "+Source/WebCore/platform/graphics/FloatPoint3D.h",
  "+Source/WebCore/platform/graphics/FloatQuad.h",
  "+Source/WebCore/platform/graphics/FloatRect.h",
  "+Source/WebCore/platform/graphics/FloatSize.h",
  "+Source/WebCore/platform/graphics/IntPoint.h",
  "+Source/WebCore/platform/graphics/IntRect.h",
  "+Source/WebCore/platform/graphics/IntSize.h",
# http://crbug.com/144540
  "+third_party/WebKit/Source/WebCore/platform/graphics/Region.h",
  "+Source/WebCore/platform/graphics/Region.h",
# TODO(jamesr): Resolve these
  "+third_party/WebKit/Source/WebCore/platform/graphics/UnitBezier.h",
  "+third_party/WebKit/Source/WebCore/platform/graphics/gpu/TilingData.h",
  "+Source/WebCore/platform/graphics/UnitBezier.h",
  "+Source/WebCore/platform/graphics/gpu/TilingData.h",
# http://crbug.com/154052
  "+webkit/glue/webkit_glue_export.h",
# http://crbug.com/154451
  "+third_party/WebKit/Source/WTF/config.h",
  "+Source/WTF/config.h",
]