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

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

Issue 1952893003: Implement custom element construction and some 'define' checks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase; remove default parameters. 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 2609 matching lines...) Expand 10 before | Expand all | Expand 10 after
2620 'dom/UserActionElementSet.h', 2620 'dom/UserActionElementSet.h',
2621 'dom/ViewportDescription.cpp', 2621 'dom/ViewportDescription.cpp',
2622 'dom/ViewportDescription.h', 2622 'dom/ViewportDescription.h',
2623 'dom/VisitedLinkState.cpp', 2623 'dom/VisitedLinkState.cpp',
2624 'dom/VisitedLinkState.h', 2624 'dom/VisitedLinkState.h',
2625 'dom/WeakIdentifierMap.h', 2625 'dom/WeakIdentifierMap.h',
2626 'dom/XMLDocument.cpp', 2626 'dom/XMLDocument.cpp',
2627 'dom/XMLDocument.h', 2627 'dom/XMLDocument.h',
2628 'dom/custom/CustomElement.cpp', 2628 'dom/custom/CustomElement.cpp',
2629 'dom/custom/CustomElement.h', 2629 'dom/custom/CustomElement.h',
2630 'dom/custom/CustomElementDefinition.cpp',
2631 'dom/custom/CustomElementDefinition.h',
2630 'dom/custom/CustomElementsRegistry.cpp', 2632 'dom/custom/CustomElementsRegistry.cpp',
2631 'dom/custom/CustomElementsRegistry.h', 2633 'dom/custom/CustomElementsRegistry.h',
2632 'dom/custom/V0CustomElement.cpp', 2634 'dom/custom/V0CustomElement.cpp',
2633 'dom/custom/V0CustomElement.h', 2635 'dom/custom/V0CustomElement.h',
2634 'dom/custom/V0CustomElementAsyncImportMicrotaskQueue.cpp', 2636 'dom/custom/V0CustomElementAsyncImportMicrotaskQueue.cpp',
2635 'dom/custom/V0CustomElementAsyncImportMicrotaskQueue.h', 2637 'dom/custom/V0CustomElementAsyncImportMicrotaskQueue.h',
2636 'dom/custom/V0CustomElementCallbackInvocation.cpp', 2638 'dom/custom/V0CustomElementCallbackInvocation.cpp',
2637 'dom/custom/V0CustomElementCallbackInvocation.h', 2639 'dom/custom/V0CustomElementCallbackInvocation.h',
2638 'dom/custom/V0CustomElementCallbackQueue.cpp', 2640 'dom/custom/V0CustomElementCallbackQueue.cpp',
2639 'dom/custom/V0CustomElementCallbackQueue.h', 2641 'dom/custom/V0CustomElementCallbackQueue.h',
(...skipping 1480 matching lines...) Expand 10 before | Expand all | Expand 10 after
4120 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4122 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4121 'testing/PrivateScriptTestTest.cpp', 4123 'testing/PrivateScriptTestTest.cpp',
4122 'timing/MemoryInfoTest.cpp', 4124 'timing/MemoryInfoTest.cpp',
4123 'timing/PerformanceBaseTest.cpp', 4125 'timing/PerformanceBaseTest.cpp',
4124 'workers/WorkerThreadTest.cpp', 4126 'workers/WorkerThreadTest.cpp',
4125 'workers/WorkerThreadTestHelper.h', 4127 'workers/WorkerThreadTestHelper.h',
4126 'xml/parser/SharedBufferReaderTest.cpp', 4128 'xml/parser/SharedBufferReaderTest.cpp',
4127 ], 4129 ],
4128 } 4130 }
4129 } 4131 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698