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

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

Issue 1824143003: [All-In-One] Introduce BackspaceStateMachine (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments 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
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 1415 matching lines...) Expand 10 before | Expand all | Expand 10 after
1426 'css/resolver/StyleResolver.h', 1426 'css/resolver/StyleResolver.h',
1427 'css/resolver/StyleResolverState.cpp', 1427 'css/resolver/StyleResolverState.cpp',
1428 'css/resolver/StyleResolverState.h', 1428 'css/resolver/StyleResolverState.h',
1429 'css/resolver/StyleResolverStats.cpp', 1429 'css/resolver/StyleResolverStats.cpp',
1430 'css/resolver/StyleResolverStats.h', 1430 'css/resolver/StyleResolverStats.h',
1431 'css/resolver/StyleSharingDepthScope.h', 1431 'css/resolver/StyleSharingDepthScope.h',
1432 'css/resolver/TransformBuilder.cpp', 1432 'css/resolver/TransformBuilder.cpp',
1433 'css/resolver/TransformBuilder.h', 1433 'css/resolver/TransformBuilder.h',
1434 'css/resolver/ViewportStyleResolver.cpp', 1434 'css/resolver/ViewportStyleResolver.cpp',
1435 'css/resolver/ViewportStyleResolver.h', 1435 'css/resolver/ViewportStyleResolver.h',
1436 'editing/BackspaceStateMachine.cpp',
1437 'editing/BackspaceStateMachine.h',
1436 'editing/CaretBase.cpp', 1438 'editing/CaretBase.cpp',
1437 'editing/CaretBase.h', 1439 'editing/CaretBase.h',
1438 'editing/CompositionUnderline.h', 1440 'editing/CompositionUnderline.h',
1439 'editing/DOMSelection.cpp', 1441 'editing/DOMSelection.cpp',
1440 'editing/DOMSelection.h', 1442 'editing/DOMSelection.h',
1441 'editing/DragCaretController.cpp', 1443 'editing/DragCaretController.cpp',
1442 'editing/DragCaretController.h', 1444 'editing/DragCaretController.h',
1443 'editing/EditingBehavior.cpp', 1445 'editing/EditingBehavior.cpp',
1444 'editing/EditingBehavior.h', 1446 'editing/EditingBehavior.h',
1445 'editing/EditingStrategy.cpp', 1447 'editing/EditingStrategy.cpp',
(...skipping 2490 matching lines...) Expand 10 before | Expand all | Expand 10 after
3936 'dom/RangeTest.cpp', 3938 'dom/RangeTest.cpp',
3937 'dom/ScriptRunnerTest.cpp', 3939 'dom/ScriptRunnerTest.cpp',
3938 'dom/SelectorQueryTest.cpp', 3940 'dom/SelectorQueryTest.cpp',
3939 'dom/StyleElementTest.cpp', 3941 'dom/StyleElementTest.cpp',
3940 'dom/StyleEngineTest.cpp', 3942 'dom/StyleEngineTest.cpp',
3941 'dom/TextTest.cpp', 3943 'dom/TextTest.cpp',
3942 'dom/TreeScopeStyleSheetCollectionTest.cpp', 3944 'dom/TreeScopeStyleSheetCollectionTest.cpp',
3943 'dom/TreeScopeTest.cpp', 3945 'dom/TreeScopeTest.cpp',
3944 'dom/URLSearchParamsTest.cpp', 3946 'dom/URLSearchParamsTest.cpp',
3945 'dom/shadow/FlatTreeTraversalTest.cpp', 3947 'dom/shadow/FlatTreeTraversalTest.cpp',
3948 'editing/BackspaceStateMachineTest.cpp',
3946 'editing/EditingStrategyTest.cpp', 3949 'editing/EditingStrategyTest.cpp',
3947 'editing/EditingTestBase.cpp', 3950 'editing/EditingTestBase.cpp',
3948 'editing/EditingTestBase.h', 3951 'editing/EditingTestBase.h',
3949 'editing/EditingUtilitiesTest.cpp', 3952 'editing/EditingUtilitiesTest.cpp',
3950 'editing/FrameSelectionTest.cpp', 3953 'editing/FrameSelectionTest.cpp',
3951 'editing/GranularityStrategyTest.cpp', 3954 'editing/GranularityStrategyTest.cpp',
3952 'editing/InputMethodControllerTest.cpp', 3955 'editing/InputMethodControllerTest.cpp',
3953 'editing/iterators/BackwardsTextBufferTest.cpp', 3956 'editing/iterators/BackwardsTextBufferTest.cpp',
3954 'editing/iterators/CharacterIteratorTest.cpp', 3957 'editing/iterators/CharacterIteratorTest.cpp',
3955 'editing/iterators/ForwardsTextBufferTest.cpp', 3958 'editing/iterators/ForwardsTextBufferTest.cpp',
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
4076 'svg/SVGPathParserTest.cpp', 4079 'svg/SVGPathParserTest.cpp',
4077 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4080 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4078 'testing/PrivateScriptTestTest.cpp', 4081 'testing/PrivateScriptTestTest.cpp',
4079 'timing/MemoryInfoTest.cpp', 4082 'timing/MemoryInfoTest.cpp',
4080 'workers/WorkerThreadTest.cpp', 4083 'workers/WorkerThreadTest.cpp',
4081 'workers/WorkerThreadTestHelper.h', 4084 'workers/WorkerThreadTestHelper.h',
4082 'xml/parser/SharedBufferReaderTest.cpp', 4085 'xml/parser/SharedBufferReaderTest.cpp',
4083 ], 4086 ],
4084 } 4087 }
4085 } 4088 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698