summaryrefslogtreecommitdiffstats
path: root/cc/DEPS
diff options
context:
space:
mode:
Diffstat (limited to 'cc/DEPS')
-rw-r--r--cc/DEPS7
1 files changed, 7 insertions, 0 deletions
diff --git a/cc/DEPS b/cc/DEPS
new file mode 100644
index 0000000..b2e3c85
--- /dev/null
+++ b/cc/DEPS
@@ -0,0 +1,7 @@
+include_rules = [
+ "+third_party/khronos/GLES2/gl2.h",
+ "+third_party/khronos/GLES2/gl2ext.h",
+ "+third_party/WebKit/Source/WebCore/platform/graphics/Region.h",
+ "+third_party/WebKit/Source/WebCore/platform/graphics/gpu/TilingData.h",
+ "+third_party/WebKit/Source/WebCore/platform/graphics/UnitBezier.h",
+]