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

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

Issue 1916013004: Implement PotentialCustomElementName (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: dominicc review 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
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 2649 matching lines...) Expand 10 before | Expand all | Expand 10 after
2660 'dom/custom/V0CustomElementRegistrationContext.cpp', 2660 'dom/custom/V0CustomElementRegistrationContext.cpp',
2661 'dom/custom/V0CustomElementRegistrationContext.h', 2661 'dom/custom/V0CustomElementRegistrationContext.h',
2662 'dom/custom/V0CustomElementRegistry.cpp', 2662 'dom/custom/V0CustomElementRegistry.cpp',
2663 'dom/custom/V0CustomElementRegistry.h', 2663 'dom/custom/V0CustomElementRegistry.h',
2664 'dom/custom/V0CustomElementScheduler.cpp', 2664 'dom/custom/V0CustomElementScheduler.cpp',
2665 'dom/custom/V0CustomElementScheduler.h', 2665 'dom/custom/V0CustomElementScheduler.h',
2666 'dom/custom/V0CustomElementSyncMicrotaskQueue.cpp', 2666 'dom/custom/V0CustomElementSyncMicrotaskQueue.cpp',
2667 'dom/custom/V0CustomElementSyncMicrotaskQueue.h', 2667 'dom/custom/V0CustomElementSyncMicrotaskQueue.h',
2668 'dom/custom/V0CustomElementUpgradeCandidateMap.cpp', 2668 'dom/custom/V0CustomElementUpgradeCandidateMap.cpp',
2669 'dom/custom/V0CustomElementUpgradeCandidateMap.h', 2669 'dom/custom/V0CustomElementUpgradeCandidateMap.h',
2670 'dom/custom/CustomElement.cpp',
tkent 2016/04/27 08:21:18 File list in dom/custom/ isn't sorted though it wa
kojii 2016/04/27 08:45:20 Done.
2671 'dom/custom/CustomElement.h',
2670 'dom/custom/CustomElementsRegistry.cpp', 2672 'dom/custom/CustomElementsRegistry.cpp',
2671 'dom/custom/CustomElementsRegistry.h', 2673 'dom/custom/CustomElementsRegistry.h',
2672 'dom/shadow/DistributedNodes.cpp', 2674 'dom/shadow/DistributedNodes.cpp',
2673 'dom/shadow/DistributedNodes.h', 2675 'dom/shadow/DistributedNodes.h',
2674 'dom/shadow/ElementShadow.cpp', 2676 'dom/shadow/ElementShadow.cpp',
2675 'dom/shadow/ElementShadow.h', 2677 'dom/shadow/ElementShadow.h',
2676 'dom/shadow/FlatTreeTraversal.cpp', 2678 'dom/shadow/FlatTreeTraversal.cpp',
2677 'dom/shadow/FlatTreeTraversal.h', 2679 'dom/shadow/FlatTreeTraversal.h',
2678 'dom/shadow/InsertionPoint.cpp', 2680 'dom/shadow/InsertionPoint.cpp',
2679 'dom/shadow/InsertionPoint.h', 2681 'dom/shadow/InsertionPoint.h',
(...skipping 1269 matching lines...) Expand 10 before | Expand all | Expand 10 after
3949 'dom/NthIndexCacheTest.cpp', 3951 'dom/NthIndexCacheTest.cpp',
3950 'dom/RangeTest.cpp', 3952 'dom/RangeTest.cpp',
3951 'dom/ScriptRunnerTest.cpp', 3953 'dom/ScriptRunnerTest.cpp',
3952 'dom/SelectorQueryTest.cpp', 3954 'dom/SelectorQueryTest.cpp',
3953 'dom/StyleElementTest.cpp', 3955 'dom/StyleElementTest.cpp',
3954 'dom/StyleEngineTest.cpp', 3956 'dom/StyleEngineTest.cpp',
3955 'dom/TextTest.cpp', 3957 'dom/TextTest.cpp',
3956 'dom/TreeScopeStyleSheetCollectionTest.cpp', 3958 'dom/TreeScopeStyleSheetCollectionTest.cpp',
3957 'dom/TreeScopeTest.cpp', 3959 'dom/TreeScopeTest.cpp',
3958 'dom/URLSearchParamsTest.cpp', 3960 'dom/URLSearchParamsTest.cpp',
3961 'dom/custom/CustomElementTest.cpp',
3959 'dom/shadow/FlatTreeTraversalTest.cpp', 3962 'dom/shadow/FlatTreeTraversalTest.cpp',
3960 'editing/EditingCommandTest.cpp', 3963 'editing/EditingCommandTest.cpp',
3961 'editing/EditingStrategyTest.cpp', 3964 'editing/EditingStrategyTest.cpp',
3962 'editing/EditingTestBase.cpp', 3965 'editing/EditingTestBase.cpp',
3963 'editing/EditingTestBase.h', 3966 'editing/EditingTestBase.h',
3964 'editing/EditingUtilitiesTest.cpp', 3967 'editing/EditingUtilitiesTest.cpp',
3965 'editing/EditorTest.cpp', 3968 'editing/EditorTest.cpp',
3966 'editing/FrameSelectionTest.cpp', 3969 'editing/FrameSelectionTest.cpp',
3967 'editing/GranularityStrategyTest.cpp', 3970 'editing/GranularityStrategyTest.cpp',
3968 'editing/InputMethodControllerTest.cpp', 3971 'editing/InputMethodControllerTest.cpp',
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
4104 'svg/SVGPathParserTest.cpp', 4107 'svg/SVGPathParserTest.cpp',
4105 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4108 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4106 'testing/PrivateScriptTestTest.cpp', 4109 'testing/PrivateScriptTestTest.cpp',
4107 'timing/MemoryInfoTest.cpp', 4110 'timing/MemoryInfoTest.cpp',
4108 'workers/WorkerThreadTest.cpp', 4111 'workers/WorkerThreadTest.cpp',
4109 'workers/WorkerThreadTestHelper.h', 4112 'workers/WorkerThreadTestHelper.h',
4110 'xml/parser/SharedBufferReaderTest.cpp', 4113 'xml/parser/SharedBufferReaderTest.cpp',
4111 ], 4114 ],
4112 } 4115 }
4113 } 4116 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698