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

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

Issue 1832343002: Introduce BackspaceStateMachine (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove unnecessary includes. 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',
1437 'editing/CaretBase.cpp', 1439 'editing/CaretBase.cpp',
1438 'editing/CaretBase.h', 1440 'editing/CaretBase.h',
1439 'editing/CompositionUnderline.h', 1441 'editing/CompositionUnderline.h',
1440 'editing/DOMSelection.cpp', 1442 'editing/DOMSelection.cpp',
1441 'editing/DOMSelection.h', 1443 'editing/DOMSelection.h',
1442 'editing/DragCaretController.cpp', 1444 'editing/DragCaretController.cpp',
1443 'editing/DragCaretController.h', 1445 'editing/DragCaretController.h',
1444 'editing/EditingBehavior.cpp', 1446 'editing/EditingBehavior.cpp',
1445 'editing/EditingBehavior.h', 1447 'editing/EditingBehavior.h',
1446 'editing/EditingStrategy.cpp', 1448 'editing/EditingStrategy.cpp',
(...skipping 2491 matching lines...) Expand 10 before | Expand all | Expand 10 after
3938 'dom/RangeTest.cpp', 3940 'dom/RangeTest.cpp',
3939 'dom/ScriptRunnerTest.cpp', 3941 'dom/ScriptRunnerTest.cpp',
3940 'dom/SelectorQueryTest.cpp', 3942 'dom/SelectorQueryTest.cpp',
3941 'dom/StyleElementTest.cpp', 3943 'dom/StyleElementTest.cpp',
3942 'dom/StyleEngineTest.cpp', 3944 'dom/StyleEngineTest.cpp',
3943 'dom/TextTest.cpp', 3945 'dom/TextTest.cpp',
3944 'dom/TreeScopeStyleSheetCollectionTest.cpp', 3946 'dom/TreeScopeStyleSheetCollectionTest.cpp',
3945 'dom/TreeScopeTest.cpp', 3947 'dom/TreeScopeTest.cpp',
3946 'dom/URLSearchParamsTest.cpp', 3948 'dom/URLSearchParamsTest.cpp',
3947 'dom/shadow/FlatTreeTraversalTest.cpp', 3949 'dom/shadow/FlatTreeTraversalTest.cpp',
3950 'editing/BackspaceStateMachineTest.cpp',
3948 'editing/EditingStrategyTest.cpp', 3951 'editing/EditingStrategyTest.cpp',
3949 'editing/EditingTestBase.cpp', 3952 'editing/EditingTestBase.cpp',
3950 'editing/EditingTestBase.h', 3953 'editing/EditingTestBase.h',
3951 'editing/EditingUtilitiesTest.cpp', 3954 'editing/EditingUtilitiesTest.cpp',
3952 'editing/EditorTest.cpp', 3955 'editing/EditorTest.cpp',
3953 'editing/FrameSelectionTest.cpp', 3956 'editing/FrameSelectionTest.cpp',
3954 'editing/GranularityStrategyTest.cpp', 3957 'editing/GranularityStrategyTest.cpp',
3955 'editing/InputMethodControllerTest.cpp', 3958 'editing/InputMethodControllerTest.cpp',
3956 'editing/iterators/BackwardsTextBufferTest.cpp', 3959 'editing/iterators/BackwardsTextBufferTest.cpp',
3957 'editing/iterators/CharacterIteratorTest.cpp', 3960 'editing/iterators/CharacterIteratorTest.cpp',
(...skipping 123 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/BackspaceStateMachine.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698