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

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

Issue 1839753005: Move state machines to state_machines subdir (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix style errr 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/BackspaceStateMachine.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 1416 matching lines...) Expand 10 before | Expand all | Expand 10 after
1427 'css/resolver/StyleResolver.h', 1427 'css/resolver/StyleResolver.h',
1428 'css/resolver/StyleResolverState.cpp', 1428 'css/resolver/StyleResolverState.cpp',
1429 'css/resolver/StyleResolverState.h', 1429 'css/resolver/StyleResolverState.h',
1430 'css/resolver/StyleResolverStats.cpp', 1430 'css/resolver/StyleResolverStats.cpp',
1431 'css/resolver/StyleResolverStats.h', 1431 'css/resolver/StyleResolverStats.h',
1432 'css/resolver/StyleSharingDepthScope.h', 1432 'css/resolver/StyleSharingDepthScope.h',
1433 'css/resolver/TransformBuilder.cpp', 1433 'css/resolver/TransformBuilder.cpp',
1434 'css/resolver/TransformBuilder.h', 1434 'css/resolver/TransformBuilder.h',
1435 'css/resolver/ViewportStyleResolver.cpp', 1435 'css/resolver/ViewportStyleResolver.cpp',
1436 'css/resolver/ViewportStyleResolver.h', 1436 'css/resolver/ViewportStyleResolver.h',
1437 'editing/BackspaceStateMachine.cpp',
1438 'editing/BackspaceStateMachine.h',
1439 'editing/CaretBase.cpp', 1437 'editing/CaretBase.cpp',
1440 'editing/CaretBase.h', 1438 'editing/CaretBase.h',
1441 'editing/CompositionUnderline.h', 1439 'editing/CompositionUnderline.h',
1442 'editing/DOMSelection.cpp', 1440 'editing/DOMSelection.cpp',
1443 'editing/DOMSelection.h', 1441 'editing/DOMSelection.h',
1444 'editing/DragCaretController.cpp', 1442 'editing/DragCaretController.cpp',
1445 'editing/DragCaretController.h', 1443 'editing/DragCaretController.h',
1446 'editing/EditingBehavior.cpp', 1444 'editing/EditingBehavior.cpp',
1447 'editing/EditingBehavior.h', 1445 'editing/EditingBehavior.h',
1448 'editing/EditingStrategy.cpp', 1446 'editing/EditingStrategy.cpp',
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
1593 'editing/serializers/StyledMarkupSerializer.cpp', 1591 'editing/serializers/StyledMarkupSerializer.cpp',
1594 'editing/serializers/StyledMarkupSerializer.h', 1592 'editing/serializers/StyledMarkupSerializer.h',
1595 'editing/serializers/TextOffset.cpp', 1593 'editing/serializers/TextOffset.cpp',
1596 'editing/serializers/TextOffset.h', 1594 'editing/serializers/TextOffset.h',
1597 'editing/spellcheck/SpellCheckRequester.cpp', 1595 'editing/spellcheck/SpellCheckRequester.cpp',
1598 'editing/spellcheck/SpellCheckRequester.h', 1596 'editing/spellcheck/SpellCheckRequester.h',
1599 'editing/spellcheck/SpellChecker.cpp', 1597 'editing/spellcheck/SpellChecker.cpp',
1600 'editing/spellcheck/SpellChecker.h', 1598 'editing/spellcheck/SpellChecker.h',
1601 'editing/spellcheck/TextCheckingHelper.cpp', 1599 'editing/spellcheck/TextCheckingHelper.cpp',
1602 'editing/spellcheck/TextCheckingHelper.h', 1600 'editing/spellcheck/TextCheckingHelper.h',
1601 'editing/state_machines/BackspaceStateMachine.cpp',
1602 'editing/state_machines/BackspaceStateMachine.h',
1603 'editing/state_machines/TextSegmentationMachineState.cpp',
1604 'editing/state_machines/TextSegmentationMachineState.h',
1603 'fetch/AccessControlStatus.h', 1605 'fetch/AccessControlStatus.h',
1604 'fetch/CSSStyleSheetResource.cpp', 1606 'fetch/CSSStyleSheetResource.cpp',
1605 'fetch/CSSStyleSheetResource.h', 1607 'fetch/CSSStyleSheetResource.h',
1606 'fetch/CachedMetadata.h', 1608 'fetch/CachedMetadata.h',
1607 'fetch/CachedMetadataHandler.h', 1609 'fetch/CachedMetadataHandler.h',
1608 'fetch/ClientHintsPreferences.cpp', 1610 'fetch/ClientHintsPreferences.cpp',
1609 'fetch/ClientHintsPreferences.h', 1611 'fetch/ClientHintsPreferences.h',
1610 'fetch/CrossOriginAccessControl.cpp', 1612 'fetch/CrossOriginAccessControl.cpp',
1611 'fetch/CrossOriginAccessControl.h', 1613 'fetch/CrossOriginAccessControl.h',
1612 'fetch/DocumentResource.cpp', 1614 'fetch/DocumentResource.cpp',
(...skipping 2327 matching lines...) Expand 10 before | Expand all | Expand 10 after
3940 'dom/RangeTest.cpp', 3942 'dom/RangeTest.cpp',
3941 'dom/ScriptRunnerTest.cpp', 3943 'dom/ScriptRunnerTest.cpp',
3942 'dom/SelectorQueryTest.cpp', 3944 'dom/SelectorQueryTest.cpp',
3943 'dom/StyleElementTest.cpp', 3945 'dom/StyleElementTest.cpp',
3944 'dom/StyleEngineTest.cpp', 3946 'dom/StyleEngineTest.cpp',
3945 'dom/TextTest.cpp', 3947 'dom/TextTest.cpp',
3946 'dom/TreeScopeStyleSheetCollectionTest.cpp', 3948 'dom/TreeScopeStyleSheetCollectionTest.cpp',
3947 'dom/TreeScopeTest.cpp', 3949 'dom/TreeScopeTest.cpp',
3948 'dom/URLSearchParamsTest.cpp', 3950 'dom/URLSearchParamsTest.cpp',
3949 'dom/shadow/FlatTreeTraversalTest.cpp', 3951 'dom/shadow/FlatTreeTraversalTest.cpp',
3950 'editing/BackspaceStateMachineTest.cpp',
3951 'editing/EditingStrategyTest.cpp', 3952 'editing/EditingStrategyTest.cpp',
3952 'editing/EditingTestBase.cpp', 3953 'editing/EditingTestBase.cpp',
3953 'editing/EditingTestBase.h', 3954 'editing/EditingTestBase.h',
3954 'editing/EditingUtilitiesTest.cpp', 3955 'editing/EditingUtilitiesTest.cpp',
3955 'editing/EditorTest.cpp', 3956 'editing/EditorTest.cpp',
3956 'editing/FrameSelectionTest.cpp', 3957 'editing/FrameSelectionTest.cpp',
3957 'editing/GranularityStrategyTest.cpp', 3958 'editing/GranularityStrategyTest.cpp',
3958 'editing/InputMethodControllerTest.cpp', 3959 'editing/InputMethodControllerTest.cpp',
3959 'editing/iterators/BackwardsTextBufferTest.cpp', 3960 'editing/iterators/BackwardsTextBufferTest.cpp',
3960 'editing/iterators/CharacterIteratorTest.cpp', 3961 'editing/iterators/CharacterIteratorTest.cpp',
3961 'editing/iterators/ForwardsTextBufferTest.cpp', 3962 'editing/iterators/ForwardsTextBufferTest.cpp',
3962 'editing/iterators/SearchBufferTest.cpp', 3963 'editing/iterators/SearchBufferTest.cpp',
3963 'editing/iterators/SimplifiedBackwardsTextIteratorTest.cpp', 3964 'editing/iterators/SimplifiedBackwardsTextIteratorTest.cpp',
3964 'editing/iterators/TextIteratorTest.cpp', 3965 'editing/iterators/TextIteratorTest.cpp',
3965 'editing/markers/DocumentMarkerControllerTest.cpp', 3966 'editing/markers/DocumentMarkerControllerTest.cpp',
3966 'editing/PositionTest.cpp', 3967 'editing/PositionTest.cpp',
3967 'editing/SelectionAdjusterTest.cpp', 3968 'editing/SelectionAdjusterTest.cpp',
3968 'editing/SurroundingTextTest.cpp', 3969 'editing/SurroundingTextTest.cpp',
3969 'editing/VisiblePositionTest.cpp', 3970 'editing/VisiblePositionTest.cpp',
3970 'editing/VisibleSelectionTest.cpp', 3971 'editing/VisibleSelectionTest.cpp',
3971 'editing/VisibleUnitsTest.cpp', 3972 'editing/VisibleUnitsTest.cpp',
3972 'editing/serializers/StyledMarkupSerializerTest.cpp', 3973 'editing/serializers/StyledMarkupSerializerTest.cpp',
3973 'editing/spellcheck/SpellCheckerTest.cpp', 3974 'editing/spellcheck/SpellCheckerTest.cpp',
3975 'editing/state_machines/BackspaceStateMachineTest.cpp',
3974 'events/EventPathTest.cpp', 3976 'events/EventPathTest.cpp',
3975 'events/PointerEventFactoryTest.cpp', 3977 'events/PointerEventFactoryTest.cpp',
3976 'fetch/CachingCorrectnessTest.cpp', 3978 'fetch/CachingCorrectnessTest.cpp',
3977 'fetch/ClientHintsPreferencesTest.cpp', 3979 'fetch/ClientHintsPreferencesTest.cpp',
3978 'fetch/FetchUtilsTest.cpp', 3980 'fetch/FetchUtilsTest.cpp',
3979 'fetch/ImageResourceTest.cpp', 3981 'fetch/ImageResourceTest.cpp',
3980 'fetch/MemoryCacheTest.cpp', 3982 'fetch/MemoryCacheTest.cpp',
3981 'fetch/MockResourceClients.cpp', 3983 'fetch/MockResourceClients.cpp',
3982 'fetch/MultipartImageResourceParserTest.cpp', 3984 'fetch/MultipartImageResourceParserTest.cpp',
3983 'fetch/RawResourceTest.cpp', 3985 'fetch/RawResourceTest.cpp',
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
4085 'svg/SVGPathParserTest.cpp', 4087 'svg/SVGPathParserTest.cpp',
4086 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4088 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4087 'testing/PrivateScriptTestTest.cpp', 4089 'testing/PrivateScriptTestTest.cpp',
4088 'timing/MemoryInfoTest.cpp', 4090 'timing/MemoryInfoTest.cpp',
4089 'workers/WorkerThreadTest.cpp', 4091 'workers/WorkerThreadTest.cpp',
4090 'workers/WorkerThreadTestHelper.h', 4092 'workers/WorkerThreadTestHelper.h',
4091 'xml/parser/SharedBufferReaderTest.cpp', 4093 'xml/parser/SharedBufferReaderTest.cpp',
4092 ], 4094 ],
4093 } 4095 }
4094 } 4096 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/BackspaceStateMachine.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698