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

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: layout test went from bad to good, deleting failure expectation 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 2645 matching lines...) Expand 10 before | Expand all | Expand 10 after
2656 'dom/ViewportDescription.h', 2656 'dom/ViewportDescription.h',
2657 'dom/VisitedLinkState.cpp', 2657 'dom/VisitedLinkState.cpp',
2658 'dom/VisitedLinkState.h', 2658 'dom/VisitedLinkState.h',
2659 'dom/WeakIdentifierMap.h', 2659 'dom/WeakIdentifierMap.h',
2660 'dom/XMLDocument.cpp', 2660 'dom/XMLDocument.cpp',
2661 'dom/XMLDocument.h', 2661 'dom/XMLDocument.h',
2662 'dom/custom/CEReactionsScope.cpp', 2662 'dom/custom/CEReactionsScope.cpp',
2663 'dom/custom/CEReactionsScope.h', 2663 'dom/custom/CEReactionsScope.h',
2664 'dom/custom/CustomElement.cpp', 2664 'dom/custom/CustomElement.cpp',
2665 'dom/custom/CustomElement.h', 2665 'dom/custom/CustomElement.h',
2666 'dom/custom/CustomElementAdoptedCallbackReaction.cpp',
2667 'dom/custom/CustomElementAdoptedCallbackReaction.h',
2666 'dom/custom/CustomElementAttributeChangedCallbackReaction.cpp', 2668 'dom/custom/CustomElementAttributeChangedCallbackReaction.cpp',
2667 'dom/custom/CustomElementAttributeChangedCallbackReaction.h', 2669 'dom/custom/CustomElementAttributeChangedCallbackReaction.h',
2668 'dom/custom/CustomElementConnectedCallbackReaction.cpp', 2670 'dom/custom/CustomElementConnectedCallbackReaction.cpp',
2669 'dom/custom/CustomElementConnectedCallbackReaction.h', 2671 'dom/custom/CustomElementConnectedCallbackReaction.h',
2670 'dom/custom/CustomElementDefinition.cpp', 2672 'dom/custom/CustomElementDefinition.cpp',
2671 'dom/custom/CustomElementDefinition.h', 2673 'dom/custom/CustomElementDefinition.h',
2672 'dom/custom/CustomElementDefinitionBuilder.h', 2674 'dom/custom/CustomElementDefinitionBuilder.h',
2673 'dom/custom/CustomElementDescriptor.h', 2675 'dom/custom/CustomElementDescriptor.h',
2674 'dom/custom/CustomElementDescriptorHash.h', 2676 'dom/custom/CustomElementDescriptorHash.h',
2675 'dom/custom/CustomElementDisconnectedCallbackReaction.cpp', 2677 'dom/custom/CustomElementDisconnectedCallbackReaction.cpp',
(...skipping 1561 matching lines...) Expand 10 before | Expand all | Expand 10 after
4237 'testing/PrivateScriptTestTest.cpp', 4239 'testing/PrivateScriptTestTest.cpp',
4238 'timing/MemoryInfoTest.cpp', 4240 'timing/MemoryInfoTest.cpp',
4239 'timing/PerformanceBaseTest.cpp', 4241 'timing/PerformanceBaseTest.cpp',
4240 'timing/PerformanceObserverTest.cpp', 4242 'timing/PerformanceObserverTest.cpp',
4241 'workers/WorkerThreadTest.cpp', 4243 'workers/WorkerThreadTest.cpp',
4242 'workers/WorkerThreadTestHelper.h', 4244 'workers/WorkerThreadTestHelper.h',
4243 'xml/parser/SharedBufferReaderTest.cpp', 4245 'xml/parser/SharedBufferReaderTest.cpp',
4244 ], 4246 ],
4245 } 4247 }
4246 } 4248 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698