| Index: Source/platform/blink_platform.gyp
|
| diff --git a/Source/platform/blink_platform.gyp b/Source/platform/blink_platform.gyp
|
| index 8f56adef5adf674aa7ec3710ac2bca0acb90d8f7..d856e3d4dd75b9e51e5dac1577de06cda9e59d21 100644
|
| --- a/Source/platform/blink_platform.gyp
|
| +++ b/Source/platform/blink_platform.gyp
|
| @@ -253,7 +253,6 @@
|
| # Cherry-pick files excluded by the broader regular expressions above.
|
| ['include', 'fonts/opentype/OpenTypeTypes\\.h$'],
|
| ['include', 'fonts/opentype/OpenTypeVerticalData\\.(cpp|h)$'],
|
| - ['include', 'fonts/skia/SimpleFontDataSkia\\.cpp$'],
|
| ],
|
| 'dependencies': [
|
| '<(DEPTH)/third_party/harfbuzz-ng/harfbuzz.gyp:harfbuzz-ng',
|
| @@ -327,8 +326,6 @@
|
|
|
| ['exclude', 'fonts/skia/FontCacheSkia\\.cpp$'],
|
|
|
| - ['include', 'fonts/skia/SimpleFontDataSkia\\.cpp$'],
|
| -
|
| ['include', 'geometry/mac/FloatPointMac\\.mm$'],
|
| ['include', 'geometry/mac/FloatRectMac\\.mm$'],
|
| ['include', 'geometry/mac/FloatSizeMac\\.mm$'],
|
| @@ -369,7 +366,6 @@
|
| ['include', 'fonts/opentype/'],
|
| ['include', 'fonts/skia/FontCustomPlatformDataSkia\\.cpp$'],
|
| ['include', 'fonts/skia/FontCustomPlatformDataSkia\\.cpp$'],
|
| - ['include', 'fonts/skia/SimpleFontDataSkia\\.cpp$'],
|
| ['include', 'fonts/win/FontCacheSkiaWin\\.cpp$'],
|
| ['include', 'fonts/win/FontFallbackWin\\.(cpp|h)$'],
|
| ['include', 'fonts/win/FontPlatformDataWin\\.cpp$'],
|
|
|