summaryrefslogtreecommitdiffstats
path: root/cc/DEPS
blob: 32ac66f95ef4904b10e34d3477066f457b480540 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
include_rules = [
  "+gpu/GLES2",
  "+gpu/command_buffer/common/mailbox.h",
  "+media",
  "+skia/ext",
  "+third_party/skia/include",
  "+third_party/khronos/GLES2/gl2.h",
  "+third_party/khronos/GLES2/gl2ext.h",
  "+ui/gfx",
  "+ui/gl",
  "+ui/surface",
  # DO NOT ADD ANY NEW WEBKIT HEADERS TO THIS LIST.
  # TODO(danakj): Drop dependencies on WebKit Platform API from cc.
  "+third_party/WebKit/Source/Platform/chromium/public/WebAnimationDelegate.h",
  "+third_party/WebKit/Source/Platform/chromium/public/WebFilterOperation.h",
  "+third_party/WebKit/Source/Platform/chromium/public/WebFilterOperations.h",
  "+third_party/WebKit/Source/Platform/chromium/public/WebGraphicsContext3D.h",
  "+third_party/WebKit/Source/Platform/chromium/public/WebGraphicsMemoryAllocation.h",
  "+third_party/WebKit/Source/Platform/chromium/public/WebLayerScrollClient.h",
  # TODO(jamesr): Remove once cc depends on GLES2Interface instead of WGC3D
  "+webkit/gpu",
]