| Index: Source/platform/blink_platform.gyp | 
| diff --git a/Source/platform/blink_platform.gyp b/Source/platform/blink_platform.gyp | 
| index 96ee813d7c63b14949f17d9989002e62c8b7e80e..e313a89a13c909e7b8a3cbc09c03e6357eb5258e 100644 | 
| --- a/Source/platform/blink_platform.gyp | 
| +++ b/Source/platform/blink_platform.gyp | 
| @@ -113,6 +113,10 @@ | 
| 'sources/': [ | 
| # We use LocaleMac.mm instead of LocaleICU.cpp | 
| ['exclude', 'LocaleICU\\.(cpp|h)$'], | 
| + | 
| +          # The Mac uses mac/KillRingMac.mm instead of the dummy | 
| +          # implementation. | 
| +          ['exclude', 'KillRingNone\\.cpp$'], | 
| ], | 
| }, { # OS!="mac" | 
| 'sources/': [ | 
|  |