blob: a6699999944d8120badacdb50adda8baadfee908 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
include_rules = [
"+skia/ext",
"+third_party/skia/include",
"+third_party/khronos/GLES2/gl2.h",
"+third_party/khronos/GLES2/gl2ext.h",
"+ui/gfx",
"+media",
# http://crbug.com/147395
"+third_party/WebKit/Source/WebCore/platform/graphics/Region.h",
"+Source/WebCore/platform/graphics/Region.h",
# http://crbug.com/154451
"+third_party/WebKit/Source/WTF/config.h",
"+Source/WTF/config.h",
# TODO(piman): Remove as soon as ui/compositor uses cc directly.
# http://crbug.com/159278
"+third_party/WebKit/Source/Platform/chromium/public/WebCompositorTransferableResourceList.h"
]
|