| Index: third_party/WebKit/Source/platform/blink_platform.gyp
|
| diff --git a/third_party/WebKit/Source/platform/blink_platform.gyp b/third_party/WebKit/Source/platform/blink_platform.gyp
|
| index 701bded1d42f47ddd1f19ab7d7f43ae68fd83980..eb330885c069ced77ff1c7178ed6f97668f21de1 100644
|
| --- a/third_party/WebKit/Source/platform/blink_platform.gyp
|
| +++ b/third_party/WebKit/Source/platform/blink_platform.gyp
|
| @@ -255,6 +255,7 @@
|
| ['OS=="linux" or OS=="android" or OS=="win"', {
|
| 'sources/': [
|
| # Cherry-pick files excluded by the broader regular expressions above.
|
| + ['include', 'fonts/opentype/OpenTypeOS2Table\\.(cpp|h)$'],
|
| ['include', 'fonts/opentype/OpenTypeTypes\\.h$'],
|
| ['include', 'fonts/opentype/OpenTypeVerticalData\\.(cpp|h)$'],
|
| ],
|
| @@ -299,6 +300,7 @@
|
| ['include', '(fonts/)?mac/[^/]*Font[^/]*\\.(cpp|mm?)$'],
|
|
|
| # TODO(dro): Merge the opentype vertical data files inclusion across all platforms.
|
| + ['include', 'fonts/opentype/OpenTypeOS2Table\\.(cpp|h)$'],
|
| ['include', 'fonts/opentype/OpenTypeTypes\\.h$'],
|
| ['include', 'fonts/opentype/OpenTypeVerticalData\\.(cpp|h)$'],
|
|
|
|
|