| Index: cc/DEPS
|
| diff --git a/cc/DEPS b/cc/DEPS
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..b2e3c85c814443bd867b95efed0d06bc17ee1acd
|
| --- /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",
|
| +]
|
|
|