Index: cc/DEPS |
diff --git a/cc/DEPS b/cc/DEPS |
index b2e3c85c814443bd867b95efed0d06bc17ee1acd..adf880ba52c9dcb994f1caa1590e1461c4c65d2f 100644 |
--- a/cc/DEPS |
+++ b/cc/DEPS |
@@ -1,7 +1,18 @@ |
include_rules = [ |
"+third_party/khronos/GLES2/gl2.h", |
"+third_party/khronos/GLES2/gl2ext.h", |
+# http://crbug.com/144542 |
+ "+third_party/WebKit/Source/WebCore/platform/graphics/FloatPoint.h", |
+ "+third_party/WebKit/Source/WebCore/platform/graphics/FloatPoint3D.h", |
+ "+third_party/WebKit/Source/WebCore/platform/graphics/FloatQuad.h", |
+ "+third_party/WebKit/Source/WebCore/platform/graphics/FloatRect.h", |
+ "+third_party/WebKit/Source/WebCore/platform/graphics/FloatSize.h", |
+ "+third_party/WebKit/Source/WebCore/platform/graphics/IntPoint.h", |
+ "+third_party/WebKit/Source/WebCore/platform/graphics/IntRect.h", |
+ "+third_party/WebKit/Source/WebCore/platform/graphics/IntSize.h", |
+# http://crbug.com/144540 |
"+third_party/WebKit/Source/WebCore/platform/graphics/Region.h", |
- "+third_party/WebKit/Source/WebCore/platform/graphics/gpu/TilingData.h", |
+# TODO(jamesr): Resolve these |
"+third_party/WebKit/Source/WebCore/platform/graphics/UnitBezier.h", |
+ "+third_party/WebKit/Source/WebCore/platform/graphics/gpu/TilingData.h", |
] |