summaryrefslogtreecommitdiffstats
path: root/cc/DEPS
blob: 1a52bcddefb1aa536fa2984ad27260b26245218a (plain)
1
2
3
4
5
6
7
8
9
10
11
include_rules = [
  "+skia/ext",
  "+third_party/skia/include",
  "+third_party/khronos/GLES2/gl2.h",
  "+third_party/khronos/GLES2/gl2ext.h",
  "+ui/gfx",
  "+media",
# TODO(piman): Remove as soon as ui/compositor uses cc directly.
# http://crbug.com/159278
  "+third_party/WebKit/Source/Platform/chromium/public/WebCompositorTransferableResourceList.h"
]