| 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 746cb69e2e4c59979929087843ff37d9dfa24713..89459b28e3c7d370bc5d2fc4585626263758ed1e 100644
|
| --- a/third_party/WebKit/Source/platform/blink_platform.gyp
|
| +++ b/third_party/WebKit/Source/platform/blink_platform.gyp
|
| @@ -255,6 +255,8 @@
|
| # Use native Mac font code from core.
|
| ['include', '(fonts/)?mac/[^/]*Font[^/]*\\.(cpp|mm?)$'],
|
|
|
| + ['include', 'text/mac/HyphenationMac\\.cpp$'],
|
| +
|
| # Cherry-pick some files that can't be included by broader regexps.
|
| # Some of these are used instead of Chromium platform files, see
|
| # the specific exclusions in the "exclude" list below.
|
| @@ -319,6 +321,8 @@
|
| ['include', 'fonts/win/FontFallbackWin\\.(cpp|h)$'],
|
| ['include', 'fonts/win/FontPlatformDataWin\\.cpp$'],
|
|
|
| + ['include', 'text/win/HyphenationWin\\.cpp$'],
|
| +
|
| # SystemInfo.cpp is useful and we don't want to copy it.
|
| ['include', 'win/SystemInfo\\.cpp$'],
|
| ],
|
|
|