summaryrefslogtreecommitdiffstats
path: root/cc/DEPS
blob: ccc99ea62d9e99273efacce1d35267ad62476aa6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
include_rules = [
  "+media",
  "+skia/ext",
  "+third_party/skia/include",
  "+third_party/khronos/GLES2/gl2.h",
  "+third_party/khronos/GLES2/gl2ext.h",
  "+ui/gfx",
  "+ui/gl",
  # TODO(danakj): Drop dependencies on WebKit Platform API from cc.
  "+third_party/WebKit/Source/Platform/chromium/public/WebCompositorOutputSurface.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/WebImage.h",
]