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

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

Issue 1675163002: Rename ComposedTree to FlatTree (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: wip Created 4 years, 10 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 2624 matching lines...) Expand 10 before | Expand all | Expand 10 after
2635 'dom/custom/CustomElementRegistrationContext.cpp', 2635 'dom/custom/CustomElementRegistrationContext.cpp',
2636 'dom/custom/CustomElementRegistrationContext.h', 2636 'dom/custom/CustomElementRegistrationContext.h',
2637 'dom/custom/CustomElementRegistry.cpp', 2637 'dom/custom/CustomElementRegistry.cpp',
2638 'dom/custom/CustomElementRegistry.h', 2638 'dom/custom/CustomElementRegistry.h',
2639 'dom/custom/CustomElementScheduler.cpp', 2639 'dom/custom/CustomElementScheduler.cpp',
2640 'dom/custom/CustomElementScheduler.h', 2640 'dom/custom/CustomElementScheduler.h',
2641 'dom/custom/CustomElementSyncMicrotaskQueue.cpp', 2641 'dom/custom/CustomElementSyncMicrotaskQueue.cpp',
2642 'dom/custom/CustomElementSyncMicrotaskQueue.h', 2642 'dom/custom/CustomElementSyncMicrotaskQueue.h',
2643 'dom/custom/CustomElementUpgradeCandidateMap.cpp', 2643 'dom/custom/CustomElementUpgradeCandidateMap.cpp',
2644 'dom/custom/CustomElementUpgradeCandidateMap.h', 2644 'dom/custom/CustomElementUpgradeCandidateMap.h',
2645 'dom/shadow/ComposedTreeTraversal.cpp',
2646 'dom/shadow/ComposedTreeTraversal.h',
2647 'dom/shadow/DistributedNodes.cpp', 2645 'dom/shadow/DistributedNodes.cpp',
2648 'dom/shadow/DistributedNodes.h', 2646 'dom/shadow/DistributedNodes.h',
2649 'dom/shadow/ElementShadow.cpp', 2647 'dom/shadow/ElementShadow.cpp',
2650 'dom/shadow/ElementShadow.h', 2648 'dom/shadow/ElementShadow.h',
2649 'dom/shadow/FlatTreeTraversal.cpp',
2650 'dom/shadow/FlatTreeTraversal.h',
2651 'dom/shadow/InsertionPoint.cpp', 2651 'dom/shadow/InsertionPoint.cpp',
2652 'dom/shadow/InsertionPoint.h', 2652 'dom/shadow/InsertionPoint.h',
2653 'dom/shadow/SelectRuleFeatureSet.cpp', 2653 'dom/shadow/SelectRuleFeatureSet.cpp',
2654 'dom/shadow/SelectRuleFeatureSet.h', 2654 'dom/shadow/SelectRuleFeatureSet.h',
2655 'dom/shadow/ShadowRoot.cpp', 2655 'dom/shadow/ShadowRoot.cpp',
2656 'dom/shadow/ShadowRoot.h', 2656 'dom/shadow/ShadowRoot.h',
2657 'dom/shadow/ShadowRootRareData.h', 2657 'dom/shadow/ShadowRootRareData.h',
2658 'dom/shadow/SlotAssignment.cpp', 2658 'dom/shadow/SlotAssignment.cpp',
2659 'dom/shadow/SlotAssignment.h', 2659 'dom/shadow/SlotAssignment.h',
2660 'events/AnimationEvent.cpp', 2660 'events/AnimationEvent.cpp',
(...skipping 1264 matching lines...) Expand 10 before | Expand all | Expand 10 after
3925 'dom/MainThreadTaskRunnerTest.cpp', 3925 'dom/MainThreadTaskRunnerTest.cpp',
3926 'dom/NodeTest.cpp', 3926 'dom/NodeTest.cpp',
3927 'dom/NthIndexCacheTest.cpp', 3927 'dom/NthIndexCacheTest.cpp',
3928 'dom/RangeTest.cpp', 3928 'dom/RangeTest.cpp',
3929 'dom/ScriptRunnerTest.cpp', 3929 'dom/ScriptRunnerTest.cpp',
3930 'dom/SelectorQueryTest.cpp', 3930 'dom/SelectorQueryTest.cpp',
3931 'dom/StyleElementTest.cpp', 3931 'dom/StyleElementTest.cpp',
3932 'dom/TreeScopeStyleSheetCollectionTest.cpp', 3932 'dom/TreeScopeStyleSheetCollectionTest.cpp',
3933 'dom/TreeScopeTest.cpp', 3933 'dom/TreeScopeTest.cpp',
3934 'dom/URLSearchParamsTest.cpp', 3934 'dom/URLSearchParamsTest.cpp',
3935 'dom/shadow/ComposedTreeTraversalTest.cpp', 3935 'dom/shadow/FlatTreeTraversalTest.cpp',
3936 'editing/EditingStrategyTest.cpp', 3936 'editing/EditingStrategyTest.cpp',
3937 'editing/EditingTestBase.cpp', 3937 'editing/EditingTestBase.cpp',
3938 'editing/EditingTestBase.h', 3938 'editing/EditingTestBase.h',
3939 'editing/EditingUtilitiesTest.cpp', 3939 'editing/EditingUtilitiesTest.cpp',
3940 'editing/FrameSelectionTest.cpp', 3940 'editing/FrameSelectionTest.cpp',
3941 'editing/GranularityStrategyTest.cpp', 3941 'editing/GranularityStrategyTest.cpp',
3942 'editing/InputMethodControllerTest.cpp', 3942 'editing/InputMethodControllerTest.cpp',
3943 'editing/iterators/BackwardsTextBufferTest.cpp', 3943 'editing/iterators/BackwardsTextBufferTest.cpp',
3944 'editing/iterators/CharacterIteratorTest.cpp', 3944 'editing/iterators/CharacterIteratorTest.cpp',
3945 'editing/iterators/ForwardsTextBufferTest.cpp', 3945 'editing/iterators/ForwardsTextBufferTest.cpp',
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
4056 'style/SVGComputedStyleTest.cpp', 4056 'style/SVGComputedStyleTest.cpp',
4057 'svg/SVGPathParserTest.cpp', 4057 'svg/SVGPathParserTest.cpp',
4058 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4058 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4059 'testing/PrivateScriptTestTest.cpp', 4059 'testing/PrivateScriptTestTest.cpp',
4060 'timing/MemoryInfoTest.cpp', 4060 'timing/MemoryInfoTest.cpp',
4061 'workers/WorkerThreadTest.cpp', 4061 'workers/WorkerThreadTest.cpp',
4062 'xml/parser/SharedBufferReaderTest.cpp', 4062 'xml/parser/SharedBufferReaderTest.cpp',
4063 ], 4063 ],
4064 } 4064 }
4065 } 4065 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698