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

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: Full patch 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 2147 matching lines...) Expand 10 before | Expand all | Expand 10 after
2158 'dom/VisitedLinkState.cpp', 2158 'dom/VisitedLinkState.cpp',
2159 'dom/VisitedLinkState.h', 2159 'dom/VisitedLinkState.h',
2160 'dom/WeakNodeMap.cpp', 2160 'dom/WeakNodeMap.cpp',
2161 'dom/WeakNodeMap.h', 2161 'dom/WeakNodeMap.h',
2162 'dom/XMLDocument.cpp', 2162 'dom/XMLDocument.cpp',
2163 'dom/XMLDocument.h', 2163 'dom/XMLDocument.h',
2164 'dom/custom/CustomElement.cpp', 2164 'dom/custom/CustomElement.cpp',
2165 'dom/custom/CustomElement.h', 2165 'dom/custom/CustomElement.h',
2166 'dom/custom/CustomElementAsyncImportMicrotaskQueue.cpp', 2166 'dom/custom/CustomElementAsyncImportMicrotaskQueue.cpp',
2167 'dom/custom/CustomElementAsyncImportMicrotaskQueue.h', 2167 'dom/custom/CustomElementAsyncImportMicrotaskQueue.h',
2168 'dom/custom/CustomElementCallbackDispatcher.cpp', 2168 'dom/custom/CustomElementProcessingStack.cpp',
dominicc (has gone to gerrit) 2014/09/03 07:56:59 Alphabetical order.
2169 'dom/custom/CustomElementCallbackDispatcher.h', 2169 'dom/custom/CustomElementProcessingStack.h',
2170 'dom/custom/CustomElementCallbackInvocation.cpp', 2170 'dom/custom/CustomElementCallbackInvocation.cpp',
2171 'dom/custom/CustomElementCallbackInvocation.h', 2171 'dom/custom/CustomElementCallbackInvocation.h',
2172 'dom/custom/CustomElementCallbackQueue.cpp', 2172 'dom/custom/CustomElementCallbackQueue.cpp',
2173 'dom/custom/CustomElementCallbackQueue.h', 2173 'dom/custom/CustomElementCallbackQueue.h',
2174 'dom/custom/CustomElementDefinition.cpp', 2174 'dom/custom/CustomElementDefinition.cpp',
2175 'dom/custom/CustomElementDefinition.h', 2175 'dom/custom/CustomElementDefinition.h',
2176 'dom/custom/CustomElementDescriptor.h', 2176 'dom/custom/CustomElementDescriptor.h',
2177 'dom/custom/CustomElementDescriptorHash.h', 2177 'dom/custom/CustomElementDescriptorHash.h',
2178 'dom/custom/CustomElementException.cpp', 2178 'dom/custom/CustomElementException.cpp',
2179 'dom/custom/CustomElementException.h', 2179 'dom/custom/CustomElementException.h',
(...skipping 1318 matching lines...) Expand 10 before | Expand all | Expand 10 after
3498 'rendering/shapes/BoxShapeTest.cpp', 3498 'rendering/shapes/BoxShapeTest.cpp',
3499 'rendering/style/OutlineValueTest.cpp', 3499 'rendering/style/OutlineValueTest.cpp',
3500 'testing/PrivateScriptTestTest.cpp', 3500 'testing/PrivateScriptTestTest.cpp',
3501 'streams/ReadableStreamTest.cpp', 3501 'streams/ReadableStreamTest.cpp',
3502 'testing/UnitTestHelpers.cpp', 3502 'testing/UnitTestHelpers.cpp',
3503 'testing/UnitTestHelpers.h', 3503 'testing/UnitTestHelpers.h',
3504 'xml/parser/SharedBufferReaderTest.cpp', 3504 'xml/parser/SharedBufferReaderTest.cpp',
3505 ], 3505 ],
3506 } 3506 }
3507 } 3507 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698