Index: Source/platform/blink_platform.gypi |
diff --git a/Source/platform/blink_platform.gypi b/Source/platform/blink_platform.gypi |
index f3ac2e0897645ba8dcfe58c34e9efdacd189d90d..90c62edc64b6b27a5db4478c2c4be6165e4e646b 100644 |
--- a/Source/platform/blink_platform.gypi |
+++ b/Source/platform/blink_platform.gypi |
@@ -318,6 +318,18 @@ |
'geometry/RoundedRect.h', |
'geometry/TransformState.cpp', |
'geometry/TransformState.h', |
+ 'geometry/cg/FloatPointCG.cpp', |
+ 'geometry/cg/FloatRectCG.cpp', |
+ 'geometry/cg/FloatSizeCG.cpp', |
+ 'geometry/cg/IntPointCG.cpp', |
+ 'geometry/cg/IntRectCG.cpp', |
+ 'geometry/cg/IntSizeCG.cpp', |
+ 'geometry/mac/FloatPointMac.mm', |
+ 'geometry/mac/FloatRectMac.mm', |
+ 'geometry/mac/FloatSizeMac.mm', |
+ 'geometry/mac/IntPointMac.mm', |
+ 'geometry/mac/IntRectMac.mm', |
+ 'geometry/mac/IntSizeMac.mm', |
'graphics/angle/ANGLEPlatformBridge.cpp', |
'graphics/angle/ANGLEPlatformBridge.h', |
'graphics/filters/LightSource.cpp', |