summaryrefslogtreecommitdiffstats
path: root/cc/DEPS
blob: 6c793cda8032f0931e6780cf507886d66ab2004f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
include_rules = [
  "+gpu/GLES2",
  "+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",
# TODO(jamesr): Remove once cc depends on GLES2Interface instead of WGC3D
  "+webkit/gpu",
]