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

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

Issue 2058823002: Implement callback reactions for Custom Elements V1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@stack-ce
Patch Set: Minor cleanup 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
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 2636 matching lines...) Expand 10 before | Expand all | Expand 10 after
2647 'dom/ViewportDescription.h', 2647 'dom/ViewportDescription.h',
2648 'dom/VisitedLinkState.cpp', 2648 'dom/VisitedLinkState.cpp',
2649 'dom/VisitedLinkState.h', 2649 'dom/VisitedLinkState.h',
2650 'dom/WeakIdentifierMap.h', 2650 'dom/WeakIdentifierMap.h',
2651 'dom/XMLDocument.cpp', 2651 'dom/XMLDocument.cpp',
2652 'dom/XMLDocument.h', 2652 'dom/XMLDocument.h',
2653 'dom/custom/CEReactionsScope.cpp', 2653 'dom/custom/CEReactionsScope.cpp',
2654 'dom/custom/CEReactionsScope.h', 2654 'dom/custom/CEReactionsScope.h',
2655 'dom/custom/CustomElement.cpp', 2655 'dom/custom/CustomElement.cpp',
2656 'dom/custom/CustomElement.h', 2656 'dom/custom/CustomElement.h',
2657 'dom/custom/CustomElementAttributeChangedCallbackReaction.cpp',
2658 'dom/custom/CustomElementAttributeChangedCallbackReaction.h',
2659 'dom/custom/CustomElementConnectedCallbackReaction.cpp',
2660 'dom/custom/CustomElementConnectedCallbackReaction.h',
2657 'dom/custom/CustomElementDefinition.cpp', 2661 'dom/custom/CustomElementDefinition.cpp',
2658 'dom/custom/CustomElementDefinition.h', 2662 'dom/custom/CustomElementDefinition.h',
2659 'dom/custom/CustomElementDefinitionBuilder.h', 2663 'dom/custom/CustomElementDefinitionBuilder.h',
2660 'dom/custom/CustomElementDescriptor.h', 2664 'dom/custom/CustomElementDescriptor.h',
2661 'dom/custom/CustomElementDescriptorHash.h', 2665 'dom/custom/CustomElementDescriptorHash.h',
2666 'dom/custom/CustomElementReaction.cpp',
2662 'dom/custom/CustomElementReaction.h', 2667 'dom/custom/CustomElementReaction.h',
2668 'dom/custom/CustomElementDisconnectedCallbackReaction.cpp',
dominicc (has gone to gerrit) 2016/06/13 07:59:01 Order
2669 'dom/custom/CustomElementDisconnectedCallbackReaction.h',
2663 'dom/custom/CustomElementReactionQueue.cpp', 2670 'dom/custom/CustomElementReactionQueue.cpp',
2664 'dom/custom/CustomElementReactionQueue.h', 2671 'dom/custom/CustomElementReactionQueue.h',
2665 'dom/custom/CustomElementReactionStack.cpp', 2672 'dom/custom/CustomElementReactionStack.cpp',
2666 'dom/custom/CustomElementReactionStack.h', 2673 'dom/custom/CustomElementReactionStack.h',
2667 'dom/custom/CustomElementUpgradeReaction.cpp', 2674 'dom/custom/CustomElementUpgradeReaction.cpp',
2668 'dom/custom/CustomElementUpgradeReaction.h', 2675 'dom/custom/CustomElementUpgradeReaction.h',
2669 'dom/custom/CustomElementUpgradeSorter.cpp', 2676 'dom/custom/CustomElementUpgradeSorter.cpp',
2670 'dom/custom/CustomElementUpgradeSorter.h', 2677 'dom/custom/CustomElementUpgradeSorter.h',
2671 'dom/custom/CustomElementsRegistry.cpp', 2678 'dom/custom/CustomElementsRegistry.cpp',
2672 'dom/custom/CustomElementsRegistry.h', 2679 'dom/custom/CustomElementsRegistry.h',
(...skipping 1504 matching lines...) Expand 10 before | Expand all | Expand 10 after
4177 'testing/PrivateScriptTestTest.cpp', 4184 'testing/PrivateScriptTestTest.cpp',
4178 'timing/MemoryInfoTest.cpp', 4185 'timing/MemoryInfoTest.cpp',
4179 'timing/PerformanceBaseTest.cpp', 4186 'timing/PerformanceBaseTest.cpp',
4180 'timing/PerformanceObserverTest.cpp', 4187 'timing/PerformanceObserverTest.cpp',
4181 'workers/WorkerThreadTest.cpp', 4188 'workers/WorkerThreadTest.cpp',
4182 'workers/WorkerThreadTestHelper.h', 4189 'workers/WorkerThreadTestHelper.h',
4183 'xml/parser/SharedBufferReaderTest.cpp', 4190 'xml/parser/SharedBufferReaderTest.cpp',
4184 ], 4191 ],
4185 } 4192 }
4186 } 4193 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/Element.cpp » ('j') | third_party/WebKit/Source/core/dom/Element.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698