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

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: Fix ASAN failure in test helper. 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/Element.cpp » ('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 2612 matching lines...) Expand 10 before | Expand all | Expand 10 after
2623 'dom/URLSearchParams.h', 2623 'dom/URLSearchParams.h',
2624 'dom/UserActionElementSet.cpp', 2624 'dom/UserActionElementSet.cpp',
2625 'dom/UserActionElementSet.h', 2625 'dom/UserActionElementSet.h',
2626 'dom/ViewportDescription.cpp', 2626 'dom/ViewportDescription.cpp',
2627 'dom/ViewportDescription.h', 2627 'dom/ViewportDescription.h',
2628 'dom/VisitedLinkState.cpp', 2628 'dom/VisitedLinkState.cpp',
2629 'dom/VisitedLinkState.h', 2629 'dom/VisitedLinkState.h',
2630 'dom/WeakIdentifierMap.h', 2630 'dom/WeakIdentifierMap.h',
2631 'dom/XMLDocument.cpp', 2631 'dom/XMLDocument.cpp',
2632 'dom/XMLDocument.h', 2632 'dom/XMLDocument.h',
2633 'dom/custom/CEReactionsScope.cpp',
2634 'dom/custom/CEReactionsScope.h',
2633 'dom/custom/CustomElement.cpp', 2635 'dom/custom/CustomElement.cpp',
2634 'dom/custom/CustomElement.h', 2636 'dom/custom/CustomElement.h',
2635 'dom/custom/CustomElementDefinition.cpp', 2637 'dom/custom/CustomElementDefinition.cpp',
2636 'dom/custom/CustomElementDefinition.h', 2638 'dom/custom/CustomElementDefinition.h',
2637 'dom/custom/CustomElementDefinitionBuilder.h', 2639 'dom/custom/CustomElementDefinitionBuilder.h',
2638 'dom/custom/CustomElementDescriptor.h', 2640 'dom/custom/CustomElementDescriptor.h',
2639 'dom/custom/CustomElementDescriptorHash.h', 2641 'dom/custom/CustomElementDescriptorHash.h',
2640 'dom/custom/CustomElementReaction.h', 2642 'dom/custom/CustomElementReaction.h',
2641 'dom/custom/CustomElementReactionQueue.cpp', 2643 'dom/custom/CustomElementReactionQueue.cpp',
2642 'dom/custom/CustomElementReactionQueue.h', 2644 'dom/custom/CustomElementReactionQueue.h',
2643 'dom/custom/CustomElementReactionStack.cpp', 2645 'dom/custom/CustomElementReactionStack.cpp',
2644 'dom/custom/CustomElementReactionStack.h', 2646 'dom/custom/CustomElementReactionStack.h',
2647 'dom/custom/CustomElementUpgradeReaction.cpp',
2648 'dom/custom/CustomElementUpgradeReaction.h',
2645 'dom/custom/CustomElementUpgradeSorter.cpp', 2649 'dom/custom/CustomElementUpgradeSorter.cpp',
2646 'dom/custom/CustomElementUpgradeSorter.h', 2650 'dom/custom/CustomElementUpgradeSorter.h',
2647 'dom/custom/CustomElementsRegistry.cpp', 2651 'dom/custom/CustomElementsRegistry.cpp',
2648 'dom/custom/CustomElementsRegistry.h', 2652 'dom/custom/CustomElementsRegistry.h',
2649 'dom/custom/V0CustomElement.cpp', 2653 'dom/custom/V0CustomElement.cpp',
2650 'dom/custom/V0CustomElement.h', 2654 'dom/custom/V0CustomElement.h',
2651 'dom/custom/V0CustomElementAsyncImportMicrotaskQueue.cpp', 2655 'dom/custom/V0CustomElementAsyncImportMicrotaskQueue.cpp',
2652 'dom/custom/V0CustomElementAsyncImportMicrotaskQueue.h', 2656 'dom/custom/V0CustomElementAsyncImportMicrotaskQueue.h',
2653 'dom/custom/V0CustomElementCallbackInvocation.cpp', 2657 'dom/custom/V0CustomElementCallbackInvocation.cpp',
2654 'dom/custom/V0CustomElementCallbackInvocation.h', 2658 'dom/custom/V0CustomElementCallbackInvocation.h',
(...skipping 1334 matching lines...) Expand 10 before | Expand all | Expand 10 after
3989 'dom/TreeScopeStyleSheetCollectionTest.cpp', 3993 'dom/TreeScopeStyleSheetCollectionTest.cpp',
3990 'dom/TreeScopeTest.cpp', 3994 'dom/TreeScopeTest.cpp',
3991 'dom/URLSearchParamsTest.cpp', 3995 'dom/URLSearchParamsTest.cpp',
3992 'dom/custom/CustomElementDescriptorTest.cpp', 3996 'dom/custom/CustomElementDescriptorTest.cpp',
3993 'dom/custom/CustomElementReactionQueueTest.cpp', 3997 'dom/custom/CustomElementReactionQueueTest.cpp',
3994 'dom/custom/CustomElementReactionStackTest.cpp', 3998 'dom/custom/CustomElementReactionStackTest.cpp',
3995 'dom/custom/CustomElementReactionTestHelpers.h', 3999 'dom/custom/CustomElementReactionTestHelpers.h',
3996 'dom/custom/CustomElementTest.cpp', 4000 'dom/custom/CustomElementTest.cpp',
3997 'dom/custom/CustomElementTestHelpers.h', 4001 'dom/custom/CustomElementTestHelpers.h',
3998 'dom/custom/CustomElementUpgradeSorterTest.cpp', 4002 'dom/custom/CustomElementUpgradeSorterTest.cpp',
4003 'dom/custom/CustomElementsRegistryTest.cpp',
3999 'dom/shadow/FlatTreeTraversalTest.cpp', 4004 'dom/shadow/FlatTreeTraversalTest.cpp',
4000 'editing/EditingCommandTest.cpp', 4005 'editing/EditingCommandTest.cpp',
4001 'editing/EditingStrategyTest.cpp', 4006 'editing/EditingStrategyTest.cpp',
4002 'editing/EditingTestBase.cpp', 4007 'editing/EditingTestBase.cpp',
4003 'editing/EditingTestBase.h', 4008 'editing/EditingTestBase.h',
4004 'editing/EditingUtilitiesTest.cpp', 4009 'editing/EditingUtilitiesTest.cpp',
4005 'editing/EditorTest.cpp', 4010 'editing/EditorTest.cpp',
4006 'editing/FrameSelectionTest.cpp', 4011 'editing/FrameSelectionTest.cpp',
4007 'editing/GranularityStrategyTest.cpp', 4012 'editing/GranularityStrategyTest.cpp',
4008 'editing/InputMethodControllerTest.cpp', 4013 'editing/InputMethodControllerTest.cpp',
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
4147 'testing/PrivateScriptTestTest.cpp', 4152 'testing/PrivateScriptTestTest.cpp',
4148 'timing/MemoryInfoTest.cpp', 4153 'timing/MemoryInfoTest.cpp',
4149 'timing/PerformanceBaseTest.cpp', 4154 'timing/PerformanceBaseTest.cpp',
4150 'timing/PerformanceObserverTest.cpp', 4155 'timing/PerformanceObserverTest.cpp',
4151 'workers/WorkerThreadTest.cpp', 4156 'workers/WorkerThreadTest.cpp',
4152 'workers/WorkerThreadTestHelper.h', 4157 'workers/WorkerThreadTestHelper.h',
4153 'xml/parser/SharedBufferReaderTest.cpp', 4158 'xml/parser/SharedBufferReaderTest.cpp',
4154 ], 4159 ],
4155 } 4160 }
4156 } 4161 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/Element.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698