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

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

Issue 2003033004: Split custom element script use and move it into bindings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address feedback. 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 2614 matching lines...) Expand 10 before | Expand all | Expand 10 after
2625 'dom/ViewportDescription.h', 2625 'dom/ViewportDescription.h',
2626 'dom/VisitedLinkState.cpp', 2626 'dom/VisitedLinkState.cpp',
2627 'dom/VisitedLinkState.h', 2627 'dom/VisitedLinkState.h',
2628 'dom/WeakIdentifierMap.h', 2628 'dom/WeakIdentifierMap.h',
2629 'dom/XMLDocument.cpp', 2629 'dom/XMLDocument.cpp',
2630 'dom/XMLDocument.h', 2630 'dom/XMLDocument.h',
2631 'dom/custom/CustomElement.cpp', 2631 'dom/custom/CustomElement.cpp',
2632 'dom/custom/CustomElement.h', 2632 'dom/custom/CustomElement.h',
2633 'dom/custom/CustomElementDefinition.cpp', 2633 'dom/custom/CustomElementDefinition.cpp',
2634 'dom/custom/CustomElementDefinition.h', 2634 'dom/custom/CustomElementDefinition.h',
2635 'dom/custom/CustomElementDefinitionBuilder.h',
2635 'dom/custom/CustomElementUpgradeSorter.cpp', 2636 'dom/custom/CustomElementUpgradeSorter.cpp',
2636 'dom/custom/CustomElementUpgradeSorter.h', 2637 'dom/custom/CustomElementUpgradeSorter.h',
2637 'dom/custom/CustomElementDescriptor.h', 2638 'dom/custom/CustomElementDescriptor.h',
2638 'dom/custom/CustomElementDescriptorHash.h', 2639 'dom/custom/CustomElementDescriptorHash.h',
2639 'dom/custom/CustomElementsRegistry.cpp', 2640 'dom/custom/CustomElementsRegistry.cpp',
2640 'dom/custom/CustomElementsRegistry.h', 2641 'dom/custom/CustomElementsRegistry.h',
2641 'dom/custom/V0CustomElement.cpp', 2642 'dom/custom/V0CustomElement.cpp',
2642 'dom/custom/V0CustomElement.h', 2643 'dom/custom/V0CustomElement.h',
2643 'dom/custom/V0CustomElementAsyncImportMicrotaskQueue.cpp', 2644 'dom/custom/V0CustomElementAsyncImportMicrotaskQueue.cpp',
2644 'dom/custom/V0CustomElementAsyncImportMicrotaskQueue.h', 2645 'dom/custom/V0CustomElementAsyncImportMicrotaskQueue.h',
(...skipping 1489 matching lines...) Expand 10 before | Expand all | Expand 10 after
4134 'testing/PrivateScriptTestTest.cpp', 4135 'testing/PrivateScriptTestTest.cpp',
4135 'timing/MemoryInfoTest.cpp', 4136 'timing/MemoryInfoTest.cpp',
4136 'timing/PerformanceBaseTest.cpp', 4137 'timing/PerformanceBaseTest.cpp',
4137 'timing/PerformanceObserverTest.cpp', 4138 'timing/PerformanceObserverTest.cpp',
4138 'workers/WorkerThreadTest.cpp', 4139 'workers/WorkerThreadTest.cpp',
4139 'workers/WorkerThreadTestHelper.h', 4140 'workers/WorkerThreadTestHelper.h',
4140 'xml/parser/SharedBufferReaderTest.cpp', 4141 'xml/parser/SharedBufferReaderTest.cpp',
4141 ], 4142 ],
4142 } 4143 }
4143 } 4144 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698