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

Side by Side 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, 7 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 'includes': [ 2 'includes': [
3 'platform_generated.gypi', 3 'platform_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 'platform_files': [ 6 'platform_files': [
7 'AsyncFileSystemCallbacks.h', 7 'AsyncFileSystemCallbacks.h',
8 'CalculationValue.h', 8 'CalculationValue.h',
9 'CheckedInt.h', 9 'CheckedInt.h',
10 'ContentDecryptionModuleResult.h', 10 'ContentDecryptionModuleResult.h',
(...skipping 954 matching lines...) Expand 10 before | Expand all | Expand 10 after
965 'text/BidiTextRun.cpp', 965 'text/BidiTextRun.cpp',
966 'text/BidiTextRun.h', 966 'text/BidiTextRun.h',
967 'text/Character.cpp', 967 'text/Character.cpp',
968 'text/Character.h', 968 'text/Character.h',
969 'text/CharacterEmoji.cpp', 969 'text/CharacterEmoji.cpp',
970 'text/CompressibleString.cpp', 970 'text/CompressibleString.cpp',
971 'text/CompressibleString.h', 971 'text/CompressibleString.h',
972 'text/DateTimeFormat.cpp', 972 'text/DateTimeFormat.cpp',
973 'text/DateTimeFormat.h', 973 'text/DateTimeFormat.h',
974 'text/DecodeEscapeSequences.h', 974 'text/DecodeEscapeSequences.h',
975 'text/Hyphenation.cpp',
976 'text/Hyphenation.h',
975 'text/LineEnding.cpp', 977 'text/LineEnding.cpp',
976 'text/LineEnding.h', 978 'text/LineEnding.h',
977 'text/LocaleICU.cpp', 979 'text/LocaleICU.cpp',
978 'text/LocaleICU.h', 980 'text/LocaleICU.h',
979 'text/LocaleMac.h', 981 'text/LocaleMac.h',
980 'text/LocaleMac.mm', 982 'text/LocaleMac.mm',
981 'text/LocaleToScriptMapping.cpp', 983 'text/LocaleToScriptMapping.cpp',
982 'text/LocaleToScriptMapping.h', 984 'text/LocaleToScriptMapping.h',
983 'text/LocaleWin.cpp', 985 'text/LocaleWin.cpp',
984 'text/LocaleWin.h', 986 'text/LocaleWin.h',
(...skipping 24 matching lines...) Expand all
1009 'text/TextRun.cpp', 1011 'text/TextRun.cpp',
1010 'text/TextRun.h', 1012 'text/TextRun.h',
1011 'text/TextRunIterator.h', 1013 'text/TextRunIterator.h',
1012 'text/TextStream.cpp', 1014 'text/TextStream.cpp',
1013 'text/TextStream.h', 1015 'text/TextStream.h',
1014 'text/UnicodeBidi.h', 1016 'text/UnicodeBidi.h',
1015 'text/UnicodeRange.cpp', 1017 'text/UnicodeRange.cpp',
1016 'text/UnicodeRange.h', 1018 'text/UnicodeRange.h',
1017 'text/UnicodeUtilities.cpp', 1019 'text/UnicodeUtilities.cpp',
1018 'text/UnicodeUtilities.h', 1020 'text/UnicodeUtilities.h',
1021 'text/android/HyphenationAndroid.cpp',
1022 'text/linux/HyphenationLinux.cpp',
1023 'text/mac/HyphenationMac.cpp',
1024 'text/win/HyphenationWin.cpp',
1019 'threading/BackgroundTaskRunner.cpp', 1025 'threading/BackgroundTaskRunner.cpp',
1020 'threading/BackgroundTaskRunner.h', 1026 'threading/BackgroundTaskRunner.h',
1021 'transforms/AffineTransform.cpp', 1027 'transforms/AffineTransform.cpp',
1022 'transforms/AffineTransform.h', 1028 'transforms/AffineTransform.h',
1023 'transforms/IdentityTransformOperation.h', 1029 'transforms/IdentityTransformOperation.h',
1024 'transforms/InterpolatedTransformOperation.cpp', 1030 'transforms/InterpolatedTransformOperation.cpp',
1025 'transforms/InterpolatedTransformOperation.h', 1031 'transforms/InterpolatedTransformOperation.h',
1026 'transforms/Matrix3DTransformOperation.cpp', 1032 'transforms/Matrix3DTransformOperation.cpp',
1027 'transforms/Matrix3DTransformOperation.h', 1033 'transforms/Matrix3DTransformOperation.h',
1028 'transforms/MatrixTransformOperation.cpp', 1034 'transforms/MatrixTransformOperation.cpp',
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
1210 'network/ResourceRequestTest.cpp', 1216 'network/ResourceRequestTest.cpp',
1211 'scheduler/CancellableTaskFactoryTest.cpp', 1217 'scheduler/CancellableTaskFactoryTest.cpp',
1212 'scroll/ScrollableAreaTest.cpp', 1218 'scroll/ScrollableAreaTest.cpp',
1213 'testing/ArenaTestHelpers.h', 1219 'testing/ArenaTestHelpers.h',
1214 'testing/TreeTestHelpers.cpp', 1220 'testing/TreeTestHelpers.cpp',
1215 'testing/TreeTestHelpers.h', 1221 'testing/TreeTestHelpers.h',
1216 'text/BidiResolverTest.cpp', 1222 'text/BidiResolverTest.cpp',
1217 'text/CharacterTest.cpp', 1223 'text/CharacterTest.cpp',
1218 'text/DateTimeFormatTest.cpp', 1224 'text/DateTimeFormatTest.cpp',
1219 'text/LocaleToScriptMappingTest.cpp', 1225 'text/LocaleToScriptMappingTest.cpp',
1226 'text/HyphenationTest.cpp',
1220 'text/SegmentedStringTest.cpp', 1227 'text/SegmentedStringTest.cpp',
1221 'text/TextBreakIteratorTest.cpp', 1228 'text/TextBreakIteratorTest.cpp',
1222 'text/UnicodeUtilitiesTest.cpp', 1229 'text/UnicodeUtilitiesTest.cpp',
1223 'threading/BackgroundTaskRunnerTest.cpp', 1230 'threading/BackgroundTaskRunnerTest.cpp',
1224 'transforms/TransformOperationsTest.cpp', 1231 'transforms/TransformOperationsTest.cpp',
1225 'transforms/TransformTestHelper.h', 1232 'transforms/TransformTestHelper.h',
1226 'transforms/TransformationMatrixTest.cpp', 1233 'transforms/TransformationMatrixTest.cpp',
1227 'transforms/RotationTest.cpp', 1234 'transforms/RotationTest.cpp',
1228 'web_process_memory_dump_impl_test.cc', 1235 'web_process_memory_dump_impl_test.cc',
1229 'weborigin/KnownPortsTest.cpp', 1236 'weborigin/KnownPortsTest.cpp',
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
1307 ['OS!="mac"', 1314 ['OS!="mac"',
1308 { 1315 {
1309 'platform_test_files': [ 1316 'platform_test_files': [
1310 'scroll/ScrollAnimatorTest.cpp', 1317 'scroll/ScrollAnimatorTest.cpp',
1311 ], 1318 ],
1312 } 1319 }
1313 ], 1320 ],
1314 ], 1321 ],
1315 }, 1322 },
1316 } 1323 }
OLDNEW
« 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