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

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

Issue 2027513002: Add a stack of queues of elements with reaction queues. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ce-element-queue
Patch Set: Rebase. Created 4 years, 6 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/dom/custom/CustomElementReactionQueue.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 2621 matching lines...) Expand 10 before | Expand all | Expand 10 after
2632 'dom/custom/CustomElement.cpp', 2632 'dom/custom/CustomElement.cpp',
2633 'dom/custom/CustomElement.h', 2633 'dom/custom/CustomElement.h',
2634 'dom/custom/CustomElementDefinition.cpp', 2634 'dom/custom/CustomElementDefinition.cpp',
2635 'dom/custom/CustomElementDefinition.h', 2635 'dom/custom/CustomElementDefinition.h',
2636 'dom/custom/CustomElementDefinitionBuilder.h', 2636 'dom/custom/CustomElementDefinitionBuilder.h',
2637 'dom/custom/CustomElementDescriptor.h', 2637 'dom/custom/CustomElementDescriptor.h',
2638 'dom/custom/CustomElementDescriptorHash.h', 2638 'dom/custom/CustomElementDescriptorHash.h',
2639 'dom/custom/CustomElementReaction.h', 2639 'dom/custom/CustomElementReaction.h',
2640 'dom/custom/CustomElementReactionQueue.cpp', 2640 'dom/custom/CustomElementReactionQueue.cpp',
2641 'dom/custom/CustomElementReactionQueue.h', 2641 'dom/custom/CustomElementReactionQueue.h',
2642 'dom/custom/CustomElementReactionStack.cpp',
2643 'dom/custom/CustomElementReactionStack.h',
2642 'dom/custom/CustomElementUpgradeSorter.cpp', 2644 'dom/custom/CustomElementUpgradeSorter.cpp',
2643 'dom/custom/CustomElementUpgradeSorter.h', 2645 'dom/custom/CustomElementUpgradeSorter.h',
2644 'dom/custom/CustomElementsRegistry.cpp', 2646 'dom/custom/CustomElementsRegistry.cpp',
2645 'dom/custom/CustomElementsRegistry.h', 2647 'dom/custom/CustomElementsRegistry.h',
2646 'dom/custom/V0CustomElement.cpp', 2648 'dom/custom/V0CustomElement.cpp',
2647 'dom/custom/V0CustomElement.h', 2649 'dom/custom/V0CustomElement.h',
2648 'dom/custom/V0CustomElementAsyncImportMicrotaskQueue.cpp', 2650 'dom/custom/V0CustomElementAsyncImportMicrotaskQueue.cpp',
2649 'dom/custom/V0CustomElementAsyncImportMicrotaskQueue.h', 2651 'dom/custom/V0CustomElementAsyncImportMicrotaskQueue.h',
2650 'dom/custom/V0CustomElementCallbackInvocation.cpp', 2652 'dom/custom/V0CustomElementCallbackInvocation.cpp',
2651 'dom/custom/V0CustomElementCallbackInvocation.h', 2653 'dom/custom/V0CustomElementCallbackInvocation.h',
(...skipping 1326 matching lines...) Expand 10 before | Expand all | Expand 10 after
3978 'dom/NthIndexCacheTest.cpp', 3980 'dom/NthIndexCacheTest.cpp',
3979 'dom/RangeTest.cpp', 3981 'dom/RangeTest.cpp',
3980 'dom/ScriptRunnerTest.cpp', 3982 'dom/ScriptRunnerTest.cpp',
3981 'dom/SelectorQueryTest.cpp', 3983 'dom/SelectorQueryTest.cpp',
3982 'dom/StyleElementTest.cpp', 3984 'dom/StyleElementTest.cpp',
3983 'dom/StyleEngineTest.cpp', 3985 'dom/StyleEngineTest.cpp',
3984 'dom/TextTest.cpp', 3986 'dom/TextTest.cpp',
3985 'dom/TreeScopeStyleSheetCollectionTest.cpp', 3987 'dom/TreeScopeStyleSheetCollectionTest.cpp',
3986 'dom/TreeScopeTest.cpp', 3988 'dom/TreeScopeTest.cpp',
3987 'dom/URLSearchParamsTest.cpp', 3989 'dom/URLSearchParamsTest.cpp',
3988 'dom/custom/CustomElementTest.cpp',
3989 'dom/custom/CustomElementDescriptorTest.cpp', 3990 'dom/custom/CustomElementDescriptorTest.cpp',
3990 'dom/custom/CustomElementReactionQueueTest.cpp', 3991 'dom/custom/CustomElementReactionQueueTest.cpp',
3992 'dom/custom/CustomElementReactionStackTest.cpp',
3993 'dom/custom/CustomElementReactionTestHelpers.h',
3994 'dom/custom/CustomElementTest.cpp',
3995 'dom/custom/CustomElementTestHelpers.h',
3991 'dom/custom/CustomElementUpgradeSorterTest.cpp', 3996 'dom/custom/CustomElementUpgradeSorterTest.cpp',
3992 'dom/shadow/FlatTreeTraversalTest.cpp', 3997 'dom/shadow/FlatTreeTraversalTest.cpp',
3993 'editing/EditingCommandTest.cpp', 3998 'editing/EditingCommandTest.cpp',
3994 'editing/EditingStrategyTest.cpp', 3999 'editing/EditingStrategyTest.cpp',
3995 'editing/EditingTestBase.cpp', 4000 'editing/EditingTestBase.cpp',
3996 'editing/EditingTestBase.h', 4001 'editing/EditingTestBase.h',
3997 'editing/EditingUtilitiesTest.cpp', 4002 'editing/EditingUtilitiesTest.cpp',
3998 'editing/EditorTest.cpp', 4003 'editing/EditorTest.cpp',
3999 'editing/FrameSelectionTest.cpp', 4004 'editing/FrameSelectionTest.cpp',
4000 'editing/GranularityStrategyTest.cpp', 4005 'editing/GranularityStrategyTest.cpp',
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
4140 'testing/PrivateScriptTestTest.cpp', 4145 'testing/PrivateScriptTestTest.cpp',
4141 'timing/MemoryInfoTest.cpp', 4146 'timing/MemoryInfoTest.cpp',
4142 'timing/PerformanceBaseTest.cpp', 4147 'timing/PerformanceBaseTest.cpp',
4143 'timing/PerformanceObserverTest.cpp', 4148 'timing/PerformanceObserverTest.cpp',
4144 'workers/WorkerThreadTest.cpp', 4149 'workers/WorkerThreadTest.cpp',
4145 'workers/WorkerThreadTestHelper.h', 4150 'workers/WorkerThreadTestHelper.h',
4146 'xml/parser/SharedBufferReaderTest.cpp', 4151 'xml/parser/SharedBufferReaderTest.cpp',
4147 ], 4152 ],
4148 } 4153 }
4149 } 4154 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/custom/CustomElementReactionQueue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698