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

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

Issue 2023093003: Upgrade in-document custom elements when an element is defined. (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 2611 matching lines...) Expand 10 before | Expand all | Expand 10 after
2622 'dom/URLSearchParams.h', 2622 'dom/URLSearchParams.h',
2623 'dom/UserActionElementSet.cpp', 2623 'dom/UserActionElementSet.cpp',
2624 'dom/UserActionElementSet.h', 2624 'dom/UserActionElementSet.h',
2625 'dom/ViewportDescription.cpp', 2625 'dom/ViewportDescription.cpp',
2626 'dom/ViewportDescription.h', 2626 'dom/ViewportDescription.h',
2627 'dom/VisitedLinkState.cpp', 2627 'dom/VisitedLinkState.cpp',
2628 'dom/VisitedLinkState.h', 2628 'dom/VisitedLinkState.h',
2629 'dom/WeakIdentifierMap.h', 2629 'dom/WeakIdentifierMap.h',
2630 'dom/XMLDocument.cpp', 2630 'dom/XMLDocument.cpp',
2631 'dom/XMLDocument.h', 2631 'dom/XMLDocument.h',
2632 'dom/custom/CEReactionsScope.cpp',
2633 'dom/custom/CEReactionsScope.h',
2632 'dom/custom/CustomElement.cpp', 2634 'dom/custom/CustomElement.cpp',
2633 'dom/custom/CustomElement.h', 2635 'dom/custom/CustomElement.h',
2634 'dom/custom/CustomElementDefinition.cpp', 2636 'dom/custom/CustomElementDefinition.cpp',
2635 'dom/custom/CustomElementDefinition.h', 2637 'dom/custom/CustomElementDefinition.h',
2636 'dom/custom/CustomElementDefinitionBuilder.h', 2638 'dom/custom/CustomElementDefinitionBuilder.h',
2637 'dom/custom/CustomElementDescriptor.h', 2639 'dom/custom/CustomElementDescriptor.h',
2638 'dom/custom/CustomElementDescriptorHash.h', 2640 'dom/custom/CustomElementDescriptorHash.h',
2639 'dom/custom/CustomElementReaction.h', 2641 'dom/custom/CustomElementReaction.h',
2640 'dom/custom/CustomElementReactionQueue.cpp', 2642 'dom/custom/CustomElementReactionQueue.cpp',
2641 'dom/custom/CustomElementReactionQueue.h', 2643 'dom/custom/CustomElementReactionQueue.h',
2642 'dom/custom/CustomElementReactionStack.cpp', 2644 'dom/custom/CustomElementReactionStack.cpp',
2643 'dom/custom/CustomElementReactionStack.h', 2645 'dom/custom/CustomElementReactionStack.h',
2646 'dom/custom/CustomElementUpgradeReaction.cpp',
2647 'dom/custom/CustomElementUpgradeReaction.h',
2644 'dom/custom/CustomElementUpgradeSorter.cpp', 2648 'dom/custom/CustomElementUpgradeSorter.cpp',
2645 'dom/custom/CustomElementUpgradeSorter.h', 2649 'dom/custom/CustomElementUpgradeSorter.h',
2646 'dom/custom/CustomElementsRegistry.cpp', 2650 'dom/custom/CustomElementsRegistry.cpp',
2647 'dom/custom/CustomElementsRegistry.h', 2651 'dom/custom/CustomElementsRegistry.h',
2648 'dom/custom/V0CustomElement.cpp', 2652 'dom/custom/V0CustomElement.cpp',
2649 'dom/custom/V0CustomElement.h', 2653 'dom/custom/V0CustomElement.h',
2650 'dom/custom/V0CustomElementAsyncImportMicrotaskQueue.cpp', 2654 'dom/custom/V0CustomElementAsyncImportMicrotaskQueue.cpp',
2651 'dom/custom/V0CustomElementAsyncImportMicrotaskQueue.h', 2655 'dom/custom/V0CustomElementAsyncImportMicrotaskQueue.h',
2652 'dom/custom/V0CustomElementCallbackInvocation.cpp', 2656 'dom/custom/V0CustomElementCallbackInvocation.cpp',
2653 'dom/custom/V0CustomElementCallbackInvocation.h', 2657 'dom/custom/V0CustomElementCallbackInvocation.h',
(...skipping 1333 matching lines...) Expand 10 before | Expand all | Expand 10 after
3987 'dom/TreeScopeStyleSheetCollectionTest.cpp', 3991 'dom/TreeScopeStyleSheetCollectionTest.cpp',
3988 'dom/TreeScopeTest.cpp', 3992 'dom/TreeScopeTest.cpp',
3989 'dom/URLSearchParamsTest.cpp', 3993 'dom/URLSearchParamsTest.cpp',
3990 'dom/custom/CustomElementDescriptorTest.cpp', 3994 'dom/custom/CustomElementDescriptorTest.cpp',
3991 'dom/custom/CustomElementReactionQueueTest.cpp', 3995 'dom/custom/CustomElementReactionQueueTest.cpp',
3992 'dom/custom/CustomElementReactionStackTest.cpp', 3996 'dom/custom/CustomElementReactionStackTest.cpp',
3993 'dom/custom/CustomElementReactionTestHelpers.h', 3997 'dom/custom/CustomElementReactionTestHelpers.h',
3994 'dom/custom/CustomElementTest.cpp', 3998 'dom/custom/CustomElementTest.cpp',
3995 'dom/custom/CustomElementTestHelpers.h', 3999 'dom/custom/CustomElementTestHelpers.h',
3996 'dom/custom/CustomElementUpgradeSorterTest.cpp', 4000 'dom/custom/CustomElementUpgradeSorterTest.cpp',
4001 'dom/custom/CustomElementsRegistryTest.cpp',
3997 'dom/shadow/FlatTreeTraversalTest.cpp', 4002 'dom/shadow/FlatTreeTraversalTest.cpp',
3998 'editing/EditingCommandTest.cpp', 4003 'editing/EditingCommandTest.cpp',
3999 'editing/EditingStrategyTest.cpp', 4004 'editing/EditingStrategyTest.cpp',
4000 'editing/EditingTestBase.cpp', 4005 'editing/EditingTestBase.cpp',
4001 'editing/EditingTestBase.h', 4006 'editing/EditingTestBase.h',
4002 'editing/EditingUtilitiesTest.cpp', 4007 'editing/EditingUtilitiesTest.cpp',
4003 'editing/EditorTest.cpp', 4008 'editing/EditorTest.cpp',
4004 'editing/FrameSelectionTest.cpp', 4009 'editing/FrameSelectionTest.cpp',
4005 'editing/GranularityStrategyTest.cpp', 4010 'editing/GranularityStrategyTest.cpp',
4006 'editing/InputMethodControllerTest.cpp', 4011 'editing/InputMethodControllerTest.cpp',
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
4145 'testing/PrivateScriptTestTest.cpp', 4150 'testing/PrivateScriptTestTest.cpp',
4146 'timing/MemoryInfoTest.cpp', 4151 'timing/MemoryInfoTest.cpp',
4147 'timing/PerformanceBaseTest.cpp', 4152 'timing/PerformanceBaseTest.cpp',
4148 'timing/PerformanceObserverTest.cpp', 4153 'timing/PerformanceObserverTest.cpp',
4149 'workers/WorkerThreadTest.cpp', 4154 'workers/WorkerThreadTest.cpp',
4150 'workers/WorkerThreadTestHelper.h', 4155 'workers/WorkerThreadTestHelper.h',
4151 'xml/parser/SharedBufferReaderTest.cpp', 4156 'xml/parser/SharedBufferReaderTest.cpp',
4152 ], 4157 ],
4153 } 4158 }
4154 } 4159 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698