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

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

Issue 2170383002: CustomElements: adopt node (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge conflict resolution Created 4 years, 4 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 2644 matching lines...) Expand 10 before | Expand all | Expand 10 after
2655 'dom/ViewportDescription.h', 2655 'dom/ViewportDescription.h',
2656 'dom/VisitedLinkState.cpp', 2656 'dom/VisitedLinkState.cpp',
2657 'dom/VisitedLinkState.h', 2657 'dom/VisitedLinkState.h',
2658 'dom/WeakIdentifierMap.h', 2658 'dom/WeakIdentifierMap.h',
2659 'dom/XMLDocument.cpp', 2659 'dom/XMLDocument.cpp',
2660 'dom/XMLDocument.h', 2660 'dom/XMLDocument.h',
2661 'dom/custom/CEReactionsScope.cpp', 2661 'dom/custom/CEReactionsScope.cpp',
2662 'dom/custom/CEReactionsScope.h', 2662 'dom/custom/CEReactionsScope.h',
2663 'dom/custom/CustomElement.cpp', 2663 'dom/custom/CustomElement.cpp',
2664 'dom/custom/CustomElement.h', 2664 'dom/custom/CustomElement.h',
2665 'dom/custom/CustomElementAdoptedCallbackReaction.cpp',
2666 'dom/custom/CustomElementAdoptedCallbackReaction.h',
2665 'dom/custom/CustomElementAttributeChangedCallbackReaction.cpp', 2667 'dom/custom/CustomElementAttributeChangedCallbackReaction.cpp',
2666 'dom/custom/CustomElementAttributeChangedCallbackReaction.h', 2668 'dom/custom/CustomElementAttributeChangedCallbackReaction.h',
2667 'dom/custom/CustomElementConnectedCallbackReaction.cpp', 2669 'dom/custom/CustomElementConnectedCallbackReaction.cpp',
2668 'dom/custom/CustomElementConnectedCallbackReaction.h', 2670 'dom/custom/CustomElementConnectedCallbackReaction.h',
2669 'dom/custom/CustomElementDefinition.cpp', 2671 'dom/custom/CustomElementDefinition.cpp',
2670 'dom/custom/CustomElementDefinition.h', 2672 'dom/custom/CustomElementDefinition.h',
2671 'dom/custom/CustomElementDefinitionBuilder.h', 2673 'dom/custom/CustomElementDefinitionBuilder.h',
2672 'dom/custom/CustomElementDescriptor.h', 2674 'dom/custom/CustomElementDescriptor.h',
2673 'dom/custom/CustomElementDescriptorHash.h', 2675 'dom/custom/CustomElementDescriptorHash.h',
2674 'dom/custom/CustomElementDisconnectedCallbackReaction.cpp', 2676 'dom/custom/CustomElementDisconnectedCallbackReaction.cpp',
(...skipping 1561 matching lines...) Expand 10 before | Expand all | Expand 10 after
4236 'testing/PrivateScriptTestTest.cpp', 4238 'testing/PrivateScriptTestTest.cpp',
4237 'timing/MemoryInfoTest.cpp', 4239 'timing/MemoryInfoTest.cpp',
4238 'timing/PerformanceBaseTest.cpp', 4240 'timing/PerformanceBaseTest.cpp',
4239 'timing/PerformanceObserverTest.cpp', 4241 'timing/PerformanceObserverTest.cpp',
4240 'workers/WorkerThreadTest.cpp', 4242 'workers/WorkerThreadTest.cpp',
4241 'workers/WorkerThreadTestHelper.h', 4243 'workers/WorkerThreadTestHelper.h',
4242 'xml/parser/SharedBufferReaderTest.cpp', 4244 'xml/parser/SharedBufferReaderTest.cpp',
4243 ], 4245 ],
4244 } 4246 }
4245 } 4247 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698