| Index: Source/platform/blink_platform.gyp
|
| diff --git a/Source/platform/blink_platform.gyp b/Source/platform/blink_platform.gyp
|
| index 07f187c3b688f8e072c26c9818e5451e2fac3797..f685525c35fb3a4a86c72b61c8f6365b5f96c56b 100644
|
| --- a/Source/platform/blink_platform.gyp
|
| +++ b/Source/platform/blink_platform.gyp
|
| @@ -317,6 +317,10 @@
|
| ['exclude', 'scroll/ScrollAnimatorNone\\.cpp$'],
|
| ['exclude', 'scroll/ScrollAnimatorNone\\.h$'],
|
|
|
| + # The Mac currently uses FontCustomPlatformDataMac.cpp,
|
| + # included by regex above, instead.
|
| + ['exclude', 'fonts/skia/FontCustomPlatformDataSkia\\.cpp$'],
|
| +
|
| ['exclude', 'fonts/skia/FontCacheSkia\\.cpp$'],
|
|
|
| ['include', 'geometry/mac/FloatPointMac\\.mm$'],
|
| @@ -354,6 +358,8 @@
|
| ['include', 'clipboard/ClipboardUtilitiesWin\\.(cpp|h)$'],
|
|
|
| ['include', 'fonts/opentype/'],
|
| + ['include', 'fonts/skia/FontCustomPlatformDataSkia\\.cpp$'],
|
| + ['include', 'fonts/skia/FontCustomPlatformDataSkia\\.cpp$'],
|
| ['include', 'fonts/win/FontCacheSkiaWin\\.cpp$'],
|
| ['include', 'fonts/win/FontFallbackWin\\.(cpp|h)$'],
|
| ['include', 'fonts/win/FontPlatformDataWin\\.cpp$'],
|
|
|