summaryrefslogtreecommitdiffstats
path: root/cc/DEPS
blob: 91ebb2067c953011b65b5dff84db320775c87873 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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/events/latency_info.h",
  "+ui/gfx",
  "+ui/gl",
  # DO NOT ADD ANY NEW WEBKIT HEADERS TO THIS LIST.
  # TODO(danakj): Drop dependencies on WebKit Platform API from cc.
  "+third_party/WebKit/public/platform/WebGraphicsContext3D.h",
]