Modified: branches/subpixellayout/Source/WebCore/WebCore.gyp/WebCore.gyp (98733 => 98734)
--- branches/subpixellayout/Source/WebCore/WebCore.gyp/WebCore.gyp 2011-10-28 17:35:50 UTC (rev 98733)
+++ branches/subpixellayout/Source/WebCore/WebCore.gyp/WebCore.gyp 2011-10-28 17:42:59 UTC (rev 98734)
@@ -1491,6 +1491,9 @@
['include', 'rendering/RenderThemeMac\\.mm$'],
['include', 'platform/graphics/mac/ColorMac\\.mm$'],
['include', 'platform/graphics/mac/ComplexTextControllerCoreText\\.mm$'],
+ ['include', 'platform/graphics/mac/FixedPointMac\\.mm$'],
+ ['include', 'platform/graphics/mac/FixedRectMac\\.mm$'],
+ ['include', 'platform/graphics/mac/FixedSizeMac\\.mm$'],
['include', 'platform/graphics/mac/FloatPointMac\\.mm$'],
['include', 'platform/graphics/mac/FloatRectMac\\.mm$'],
['include', 'platform/graphics/mac/FloatSizeMac\\.mm$'],
@@ -1564,6 +1567,9 @@
}],
['OS=="mac" and use_skia==1', {
'sources/': [
+ ['include', 'platform/graphics/cg/FixedPointCG\\.cpp$'],
+ ['include', 'platform/graphics/cg/FixedRectCG\\.cpp$'],
+ ['include', 'platform/graphics/cg/FixedSizeCG\\.cpp$'],
['include', 'platform/graphics/cg/FloatPointCG\\.cpp$'],
['include', 'platform/graphics/cg/FloatRectCG\\.cpp$'],
['include', 'platform/graphics/cg/FloatSizeCG\\.cpp$'],