| Index: third_party/WebKit/Source/platform/blink_platform.gypi
|
| diff --git a/third_party/WebKit/Source/platform/blink_platform.gypi b/third_party/WebKit/Source/platform/blink_platform.gypi
|
| index 69de2187123c227781e29d7d9960cc773a84f50a..fa9b042032ca4987a2f9170e4cc1c996d98ddcc6 100644
|
| --- a/third_party/WebKit/Source/platform/blink_platform.gypi
|
| +++ b/third_party/WebKit/Source/platform/blink_platform.gypi
|
| @@ -388,9 +388,6 @@
|
| 'fonts/AcceptLanguagesResolver.h',
|
| 'fonts/AlternateFontFamily.h',
|
| 'fonts/CharacterRange.h',
|
| - 'fonts/Character.cpp',
|
| - 'fonts/Character.h',
|
| - 'fonts/CharacterEmoji.cpp',
|
| 'fonts/CustomFontData.h',
|
| 'fonts/Font.cpp',
|
| 'fonts/Font.h',
|
| @@ -956,6 +953,9 @@
|
| 'text/BidiRunList.h',
|
| 'text/BidiTextRun.cpp',
|
| 'text/BidiTextRun.h',
|
| + 'text/Character.cpp',
|
| + 'text/Character.h',
|
| + 'text/CharacterEmoji.cpp',
|
| 'text/CompressibleString.cpp',
|
| 'text/CompressibleString.h',
|
| 'text/DateTimeFormat.cpp',
|
| @@ -1139,7 +1139,6 @@
|
| 'clipboard/ClipboardUtilitiesTest.cpp',
|
| 'exported/FilePathConversionTest.cpp',
|
| 'fonts/AcceptLanguagesResolverTest.cpp',
|
| - 'fonts/CharacterTest.cpp',
|
| 'fonts/FontCacheTest.cpp',
|
| 'fonts/FontDescriptionTest.cpp',
|
| 'fonts/FontPlatformDataTest.cpp',
|
| @@ -1203,6 +1202,7 @@
|
| 'testing/TreeTestHelpers.cpp',
|
| 'testing/TreeTestHelpers.h',
|
| 'text/BidiResolverTest.cpp',
|
| + 'text/CharacterTest.cpp',
|
| 'text/DateTimeFormatTest.cpp',
|
| 'text/LocaleToScriptMappingTest.cpp',
|
| 'text/SegmentedStringTest.cpp',
|
|
|