| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index 7abb91063c8e93056da57bedfa7954bf2509f852..734e33bd3bebd7f38d79cbc9eb8c72d6d627d563 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -3169,8 +3169,12 @@
|
| 'platform/text/LineEnding.cpp',
|
| 'platform/text/LocaleICU.cpp',
|
| 'platform/text/LocaleICU.h',
|
| + 'platform/text/LocaleMac.h',
|
| + 'platform/text/LocaleMac.mm',
|
| 'platform/text/LocaleToScriptMapping.h',
|
| 'platform/text/LocaleToScriptMappingDefault.cpp',
|
| + 'platform/text/LocaleWin.cpp',
|
| + 'platform/text/LocaleWin.h',
|
| 'platform/text/ParserUtilities.h',
|
| 'platform/text/PlatformLocale.cpp',
|
| 'platform/text/PlatformLocale.h',
|
| @@ -3187,12 +3191,8 @@
|
| 'platform/text/TextEncodingDetectorICU.cpp',
|
| 'platform/text/TextStream.cpp',
|
| 'platform/text/UnicodeRange.cpp',
|
| - 'platform/text/mac/LocaleMac.h',
|
| - 'platform/text/mac/LocaleMac.mm',
|
| 'platform/text/transcoder/FontTranscoder.cpp',
|
| 'platform/text/transcoder/FontTranscoder.h',
|
| - 'platform/text/win/LocaleWin.cpp',
|
| - 'platform/text/win/LocaleWin.h',
|
| 'platform/win/SystemInfo.cpp',
|
| 'platform/win/SystemInfo.h',
|
| ],
|
|
|