Chromium Code Reviews| Index: Source/platform/blink_platform.gyp |
| diff --git a/Source/platform/blink_platform.gyp b/Source/platform/blink_platform.gyp |
| index 96ee813d7c63b14949f17d9989002e62c8b7e80e..dfef4d86d05f3db7c51d602ca5fc1382794bad45 100644 |
| --- a/Source/platform/blink_platform.gyp |
| +++ b/Source/platform/blink_platform.gyp |
| @@ -111,8 +111,15 @@ |
| ] |
| }, |
| 'sources/': [ |
| + ['include', 'mac/KillRingMac\\.mm$'], |
|
abarth-chromium
2013/11/07 23:31:18
I don't think this line is needed. It should be i
|
| + |
| # 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$'], |
|
abarth-chromium
2013/11/07 23:31:18
This one is good though.
|
| + |
| ], |
| }, { # OS!="mac" |
| 'sources/': [ |