| Index: Source/platform/blink_platform.gyp
|
| diff --git a/Source/platform/blink_platform.gyp b/Source/platform/blink_platform.gyp
|
| index 5db0b9ed8514727cc031f3eedf193b477bd6dc36..01427801798ee8008c74e9ac9bd95e99f02577af 100644
|
| --- a/Source/platform/blink_platform.gyp
|
| +++ b/Source/platform/blink_platform.gyp
|
| @@ -102,6 +102,7 @@
|
| ],
|
| }, { # OS!="mac"
|
| 'sources/': [
|
| + ['exclude', 'mac/'],
|
| ['exclude', 'Mac\\.mm$'],
|
| ],
|
| }],
|
| @@ -113,6 +114,7 @@
|
| ],
|
| }, { # OS!="win"
|
| 'sources/': [
|
| + ['exclude', 'win/'],
|
| ['exclude', 'Win\\.cpp$'],
|
| ],
|
| }],
|
|
|