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

Side by Side Diff: third_party/WebKit/Source/platform/blink_platform.gypi

Issue 1779693003: Fix emoji ZWJ and modifier sequence line breaking (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 years, 9 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/text/TextBreakIterator.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1184 matching lines...) Expand 10 before | Expand all | Expand 10 after
1195 'network/ResourceRequestTest.cpp', 1195 'network/ResourceRequestTest.cpp',
1196 'scheduler/CancellableTaskFactoryTest.cpp', 1196 'scheduler/CancellableTaskFactoryTest.cpp',
1197 'scroll/ScrollableAreaTest.cpp', 1197 'scroll/ScrollableAreaTest.cpp',
1198 'testing/ArenaTestHelpers.h', 1198 'testing/ArenaTestHelpers.h',
1199 'testing/TreeTestHelpers.cpp', 1199 'testing/TreeTestHelpers.cpp',
1200 'testing/TreeTestHelpers.h', 1200 'testing/TreeTestHelpers.h',
1201 'text/BidiResolverTest.cpp', 1201 'text/BidiResolverTest.cpp',
1202 'text/DateTimeFormatTest.cpp', 1202 'text/DateTimeFormatTest.cpp',
1203 'text/LocaleToScriptMappingTest.cpp', 1203 'text/LocaleToScriptMappingTest.cpp',
1204 'text/SegmentedStringTest.cpp', 1204 'text/SegmentedStringTest.cpp',
1205 'text/TextBreakIteratorTest.cpp',
1205 'text/UnicodeUtilitiesTest.cpp', 1206 'text/UnicodeUtilitiesTest.cpp',
1206 'transforms/TransformOperationsTest.cpp', 1207 'transforms/TransformOperationsTest.cpp',
1207 'transforms/TransformTestHelper.h', 1208 'transforms/TransformTestHelper.h',
1208 'transforms/TransformationMatrixTest.cpp', 1209 'transforms/TransformationMatrixTest.cpp',
1209 'web_process_memory_dump_impl_test.cc', 1210 'web_process_memory_dump_impl_test.cc',
1210 'weborigin/DatabaseIdentifierTest.cpp', 1211 'weborigin/DatabaseIdentifierTest.cpp',
1211 'weborigin/KnownPortsTest.cpp', 1212 'weborigin/KnownPortsTest.cpp',
1212 'weborigin/KURLTest.cpp', 1213 'weborigin/KURLTest.cpp',
1213 'weborigin/OriginAccessEntryTest.cpp', 1214 'weborigin/OriginAccessEntryTest.cpp',
1214 'weborigin/SchemeRegistryTest.cpp', 1215 'weborigin/SchemeRegistryTest.cpp',
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
1277 ['OS!="mac"', 1278 ['OS!="mac"',
1278 { 1279 {
1279 'platform_test_files': [ 1280 'platform_test_files': [
1280 'scroll/ScrollAnimatorTest.cpp', 1281 'scroll/ScrollAnimatorTest.cpp',
1281 ], 1282 ],
1282 } 1283 }
1283 ], 1284 ],
1284 ], 1285 ],
1285 }, 1286 },
1286 } 1287 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/text/TextBreakIterator.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698