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

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

Issue 2021763002: Add a queue for custom element reactions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
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 2615 matching lines...) Expand 10 before | Expand all | Expand 10 after
2626 'dom/VisitedLinkState.cpp', 2626 'dom/VisitedLinkState.cpp',
2627 'dom/VisitedLinkState.h', 2627 'dom/VisitedLinkState.h',
2628 'dom/WeakIdentifierMap.h', 2628 'dom/WeakIdentifierMap.h',
2629 'dom/XMLDocument.cpp', 2629 'dom/XMLDocument.cpp',
2630 'dom/XMLDocument.h', 2630 'dom/XMLDocument.h',
2631 'dom/custom/CustomElement.cpp', 2631 'dom/custom/CustomElement.cpp',
2632 'dom/custom/CustomElement.h', 2632 'dom/custom/CustomElement.h',
2633 'dom/custom/CustomElementDefinition.cpp', 2633 'dom/custom/CustomElementDefinition.cpp',
2634 'dom/custom/CustomElementDefinition.h', 2634 'dom/custom/CustomElementDefinition.h',
2635 'dom/custom/CustomElementDefinitionBuilder.h', 2635 'dom/custom/CustomElementDefinitionBuilder.h',
2636 'dom/custom/CustomElementDescriptor.h',
2637 'dom/custom/CustomElementDescriptorHash.h',
2638 'dom/custom/CustomElementReaction.h',
2639 'dom/custom/CustomElementReactionQueue.cpp',
2640 'dom/custom/CustomElementReactionQueue.h',
2636 'dom/custom/CustomElementUpgradeSorter.cpp', 2641 'dom/custom/CustomElementUpgradeSorter.cpp',
2637 'dom/custom/CustomElementUpgradeSorter.h', 2642 'dom/custom/CustomElementUpgradeSorter.h',
2638 'dom/custom/CustomElementDescriptor.h',
2639 'dom/custom/CustomElementDescriptorHash.h',
2640 'dom/custom/CustomElementsRegistry.cpp', 2643 'dom/custom/CustomElementsRegistry.cpp',
2641 'dom/custom/CustomElementsRegistry.h', 2644 'dom/custom/CustomElementsRegistry.h',
2642 'dom/custom/V0CustomElement.cpp', 2645 'dom/custom/V0CustomElement.cpp',
2643 'dom/custom/V0CustomElement.h', 2646 'dom/custom/V0CustomElement.h',
2644 'dom/custom/V0CustomElementAsyncImportMicrotaskQueue.cpp', 2647 'dom/custom/V0CustomElementAsyncImportMicrotaskQueue.cpp',
2645 'dom/custom/V0CustomElementAsyncImportMicrotaskQueue.h', 2648 'dom/custom/V0CustomElementAsyncImportMicrotaskQueue.h',
2646 'dom/custom/V0CustomElementCallbackInvocation.cpp', 2649 'dom/custom/V0CustomElementCallbackInvocation.cpp',
2647 'dom/custom/V0CustomElementCallbackInvocation.h', 2650 'dom/custom/V0CustomElementCallbackInvocation.h',
2648 'dom/custom/V0CustomElementCallbackQueue.cpp', 2651 'dom/custom/V0CustomElementCallbackQueue.cpp',
2649 'dom/custom/V0CustomElementCallbackQueue.h', 2652 'dom/custom/V0CustomElementCallbackQueue.h',
(...skipping 1326 matching lines...) Expand 10 before | Expand all | Expand 10 after
3976 'dom/ScriptRunnerTest.cpp', 3979 'dom/ScriptRunnerTest.cpp',
3977 'dom/SelectorQueryTest.cpp', 3980 'dom/SelectorQueryTest.cpp',
3978 'dom/StyleElementTest.cpp', 3981 'dom/StyleElementTest.cpp',
3979 'dom/StyleEngineTest.cpp', 3982 'dom/StyleEngineTest.cpp',
3980 'dom/TextTest.cpp', 3983 'dom/TextTest.cpp',
3981 'dom/TreeScopeStyleSheetCollectionTest.cpp', 3984 'dom/TreeScopeStyleSheetCollectionTest.cpp',
3982 'dom/TreeScopeTest.cpp', 3985 'dom/TreeScopeTest.cpp',
3983 'dom/URLSearchParamsTest.cpp', 3986 'dom/URLSearchParamsTest.cpp',
3984 'dom/custom/CustomElementTest.cpp', 3987 'dom/custom/CustomElementTest.cpp',
3985 'dom/custom/CustomElementDescriptorTest.cpp', 3988 'dom/custom/CustomElementDescriptorTest.cpp',
3989 'dom/custom/CustomElementReactionQueueTest.cpp',
3986 'dom/custom/CustomElementUpgradeSorterTest.cpp', 3990 'dom/custom/CustomElementUpgradeSorterTest.cpp',
3987 'dom/shadow/FlatTreeTraversalTest.cpp', 3991 'dom/shadow/FlatTreeTraversalTest.cpp',
3988 'editing/EditingCommandTest.cpp', 3992 'editing/EditingCommandTest.cpp',
3989 'editing/EditingStrategyTest.cpp', 3993 'editing/EditingStrategyTest.cpp',
3990 'editing/EditingTestBase.cpp', 3994 'editing/EditingTestBase.cpp',
3991 'editing/EditingTestBase.h', 3995 'editing/EditingTestBase.h',
3992 'editing/EditingUtilitiesTest.cpp', 3996 'editing/EditingUtilitiesTest.cpp',
3993 'editing/EditorTest.cpp', 3997 'editing/EditorTest.cpp',
3994 'editing/FrameSelectionTest.cpp', 3998 'editing/FrameSelectionTest.cpp',
3995 'editing/GranularityStrategyTest.cpp', 3999 'editing/GranularityStrategyTest.cpp',
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
4135 'testing/PrivateScriptTestTest.cpp', 4139 'testing/PrivateScriptTestTest.cpp',
4136 'timing/MemoryInfoTest.cpp', 4140 'timing/MemoryInfoTest.cpp',
4137 'timing/PerformanceBaseTest.cpp', 4141 'timing/PerformanceBaseTest.cpp',
4138 'timing/PerformanceObserverTest.cpp', 4142 'timing/PerformanceObserverTest.cpp',
4139 'workers/WorkerThreadTest.cpp', 4143 'workers/WorkerThreadTest.cpp',
4140 'workers/WorkerThreadTestHelper.h', 4144 'workers/WorkerThreadTestHelper.h',
4141 'xml/parser/SharedBufferReaderTest.cpp', 4145 'xml/parser/SharedBufferReaderTest.cpp',
4142 ], 4146 ],
4143 } 4147 }
4144 } 4148 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698