Index: Source/platform/blink_platform.gyp |
diff --git a/Source/platform/blink_platform.gyp b/Source/platform/blink_platform.gyp |
index 6022ac35ddaa354d60d2fb870e640d9bb56c9579..bc1e0a85429b0a9a7309decbb7a434084d9a3fc1 100644 |
--- a/Source/platform/blink_platform.gyp |
+++ b/Source/platform/blink_platform.gyp |
@@ -94,6 +94,9 @@ |
'WebScrollbarPainterControllerDelegate=ChromiumWebCoreObjCWebScrollbarPainterControllerDelegate', |
'WebScrollbarPainterDelegate=ChromiumWebCoreObjCWebScrollbarPainterDelegate', |
'WebScrollbarPartAnimation=ChromiumWebCoreObjCWebScrollbarPartAnimation', |
+ 'WebCoreFlippedView=ChromiumWebCoreObjCWebCoreFlippedView', |
+ 'WebCoreTextFieldCell=ChromiumWebCoreObjCWebCoreTextFieldCell', |
+ 'WebCoreRenderThemeNotificationObserver=ChromiumWebCoreObjCWebCoreRenderThemeNotificationObserver', |
], |
'postbuilds': [ |
{ |
@@ -256,6 +259,8 @@ |
['include', 'mac/NSScrollerImpDetails\\.mm$'], |
['include', 'mac/ScrollAnimatorMac\\.mm$'], |
['include', 'mac/ScrollElasticityController\\.mm$'], |
+ ['include', 'mac/ThemeMac\\.h$'], |
+ ['include', 'mac/ThemeMac\\.mm$'], |
# Mac uses only ScrollAnimatorMac. |
['exclude', 'scroll/ScrollbarThemeNonMacCommon\\.(cpp|h)$'], |