Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(730)

Unified Diff: third_party/WebKit/Source/platform/blink_platform.gypi

Issue 1847853004: Move Character.h from platform/fonts to platform/text (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase again Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/platform/BUILD.gn ('k') | third_party/WebKit/Source/platform/fonts/Character.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « third_party/WebKit/Source/platform/BUILD.gn ('k') | third_party/WebKit/Source/platform/fonts/Character.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698