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

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

Issue 1995933005: CustomElementUpgradeSorter puts elements in shadow-including tree order. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/CustomElementUpgradeSorter.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 2618 matching lines...) Expand 10 before | Expand all | Expand 10 after
2629 'dom/ViewportDescription.h', 2629 'dom/ViewportDescription.h',
2630 'dom/VisitedLinkState.cpp', 2630 'dom/VisitedLinkState.cpp',
2631 'dom/VisitedLinkState.h', 2631 'dom/VisitedLinkState.h',
2632 'dom/WeakIdentifierMap.h', 2632 'dom/WeakIdentifierMap.h',
2633 'dom/XMLDocument.cpp', 2633 'dom/XMLDocument.cpp',
2634 'dom/XMLDocument.h', 2634 'dom/XMLDocument.h',
2635 'dom/custom/CustomElement.cpp', 2635 'dom/custom/CustomElement.cpp',
2636 'dom/custom/CustomElement.h', 2636 'dom/custom/CustomElement.h',
2637 'dom/custom/CustomElementDefinition.cpp', 2637 'dom/custom/CustomElementDefinition.cpp',
2638 'dom/custom/CustomElementDefinition.h', 2638 'dom/custom/CustomElementDefinition.h',
2639 'dom/custom/CustomElementUpgradeSorter.cpp',
2640 'dom/custom/CustomElementUpgradeSorter.h',
2639 'dom/custom/CustomElementsRegistry.cpp', 2641 'dom/custom/CustomElementsRegistry.cpp',
2640 'dom/custom/CustomElementsRegistry.h', 2642 'dom/custom/CustomElementsRegistry.h',
2641 'dom/custom/V0CustomElement.cpp', 2643 'dom/custom/V0CustomElement.cpp',
2642 'dom/custom/V0CustomElement.h', 2644 'dom/custom/V0CustomElement.h',
2643 'dom/custom/V0CustomElementAsyncImportMicrotaskQueue.cpp', 2645 'dom/custom/V0CustomElementAsyncImportMicrotaskQueue.cpp',
2644 'dom/custom/V0CustomElementAsyncImportMicrotaskQueue.h', 2646 'dom/custom/V0CustomElementAsyncImportMicrotaskQueue.h',
2645 'dom/custom/V0CustomElementCallbackInvocation.cpp', 2647 'dom/custom/V0CustomElementCallbackInvocation.cpp',
2646 'dom/custom/V0CustomElementCallbackInvocation.h', 2648 'dom/custom/V0CustomElementCallbackInvocation.h',
2647 'dom/custom/V0CustomElementCallbackQueue.cpp', 2649 'dom/custom/V0CustomElementCallbackQueue.cpp',
2648 'dom/custom/V0CustomElementCallbackQueue.h', 2650 'dom/custom/V0CustomElementCallbackQueue.h',
(...skipping 1324 matching lines...) Expand 10 before | Expand all | Expand 10 after
3973 'dom/RangeTest.cpp', 3975 'dom/RangeTest.cpp',
3974 'dom/ScriptRunnerTest.cpp', 3976 'dom/ScriptRunnerTest.cpp',
3975 'dom/SelectorQueryTest.cpp', 3977 'dom/SelectorQueryTest.cpp',
3976 'dom/StyleElementTest.cpp', 3978 'dom/StyleElementTest.cpp',
3977 'dom/StyleEngineTest.cpp', 3979 'dom/StyleEngineTest.cpp',
3978 'dom/TextTest.cpp', 3980 'dom/TextTest.cpp',
3979 'dom/TreeScopeStyleSheetCollectionTest.cpp', 3981 'dom/TreeScopeStyleSheetCollectionTest.cpp',
3980 'dom/TreeScopeTest.cpp', 3982 'dom/TreeScopeTest.cpp',
3981 'dom/URLSearchParamsTest.cpp', 3983 'dom/URLSearchParamsTest.cpp',
3982 'dom/custom/CustomElementTest.cpp', 3984 'dom/custom/CustomElementTest.cpp',
3985 'dom/custom/CustomElementUpgradeSorterTest.cpp',
3983 'dom/shadow/FlatTreeTraversalTest.cpp', 3986 'dom/shadow/FlatTreeTraversalTest.cpp',
3984 'editing/EditingCommandTest.cpp', 3987 'editing/EditingCommandTest.cpp',
3985 'editing/EditingStrategyTest.cpp', 3988 'editing/EditingStrategyTest.cpp',
3986 'editing/EditingTestBase.cpp', 3989 'editing/EditingTestBase.cpp',
3987 'editing/EditingTestBase.h', 3990 'editing/EditingTestBase.h',
3988 'editing/EditingUtilitiesTest.cpp', 3991 'editing/EditingUtilitiesTest.cpp',
3989 'editing/EditorTest.cpp', 3992 'editing/EditorTest.cpp',
3990 'editing/FrameSelectionTest.cpp', 3993 'editing/FrameSelectionTest.cpp',
3991 'editing/GranularityStrategyTest.cpp', 3994 'editing/GranularityStrategyTest.cpp',
3992 'editing/InputMethodControllerTest.cpp', 3995 'editing/InputMethodControllerTest.cpp',
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
4129 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4132 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4130 'testing/PrivateScriptTestTest.cpp', 4133 'testing/PrivateScriptTestTest.cpp',
4131 'timing/MemoryInfoTest.cpp', 4134 'timing/MemoryInfoTest.cpp',
4132 'timing/PerformanceBaseTest.cpp', 4135 'timing/PerformanceBaseTest.cpp',
4133 'workers/WorkerThreadTest.cpp', 4136 'workers/WorkerThreadTest.cpp',
4134 'workers/WorkerThreadTestHelper.h', 4137 'workers/WorkerThreadTestHelper.h',
4135 'xml/parser/SharedBufferReaderTest.cpp', 4138 'xml/parser/SharedBufferReaderTest.cpp',
4136 ], 4139 ],
4137 } 4140 }
4138 } 4141 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/custom/CustomElementUpgradeSorter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698