| Index: Source/core/core.gyp
|
| diff --git a/Source/core/core.gyp b/Source/core/core.gyp
|
| index b1db46e3f071e85b8bce236a2fa2bb2ed8a78ebd..c5a120a3d289388b64ac46da1cb809b3a430283d 100644
|
| --- a/Source/core/core.gyp
|
| +++ b/Source/core/core.gyp
|
| @@ -691,7 +691,7 @@
|
| # apply system locales.
|
| ['exclude', 'platform/text/LocaleICU\\.cpp$'],
|
| ['exclude', 'platform/text/LocaleICU\\.h$'],
|
| - ['include', 'platform/text/mac/LocaleMac\\.mm$'],
|
| + ['include', 'platform/text/LocaleMac\\.mm$'],
|
|
|
| # The Mac uses platform/mac/KillRingMac.mm instead of the dummy
|
| # implementation.
|
| @@ -756,8 +756,8 @@
|
|
|
| ['exclude', 'platform/text/LocaleICU\\.cpp$'],
|
| ['exclude', 'platform/text/LocaleICU\\.h$'],
|
| - ['include', 'platform/text/win/LocaleWin\.cpp$'],
|
| - ['include', 'platform/text/win/LocaleWin\.h$'],
|
| + ['include', 'platform/text/LocaleWin\.cpp$'],
|
| + ['include', 'platform/text/LocaleWin\.h$'],
|
| ],
|
| 'conditions': [
|
| ['"ENABLE_GDI_FONTS_ON_WINDOWS=1" in feature_defines', {
|
|
|