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/core/core.gypi

Issue 1857633002: Introduce ForwardGraphemeBoundaryStateMachine (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebasing 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/ForwardGraphemeBoundaryStateMachine.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 1582 matching lines...) Expand 10 before | Expand all | Expand 10 after
1593 'editing/spellcheck/SpellCheckRequester.cpp', 1593 'editing/spellcheck/SpellCheckRequester.cpp',
1594 'editing/spellcheck/SpellCheckRequester.h', 1594 'editing/spellcheck/SpellCheckRequester.h',
1595 'editing/spellcheck/SpellChecker.cpp', 1595 'editing/spellcheck/SpellChecker.cpp',
1596 'editing/spellcheck/SpellChecker.h', 1596 'editing/spellcheck/SpellChecker.h',
1597 'editing/spellcheck/TextCheckingHelper.cpp', 1597 'editing/spellcheck/TextCheckingHelper.cpp',
1598 'editing/spellcheck/TextCheckingHelper.h', 1598 'editing/spellcheck/TextCheckingHelper.h',
1599 'editing/state_machines/BackspaceStateMachine.cpp', 1599 'editing/state_machines/BackspaceStateMachine.cpp',
1600 'editing/state_machines/BackspaceStateMachine.h', 1600 'editing/state_machines/BackspaceStateMachine.h',
1601 'editing/state_machines/BackwardGraphemeBoundaryStateMachine.cpp', 1601 'editing/state_machines/BackwardGraphemeBoundaryStateMachine.cpp',
1602 'editing/state_machines/BackwardGraphemeBoundaryStateMachine.h', 1602 'editing/state_machines/BackwardGraphemeBoundaryStateMachine.h',
1603 'editing/state_machines/ForwardGraphemeBoundaryStateMachine.cpp',
1604 'editing/state_machines/ForwardGraphemeBoundaryStateMachine.h',
1603 'editing/state_machines/TextSegmentationMachineState.cpp', 1605 'editing/state_machines/TextSegmentationMachineState.cpp',
1604 'editing/state_machines/TextSegmentationMachineState.h', 1606 'editing/state_machines/TextSegmentationMachineState.h',
1605 'editing/state_machines/StateMachineUtil.cpp', 1607 'editing/state_machines/StateMachineUtil.cpp',
1606 'editing/state_machines/StateMachineUtil.h', 1608 'editing/state_machines/StateMachineUtil.h',
1607 'fetch/AccessControlStatus.h', 1609 'fetch/AccessControlStatus.h',
1608 'fetch/CSSStyleSheetResource.cpp', 1610 'fetch/CSSStyleSheetResource.cpp',
1609 'fetch/CSSStyleSheetResource.h', 1611 'fetch/CSSStyleSheetResource.h',
1610 'fetch/CachedMetadata.h', 1612 'fetch/CachedMetadata.h',
1611 'fetch/CachedMetadataHandler.h', 1613 'fetch/CachedMetadataHandler.h',
1612 'fetch/ClientHintsPreferences.cpp', 1614 'fetch/ClientHintsPreferences.cpp',
(...skipping 2352 matching lines...) Expand 10 before | Expand all | Expand 10 after
3965 'editing/PositionTest.cpp', 3967 'editing/PositionTest.cpp',
3966 'editing/SelectionAdjusterTest.cpp', 3968 'editing/SelectionAdjusterTest.cpp',
3967 'editing/SurroundingTextTest.cpp', 3969 'editing/SurroundingTextTest.cpp',
3968 'editing/VisiblePositionTest.cpp', 3970 'editing/VisiblePositionTest.cpp',
3969 'editing/VisibleSelectionTest.cpp', 3971 'editing/VisibleSelectionTest.cpp',
3970 'editing/VisibleUnitsTest.cpp', 3972 'editing/VisibleUnitsTest.cpp',
3971 'editing/serializers/StyledMarkupSerializerTest.cpp', 3973 'editing/serializers/StyledMarkupSerializerTest.cpp',
3972 'editing/spellcheck/SpellCheckerTest.cpp', 3974 'editing/spellcheck/SpellCheckerTest.cpp',
3973 'editing/state_machines/BackspaceStateMachineTest.cpp', 3975 'editing/state_machines/BackspaceStateMachineTest.cpp',
3974 'editing/state_machines/BackwardGraphemeBoundaryStateMachineTest.cpp ', 3976 'editing/state_machines/BackwardGraphemeBoundaryStateMachineTest.cpp ',
3977 'editing/state_machines/ForwardGraphemeBoundaryStateMachineTest.cpp' ,
3975 'editing/state_machines/StateMachineTestUtil.cpp', 3978 'editing/state_machines/StateMachineTestUtil.cpp',
3976 'editing/state_machines/StateMachineUtilTest.cpp', 3979 'editing/state_machines/StateMachineUtilTest.cpp',
3977 'events/EventPathTest.cpp', 3980 'events/EventPathTest.cpp',
3978 'events/PointerEventFactoryTest.cpp', 3981 'events/PointerEventFactoryTest.cpp',
3979 'fetch/CachingCorrectnessTest.cpp', 3982 'fetch/CachingCorrectnessTest.cpp',
3980 'fetch/ClientHintsPreferencesTest.cpp', 3983 'fetch/ClientHintsPreferencesTest.cpp',
3981 'fetch/FetchUtilsTest.cpp', 3984 'fetch/FetchUtilsTest.cpp',
3982 'fetch/ImageResourceTest.cpp', 3985 'fetch/ImageResourceTest.cpp',
3983 'fetch/MemoryCacheTest.cpp', 3986 'fetch/MemoryCacheTest.cpp',
3984 'fetch/MockResourceClients.cpp', 3987 'fetch/MockResourceClients.cpp',
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
4090 'svg/SVGPathParserTest.cpp', 4093 'svg/SVGPathParserTest.cpp',
4091 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4094 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4092 'testing/PrivateScriptTestTest.cpp', 4095 'testing/PrivateScriptTestTest.cpp',
4093 'timing/MemoryInfoTest.cpp', 4096 'timing/MemoryInfoTest.cpp',
4094 'workers/WorkerThreadTest.cpp', 4097 'workers/WorkerThreadTest.cpp',
4095 'workers/WorkerThreadTestHelper.h', 4098 'workers/WorkerThreadTestHelper.h',
4096 'xml/parser/SharedBufferReaderTest.cpp', 4099 'xml/parser/SharedBufferReaderTest.cpp',
4097 ], 4100 ],
4098 } 4101 }
4099 } 4102 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/state_machines/ForwardGraphemeBoundaryStateMachine.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698