| Index: Source/platform/blink_platform.gypi
|
| diff --git a/Source/platform/blink_platform.gypi b/Source/platform/blink_platform.gypi
|
| index 621c67880d9e9ddbc726397793b968f951e86942..727245b99a5eba3f24e3502ac1a35b4c545ec606 100644
|
| --- a/Source/platform/blink_platform.gypi
|
| +++ b/Source/platform/blink_platform.gypi
|
| @@ -38,6 +38,8 @@
|
| 'PurgeableBuffer.h',
|
| 'SecureTextInput.cpp',
|
| 'SecureTextInput.h',
|
| + 'SSLKeyGenerator.cpp',
|
| + 'SSLKeyGenerator.h',
|
| 'SharedBuffer.cpp',
|
| 'SharedBuffer.h',
|
| 'SharedBufferChunkReader.cpp',
|
| @@ -45,6 +47,7 @@
|
| 'SharedTimer.cpp',
|
| 'SharedTimer.h',
|
| 'Supplementable.h',
|
| + 'Task.h',
|
| 'ThreadTimers.cpp',
|
| 'ThreadTimers.h',
|
| 'Timer.cpp',
|
| @@ -110,6 +113,16 @@
|
| 'text/DateTimeFormat.h',
|
| 'text/LineEnding.cpp',
|
| 'text/LineEnding.h',
|
| + 'text/LocaleICU.cpp',
|
| + 'text/LocaleICU.h',
|
| + 'text/LocaleMac.h',
|
| + 'text/LocaleMac.mm',
|
| + 'text/LocaleToScriptMapping.h',
|
| + 'text/LocaleToScriptMapping.cpp',
|
| + 'text/LocaleWin.cpp',
|
| + 'text/LocaleWin.h',
|
| + 'text/PlatformLocale.cpp',
|
| + 'text/PlatformLocale.h',
|
| 'text/QuotedPrintable.cpp',
|
| 'text/QuotedPrintable.h',
|
| 'text/SegmentedString.cpp',
|
|
|