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

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

Issue 1914923002: Rename all existing custom element classes as V0 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: CustomElementV0 -> V0CustomElement 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 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/CustomElement.cpp', 2632 'dom/custom/V0CustomElement.cpp',
2633 'dom/custom/CustomElement.h', 2633 'dom/custom/V0CustomElement.h',
2634 'dom/custom/CustomElementAsyncImportMicrotaskQueue.cpp', 2634 'dom/custom/V0CustomElementAsyncImportMicrotaskQueue.cpp',
2635 'dom/custom/CustomElementAsyncImportMicrotaskQueue.h', 2635 'dom/custom/V0CustomElementAsyncImportMicrotaskQueue.h',
2636 'dom/custom/CustomElementCallbackInvocation.cpp', 2636 'dom/custom/V0CustomElementCallbackInvocation.cpp',
2637 'dom/custom/CustomElementCallbackInvocation.h', 2637 'dom/custom/V0CustomElementCallbackInvocation.h',
2638 'dom/custom/CustomElementCallbackQueue.cpp', 2638 'dom/custom/V0CustomElementCallbackQueue.cpp',
2639 'dom/custom/CustomElementCallbackQueue.h', 2639 'dom/custom/V0CustomElementCallbackQueue.h',
2640 'dom/custom/CustomElementDefinition.cpp', 2640 'dom/custom/V0CustomElementDefinition.cpp',
2641 'dom/custom/CustomElementDefinition.h', 2641 'dom/custom/V0CustomElementDefinition.h',
2642 'dom/custom/CustomElementDescriptor.h', 2642 'dom/custom/V0CustomElementDescriptor.h',
2643 'dom/custom/CustomElementDescriptorHash.h', 2643 'dom/custom/V0CustomElementDescriptorHash.h',
2644 'dom/custom/CustomElementException.cpp', 2644 'dom/custom/V0CustomElementException.cpp',
2645 'dom/custom/CustomElementException.h', 2645 'dom/custom/V0CustomElementException.h',
2646 'dom/custom/CustomElementLifecycleCallbacks.h', 2646 'dom/custom/V0CustomElementLifecycleCallbacks.h',
2647 'dom/custom/CustomElementMicrotaskDispatcher.cpp', 2647 'dom/custom/V0CustomElementMicrotaskDispatcher.cpp',
2648 'dom/custom/CustomElementMicrotaskDispatcher.h', 2648 'dom/custom/V0CustomElementMicrotaskDispatcher.h',
2649 'dom/custom/CustomElementMicrotaskImportStep.cpp', 2649 'dom/custom/V0CustomElementMicrotaskImportStep.cpp',
2650 'dom/custom/CustomElementMicrotaskImportStep.h', 2650 'dom/custom/V0CustomElementMicrotaskImportStep.h',
2651 'dom/custom/CustomElementMicrotaskQueueBase.cpp', 2651 'dom/custom/V0CustomElementMicrotaskQueueBase.cpp',
2652 'dom/custom/CustomElementMicrotaskQueueBase.h', 2652 'dom/custom/V0CustomElementMicrotaskQueueBase.h',
2653 'dom/custom/CustomElementMicrotaskResolutionStep.cpp', 2653 'dom/custom/V0CustomElementMicrotaskResolutionStep.cpp',
2654 'dom/custom/CustomElementMicrotaskResolutionStep.h', 2654 'dom/custom/V0CustomElementMicrotaskResolutionStep.h',
2655 'dom/custom/CustomElementMicrotaskRunQueue.cpp', 2655 'dom/custom/V0CustomElementMicrotaskRunQueue.cpp',
2656 'dom/custom/CustomElementMicrotaskRunQueue.h', 2656 'dom/custom/V0CustomElementMicrotaskRunQueue.h',
2657 'dom/custom/CustomElementMicrotaskStep.h', 2657 'dom/custom/V0CustomElementMicrotaskStep.h',
2658 'dom/custom/CustomElementObserver.cpp', 2658 'dom/custom/V0CustomElementObserver.cpp',
2659 'dom/custom/CustomElementObserver.h', 2659 'dom/custom/V0CustomElementObserver.h',
2660 'dom/custom/CustomElementProcessingStack.cpp', 2660 'dom/custom/V0CustomElementProcessingStack.cpp',
2661 'dom/custom/CustomElementProcessingStack.h', 2661 'dom/custom/V0CustomElementProcessingStack.h',
2662 'dom/custom/CustomElementProcessingStep.h', 2662 'dom/custom/V0CustomElementProcessingStep.h',
2663 'dom/custom/CustomElementRegistrationContext.cpp', 2663 'dom/custom/V0CustomElementRegistrationContext.cpp',
2664 'dom/custom/CustomElementRegistrationContext.h', 2664 'dom/custom/V0CustomElementRegistrationContext.h',
2665 'dom/custom/CustomElementRegistry.cpp', 2665 'dom/custom/V0CustomElementRegistry.cpp',
2666 'dom/custom/CustomElementRegistry.h', 2666 'dom/custom/V0CustomElementRegistry.h',
2667 'dom/custom/CustomElementScheduler.cpp', 2667 'dom/custom/V0CustomElementScheduler.cpp',
2668 'dom/custom/CustomElementScheduler.h', 2668 'dom/custom/V0CustomElementScheduler.h',
2669 'dom/custom/CustomElementSyncMicrotaskQueue.cpp', 2669 'dom/custom/V0CustomElementSyncMicrotaskQueue.cpp',
2670 'dom/custom/CustomElementSyncMicrotaskQueue.h', 2670 'dom/custom/V0CustomElementSyncMicrotaskQueue.h',
2671 'dom/custom/CustomElementUpgradeCandidateMap.cpp', 2671 'dom/custom/V0CustomElementUpgradeCandidateMap.cpp',
2672 'dom/custom/CustomElementUpgradeCandidateMap.h', 2672 'dom/custom/V0CustomElementUpgradeCandidateMap.h',
2673 'dom/custom/CustomElementsRegistry.cpp', 2673 'dom/custom/CustomElementsRegistry.cpp',
2674 'dom/custom/CustomElementsRegistry.h', 2674 'dom/custom/CustomElementsRegistry.h',
2675 'dom/shadow/DistributedNodes.cpp', 2675 'dom/shadow/DistributedNodes.cpp',
2676 'dom/shadow/DistributedNodes.h', 2676 'dom/shadow/DistributedNodes.h',
2677 'dom/shadow/ElementShadow.cpp', 2677 'dom/shadow/ElementShadow.cpp',
2678 'dom/shadow/ElementShadow.h', 2678 'dom/shadow/ElementShadow.h',
2679 'dom/shadow/FlatTreeTraversal.cpp', 2679 'dom/shadow/FlatTreeTraversal.cpp',
2680 'dom/shadow/FlatTreeTraversal.h', 2680 'dom/shadow/FlatTreeTraversal.h',
2681 'dom/shadow/InsertionPoint.cpp', 2681 'dom/shadow/InsertionPoint.cpp',
2682 'dom/shadow/InsertionPoint.h', 2682 'dom/shadow/InsertionPoint.h',
(...skipping 1421 matching lines...) Expand 10 before | Expand all | Expand 10 after
4104 'svg/SVGPathParserTest.cpp', 4104 'svg/SVGPathParserTest.cpp',
4105 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4105 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4106 'testing/PrivateScriptTestTest.cpp', 4106 'testing/PrivateScriptTestTest.cpp',
4107 'timing/MemoryInfoTest.cpp', 4107 'timing/MemoryInfoTest.cpp',
4108 'workers/WorkerThreadTest.cpp', 4108 'workers/WorkerThreadTest.cpp',
4109 'workers/WorkerThreadTestHelper.h', 4109 'workers/WorkerThreadTestHelper.h',
4110 'xml/parser/SharedBufferReaderTest.cpp', 4110 'xml/parser/SharedBufferReaderTest.cpp',
4111 ], 4111 ],
4112 } 4112 }
4113 } 4113 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698