| Index: Source/platform/blink_platform.gyp
|
| diff --git a/Source/platform/blink_platform.gyp b/Source/platform/blink_platform.gyp
|
| index 9f09481cc6a2af1ccd6bbbf9365f321c809a1244..b79a8589f22401a27597c877223f95e8384c4f91 100644
|
| --- a/Source/platform/blink_platform.gyp
|
| +++ b/Source/platform/blink_platform.gyp
|
| @@ -252,6 +252,7 @@
|
| 'sources/': [
|
| # Cherry-pick files excluded by the broader regular expressions above.
|
| ['include', 'fonts/harfbuzz/FontHarfBuzz\\.cpp$'],
|
| + ['include', 'fonts/harfbuzz/FontPlatformDataHarfBuzz\\.cpp$'],
|
| ['include', 'fonts/harfbuzz/HarfBuzzFace\\.(cpp|h)$'],
|
| ['include', 'fonts/harfbuzz/HarfBuzzFaceSkia\\.cpp$'],
|
| ['include', 'fonts/harfbuzz/HarfBuzzShaper\\.(cpp|h)$'],
|
| @@ -360,6 +361,9 @@
|
| ['exclude', 'geometry/cg/'],
|
| ['exclude', 'scroll/ScrollbarThemeMac'],
|
|
|
| + # FIXME: We will eventually compile this too, but for now it's
|
| + # only used on mac.
|
| + ['exclude', 'fonts/FontPlatformData\\.cpp$'],
|
| ['exclude', 'fonts/harfbuzz/HarfBuzzFaceCoreText\\.cpp$'],
|
| ],
|
| }],
|
|
|