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

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

Issue 1810973004: Add the CustomElementsRegistry interface behind the flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase (merge conflict) Created 4 years, 8 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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 'dom/Text.idl', 108 'dom/Text.idl',
109 'dom/Touch.idl', 109 'dom/Touch.idl',
110 'dom/TouchList.idl', 110 'dom/TouchList.idl',
111 'dom/TreeWalker.idl', 111 'dom/TreeWalker.idl',
112 'dom/Uint16Array.idl', 112 'dom/Uint16Array.idl',
113 'dom/Uint32Array.idl', 113 'dom/Uint32Array.idl',
114 'dom/Uint8Array.idl', 114 'dom/Uint8Array.idl',
115 'dom/Uint8ClampedArray.idl', 115 'dom/Uint8ClampedArray.idl',
116 'dom/URLSearchParams.idl', 116 'dom/URLSearchParams.idl',
117 'dom/XMLDocument.idl', 117 'dom/XMLDocument.idl',
118 'dom/custom/CustomElementsRegistry.idl',
118 'dom/shadow/ShadowRoot.idl', 119 'dom/shadow/ShadowRoot.idl',
119 'editing/Selection.idl', 120 'editing/Selection.idl',
120 'events/AnimationEvent.idl', 121 'events/AnimationEvent.idl',
121 'events/AnimationPlayerEvent.idl', 122 'events/AnimationPlayerEvent.idl',
122 'events/ApplicationCacheErrorEvent.idl', 123 'events/ApplicationCacheErrorEvent.idl',
123 'events/AutocompleteErrorEvent.idl', 124 'events/AutocompleteErrorEvent.idl',
124 'events/BeforeUnloadEvent.idl', 125 'events/BeforeUnloadEvent.idl',
125 'events/ClipboardEvent.idl', 126 'events/ClipboardEvent.idl',
126 'events/CompositionEvent.idl', 127 'events/CompositionEvent.idl',
127 'events/CustomEvent.idl', 128 'events/CustomEvent.idl',
(...skipping 2517 matching lines...) Expand 10 before | Expand all | Expand 10 after
2645 'dom/custom/CustomElementRegistrationContext.cpp', 2646 'dom/custom/CustomElementRegistrationContext.cpp',
2646 'dom/custom/CustomElementRegistrationContext.h', 2647 'dom/custom/CustomElementRegistrationContext.h',
2647 'dom/custom/CustomElementRegistry.cpp', 2648 'dom/custom/CustomElementRegistry.cpp',
2648 'dom/custom/CustomElementRegistry.h', 2649 'dom/custom/CustomElementRegistry.h',
2649 'dom/custom/CustomElementScheduler.cpp', 2650 'dom/custom/CustomElementScheduler.cpp',
2650 'dom/custom/CustomElementScheduler.h', 2651 'dom/custom/CustomElementScheduler.h',
2651 'dom/custom/CustomElementSyncMicrotaskQueue.cpp', 2652 'dom/custom/CustomElementSyncMicrotaskQueue.cpp',
2652 'dom/custom/CustomElementSyncMicrotaskQueue.h', 2653 'dom/custom/CustomElementSyncMicrotaskQueue.h',
2653 'dom/custom/CustomElementUpgradeCandidateMap.cpp', 2654 'dom/custom/CustomElementUpgradeCandidateMap.cpp',
2654 'dom/custom/CustomElementUpgradeCandidateMap.h', 2655 'dom/custom/CustomElementUpgradeCandidateMap.h',
2656 'dom/custom/CustomElementsRegistry.cpp',
2657 'dom/custom/CustomElementsRegistry.h',
2655 'dom/shadow/DistributedNodes.cpp', 2658 'dom/shadow/DistributedNodes.cpp',
2656 'dom/shadow/DistributedNodes.h', 2659 'dom/shadow/DistributedNodes.h',
2657 'dom/shadow/ElementShadow.cpp', 2660 'dom/shadow/ElementShadow.cpp',
2658 'dom/shadow/ElementShadow.h', 2661 'dom/shadow/ElementShadow.h',
2659 'dom/shadow/FlatTreeTraversal.cpp', 2662 'dom/shadow/FlatTreeTraversal.cpp',
2660 'dom/shadow/FlatTreeTraversal.h', 2663 'dom/shadow/FlatTreeTraversal.h',
2661 'dom/shadow/InsertionPoint.cpp', 2664 'dom/shadow/InsertionPoint.cpp',
2662 'dom/shadow/InsertionPoint.h', 2665 'dom/shadow/InsertionPoint.h',
2663 'dom/shadow/SelectRuleFeatureSet.cpp', 2666 'dom/shadow/SelectRuleFeatureSet.cpp',
2664 'dom/shadow/SelectRuleFeatureSet.h', 2667 'dom/shadow/SelectRuleFeatureSet.h',
(...skipping 1421 matching lines...) Expand 10 before | Expand all | Expand 10 after
4086 'svg/SVGPathParserTest.cpp', 4089 'svg/SVGPathParserTest.cpp',
4087 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4090 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4088 'testing/PrivateScriptTestTest.cpp', 4091 'testing/PrivateScriptTestTest.cpp',
4089 'timing/MemoryInfoTest.cpp', 4092 'timing/MemoryInfoTest.cpp',
4090 'workers/WorkerThreadTest.cpp', 4093 'workers/WorkerThreadTest.cpp',
4091 'workers/WorkerThreadTestHelper.h', 4094 'workers/WorkerThreadTestHelper.h',
4092 'xml/parser/SharedBufferReaderTest.cpp', 4095 'xml/parser/SharedBufferReaderTest.cpp',
4093 ], 4096 ],
4094 } 4097 }
4095 } 4098 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698