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

Side by Side Diff: third_party/WebKit/Source/core/core.gypi

Issue 1856603002: Introduce IsGraphemeBreak function. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 unified diff | Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/state_machines/StateMachineUtil.h » ('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 'core_generated.gypi', 3 'core_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 # Files for which bindings (.cpp and .h files) will be generated 6 # Files for which bindings (.cpp and .h files) will be generated
7 'core_idl_files': [ 7 'core_idl_files': [
8 'animation/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 1578 matching lines...) Expand 10 before | Expand all | Expand 10 after
1589 'editing/spellcheck/SpellCheckRequester.cpp', 1589 'editing/spellcheck/SpellCheckRequester.cpp',
1590 'editing/spellcheck/SpellCheckRequester.h', 1590 'editing/spellcheck/SpellCheckRequester.h',
1591 'editing/spellcheck/SpellChecker.cpp', 1591 'editing/spellcheck/SpellChecker.cpp',
1592 'editing/spellcheck/SpellChecker.h', 1592 'editing/spellcheck/SpellChecker.h',
1593 'editing/spellcheck/TextCheckingHelper.cpp', 1593 'editing/spellcheck/TextCheckingHelper.cpp',
1594 'editing/spellcheck/TextCheckingHelper.h', 1594 'editing/spellcheck/TextCheckingHelper.h',
1595 'editing/state_machines/BackspaceStateMachine.cpp', 1595 'editing/state_machines/BackspaceStateMachine.cpp',
1596 'editing/state_machines/BackspaceStateMachine.h', 1596 'editing/state_machines/BackspaceStateMachine.h',
1597 'editing/state_machines/TextSegmentationMachineState.cpp', 1597 'editing/state_machines/TextSegmentationMachineState.cpp',
1598 'editing/state_machines/TextSegmentationMachineState.h', 1598 'editing/state_machines/TextSegmentationMachineState.h',
1599 'editing/state_machines/StateMachineUtil.cpp',
1600 'editing/state_machines/StateMachineUtil.h',
1599 'fetch/AccessControlStatus.h', 1601 'fetch/AccessControlStatus.h',
1600 'fetch/CSSStyleSheetResource.cpp', 1602 'fetch/CSSStyleSheetResource.cpp',
1601 'fetch/CSSStyleSheetResource.h', 1603 'fetch/CSSStyleSheetResource.h',
1602 'fetch/CachedMetadata.h', 1604 'fetch/CachedMetadata.h',
1603 'fetch/CachedMetadataHandler.h', 1605 'fetch/CachedMetadataHandler.h',
1604 'fetch/ClientHintsPreferences.cpp', 1606 'fetch/ClientHintsPreferences.cpp',
1605 'fetch/ClientHintsPreferences.h', 1607 'fetch/ClientHintsPreferences.h',
1606 'fetch/CrossOriginAccessControl.cpp', 1608 'fetch/CrossOriginAccessControl.cpp',
1607 'fetch/CrossOriginAccessControl.h', 1609 'fetch/CrossOriginAccessControl.h',
1608 'fetch/DocumentResource.cpp', 1610 'fetch/DocumentResource.cpp',
(...skipping 2350 matching lines...) Expand 10 before | Expand all | Expand 10 after
3959 'editing/markers/DocumentMarkerControllerTest.cpp', 3961 'editing/markers/DocumentMarkerControllerTest.cpp',
3960 'editing/PositionTest.cpp', 3962 'editing/PositionTest.cpp',
3961 'editing/SelectionAdjusterTest.cpp', 3963 'editing/SelectionAdjusterTest.cpp',
3962 'editing/SurroundingTextTest.cpp', 3964 'editing/SurroundingTextTest.cpp',
3963 'editing/VisiblePositionTest.cpp', 3965 'editing/VisiblePositionTest.cpp',
3964 'editing/VisibleSelectionTest.cpp', 3966 'editing/VisibleSelectionTest.cpp',
3965 'editing/VisibleUnitsTest.cpp', 3967 'editing/VisibleUnitsTest.cpp',
3966 'editing/serializers/StyledMarkupSerializerTest.cpp', 3968 'editing/serializers/StyledMarkupSerializerTest.cpp',
3967 'editing/spellcheck/SpellCheckerTest.cpp', 3969 'editing/spellcheck/SpellCheckerTest.cpp',
3968 'editing/state_machines/BackspaceStateMachineTest.cpp', 3970 'editing/state_machines/BackspaceStateMachineTest.cpp',
3971 'editing/state_machines/StateMachineUtilTest.cpp',
3969 'events/EventPathTest.cpp', 3972 'events/EventPathTest.cpp',
3970 'events/PointerEventFactoryTest.cpp', 3973 'events/PointerEventFactoryTest.cpp',
3971 'fetch/CachingCorrectnessTest.cpp', 3974 'fetch/CachingCorrectnessTest.cpp',
3972 'fetch/ClientHintsPreferencesTest.cpp', 3975 'fetch/ClientHintsPreferencesTest.cpp',
3973 'fetch/FetchUtilsTest.cpp', 3976 'fetch/FetchUtilsTest.cpp',
3974 'fetch/ImageResourceTest.cpp', 3977 'fetch/ImageResourceTest.cpp',
3975 'fetch/MemoryCacheTest.cpp', 3978 'fetch/MemoryCacheTest.cpp',
3976 'fetch/MockResourceClients.cpp', 3979 'fetch/MockResourceClients.cpp',
3977 'fetch/MultipartImageResourceParserTest.cpp', 3980 'fetch/MultipartImageResourceParserTest.cpp',
3978 'fetch/RawResourceTest.cpp', 3981 'fetch/RawResourceTest.cpp',
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
4081 'svg/SVGPathParserTest.cpp', 4084 'svg/SVGPathParserTest.cpp',
4082 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4085 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4083 'testing/PrivateScriptTestTest.cpp', 4086 'testing/PrivateScriptTestTest.cpp',
4084 'timing/MemoryInfoTest.cpp', 4087 'timing/MemoryInfoTest.cpp',
4085 'workers/WorkerThreadTest.cpp', 4088 'workers/WorkerThreadTest.cpp',
4086 'workers/WorkerThreadTestHelper.h', 4089 'workers/WorkerThreadTestHelper.h',
4087 'xml/parser/SharedBufferReaderTest.cpp', 4090 'xml/parser/SharedBufferReaderTest.cpp',
4088 ], 4091 ],
4089 } 4092 }
4090 } 4093 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/state_machines/StateMachineUtil.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698