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

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

Issue 1917423002: Add Hyphenation class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Build fix 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
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 ffc7b1e1db2cb726af50f16060daa1cde181ca47..bcf65d3923d9bc22b441875a35c67d169b315d24 100644
--- a/third_party/WebKit/Source/platform/blink_platform.gypi
+++ b/third_party/WebKit/Source/platform/blink_platform.gypi
@@ -972,6 +972,8 @@
'text/DateTimeFormat.cpp',
'text/DateTimeFormat.h',
'text/DecodeEscapeSequences.h',
+ 'text/Hyphenation.cpp',
+ 'text/Hyphenation.h',
'text/LineEnding.cpp',
'text/LineEnding.h',
'text/LocaleICU.cpp',
@@ -1016,6 +1018,10 @@
'text/UnicodeRange.h',
'text/UnicodeUtilities.cpp',
'text/UnicodeUtilities.h',
+ 'text/android/HyphenationAndroid.cpp',
+ 'text/linux/HyphenationLinux.cpp',
+ 'text/mac/HyphenationMac.cpp',
+ 'text/win/HyphenationWin.cpp',
'threading/BackgroundTaskRunner.cpp',
'threading/BackgroundTaskRunner.h',
'transforms/AffineTransform.cpp',
@@ -1217,6 +1223,7 @@
'text/CharacterTest.cpp',
'text/DateTimeFormatTest.cpp',
'text/LocaleToScriptMappingTest.cpp',
+ 'text/HyphenationTest.cpp',
'text/SegmentedStringTest.cpp',
'text/TextBreakIteratorTest.cpp',
'text/UnicodeUtilitiesTest.cpp',
« no previous file with comments | « third_party/WebKit/Source/platform/blink_platform.gyp ('k') | third_party/WebKit/Source/platform/text/Hyphenation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698