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

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

Issue 503043003: Rename CustomElementCallbackDispatcher (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: TBR added Created 6 years, 3 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/Animation.idl', 8 'animation/Animation.idl',
9 'animation/AnimationEffect.idl', 9 'animation/AnimationEffect.idl',
10 'animation/AnimationPlayer.idl', 10 'animation/AnimationPlayer.idl',
(...skipping 2150 matching lines...) Expand 10 before | Expand all | Expand 10 after
2161 'dom/VisitedLinkState.cpp', 2161 'dom/VisitedLinkState.cpp',
2162 'dom/VisitedLinkState.h', 2162 'dom/VisitedLinkState.h',
2163 'dom/WeakNodeMap.cpp', 2163 'dom/WeakNodeMap.cpp',
2164 'dom/WeakNodeMap.h', 2164 'dom/WeakNodeMap.h',
2165 'dom/XMLDocument.cpp', 2165 'dom/XMLDocument.cpp',
2166 'dom/XMLDocument.h', 2166 'dom/XMLDocument.h',
2167 'dom/custom/CustomElement.cpp', 2167 'dom/custom/CustomElement.cpp',
2168 'dom/custom/CustomElement.h', 2168 'dom/custom/CustomElement.h',
2169 'dom/custom/CustomElementAsyncImportMicrotaskQueue.cpp', 2169 'dom/custom/CustomElementAsyncImportMicrotaskQueue.cpp',
2170 'dom/custom/CustomElementAsyncImportMicrotaskQueue.h', 2170 'dom/custom/CustomElementAsyncImportMicrotaskQueue.h',
2171 'dom/custom/CustomElementCallbackDispatcher.cpp',
2172 'dom/custom/CustomElementCallbackDispatcher.h',
2173 'dom/custom/CustomElementCallbackInvocation.cpp', 2171 'dom/custom/CustomElementCallbackInvocation.cpp',
2174 'dom/custom/CustomElementCallbackInvocation.h', 2172 'dom/custom/CustomElementCallbackInvocation.h',
2175 'dom/custom/CustomElementCallbackQueue.cpp', 2173 'dom/custom/CustomElementCallbackQueue.cpp',
2176 'dom/custom/CustomElementCallbackQueue.h', 2174 'dom/custom/CustomElementCallbackQueue.h',
2177 'dom/custom/CustomElementDefinition.cpp', 2175 'dom/custom/CustomElementDefinition.cpp',
2178 'dom/custom/CustomElementDefinition.h', 2176 'dom/custom/CustomElementDefinition.h',
2179 'dom/custom/CustomElementDescriptor.h', 2177 'dom/custom/CustomElementDescriptor.h',
2180 'dom/custom/CustomElementDescriptorHash.h', 2178 'dom/custom/CustomElementDescriptorHash.h',
2181 'dom/custom/CustomElementException.cpp', 2179 'dom/custom/CustomElementException.cpp',
2182 'dom/custom/CustomElementException.h', 2180 'dom/custom/CustomElementException.h',
2183 'dom/custom/CustomElementLifecycleCallbacks.h', 2181 'dom/custom/CustomElementLifecycleCallbacks.h',
2184 'dom/custom/CustomElementMicrotaskDispatcher.cpp', 2182 'dom/custom/CustomElementMicrotaskDispatcher.cpp',
2185 'dom/custom/CustomElementMicrotaskDispatcher.h', 2183 'dom/custom/CustomElementMicrotaskDispatcher.h',
2186 'dom/custom/CustomElementMicrotaskImportStep.cpp', 2184 'dom/custom/CustomElementMicrotaskImportStep.cpp',
2187 'dom/custom/CustomElementMicrotaskImportStep.h', 2185 'dom/custom/CustomElementMicrotaskImportStep.h',
2188 'dom/custom/CustomElementMicrotaskQueueBase.cpp', 2186 'dom/custom/CustomElementMicrotaskQueueBase.cpp',
2189 'dom/custom/CustomElementMicrotaskQueueBase.h', 2187 'dom/custom/CustomElementMicrotaskQueueBase.h',
2190 'dom/custom/CustomElementMicrotaskResolutionStep.cpp', 2188 'dom/custom/CustomElementMicrotaskResolutionStep.cpp',
2191 'dom/custom/CustomElementMicrotaskResolutionStep.h', 2189 'dom/custom/CustomElementMicrotaskResolutionStep.h',
2192 'dom/custom/CustomElementMicrotaskRunQueue.cpp', 2190 'dom/custom/CustomElementMicrotaskRunQueue.cpp',
2193 'dom/custom/CustomElementMicrotaskRunQueue.h', 2191 'dom/custom/CustomElementMicrotaskRunQueue.h',
2194 'dom/custom/CustomElementMicrotaskStep.h', 2192 'dom/custom/CustomElementMicrotaskStep.h',
2195 'dom/custom/CustomElementObserver.cpp', 2193 'dom/custom/CustomElementObserver.cpp',
2196 'dom/custom/CustomElementObserver.h', 2194 'dom/custom/CustomElementObserver.h',
2195 'dom/custom/CustomElementProcessingStack.cpp',
2196 'dom/custom/CustomElementProcessingStack.h',
2197 'dom/custom/CustomElementProcessingStep.h', 2197 'dom/custom/CustomElementProcessingStep.h',
2198 'dom/custom/CustomElementRegistrationContext.cpp', 2198 'dom/custom/CustomElementRegistrationContext.cpp',
2199 'dom/custom/CustomElementRegistrationContext.h', 2199 'dom/custom/CustomElementRegistrationContext.h',
2200 'dom/custom/CustomElementRegistry.cpp', 2200 'dom/custom/CustomElementRegistry.cpp',
2201 'dom/custom/CustomElementRegistry.h', 2201 'dom/custom/CustomElementRegistry.h',
2202 'dom/custom/CustomElementScheduler.cpp', 2202 'dom/custom/CustomElementScheduler.cpp',
2203 'dom/custom/CustomElementScheduler.h', 2203 'dom/custom/CustomElementScheduler.h',
2204 'dom/custom/CustomElementSyncMicrotaskQueue.cpp', 2204 'dom/custom/CustomElementSyncMicrotaskQueue.cpp',
2205 'dom/custom/CustomElementSyncMicrotaskQueue.h', 2205 'dom/custom/CustomElementSyncMicrotaskQueue.h',
2206 'dom/custom/CustomElementUpgradeCandidateMap.cpp', 2206 'dom/custom/CustomElementUpgradeCandidateMap.cpp',
(...skipping 1295 matching lines...) Expand 10 before | Expand all | Expand 10 after
3502 'rendering/shapes/BoxShapeTest.cpp', 3502 'rendering/shapes/BoxShapeTest.cpp',
3503 'rendering/style/OutlineValueTest.cpp', 3503 'rendering/style/OutlineValueTest.cpp',
3504 'testing/PrivateScriptTestTest.cpp', 3504 'testing/PrivateScriptTestTest.cpp',
3505 'streams/ReadableStreamTest.cpp', 3505 'streams/ReadableStreamTest.cpp',
3506 'testing/UnitTestHelpers.cpp', 3506 'testing/UnitTestHelpers.cpp',
3507 'testing/UnitTestHelpers.h', 3507 'testing/UnitTestHelpers.h',
3508 'xml/parser/SharedBufferReaderTest.cpp', 3508 'xml/parser/SharedBufferReaderTest.cpp',
3509 ], 3509 ],
3510 } 3510 }
3511 } 3511 }
OLDNEW
« no previous file with comments | « Source/bindings/tests/results/V8TestObject.cpp ('k') | Source/core/dom/custom/CustomElementCallbackDispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698