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

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

Issue 334253005: Custom Elements: Encapsulates Async and Sync Queues into one class. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated Created 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | Source/core/dom/custom/CustomElementAsyncImportMicrotaskQueue.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2165 matching lines...) Expand 10 before | Expand all | Expand 10 after
2176 'dom/custom/CustomElementDefinition.h', 2176 'dom/custom/CustomElementDefinition.h',
2177 'dom/custom/CustomElementDescriptor.h', 2177 'dom/custom/CustomElementDescriptor.h',
2178 'dom/custom/CustomElementDescriptorHash.h', 2178 'dom/custom/CustomElementDescriptorHash.h',
2179 'dom/custom/CustomElementException.cpp', 2179 'dom/custom/CustomElementException.cpp',
2180 'dom/custom/CustomElementException.h', 2180 'dom/custom/CustomElementException.h',
2181 'dom/custom/CustomElementLifecycleCallbacks.h', 2181 'dom/custom/CustomElementLifecycleCallbacks.h',
2182 'dom/custom/CustomElementMicrotaskDispatcher.cpp', 2182 'dom/custom/CustomElementMicrotaskDispatcher.cpp',
2183 'dom/custom/CustomElementMicrotaskDispatcher.h', 2183 'dom/custom/CustomElementMicrotaskDispatcher.h',
2184 'dom/custom/CustomElementMicrotaskImportStep.cpp', 2184 'dom/custom/CustomElementMicrotaskImportStep.cpp',
2185 'dom/custom/CustomElementMicrotaskImportStep.h', 2185 'dom/custom/CustomElementMicrotaskImportStep.h',
2186 'dom/custom/CustomElementMicrotaskQueue.cpp', 2186 'dom/custom/CustomElementMicrotaskQueueBase.cpp',
2187 'dom/custom/CustomElementMicrotaskQueue.h', 2187 'dom/custom/CustomElementMicrotaskQueueBase.h',
2188 'dom/custom/CustomElementMicrotaskResolutionStep.cpp', 2188 'dom/custom/CustomElementMicrotaskResolutionStep.cpp',
2189 'dom/custom/CustomElementMicrotaskResolutionStep.h', 2189 'dom/custom/CustomElementMicrotaskResolutionStep.h',
2190 'dom/custom/CustomElementMicrotaskStep.h', 2190 'dom/custom/CustomElementMicrotaskStep.h',
2191 'dom/custom/CustomElementMicrotaskStepDispatcher.cpp',
2192 'dom/custom/CustomElementMicrotaskStepDispatcher.h',
2191 'dom/custom/CustomElementObserver.cpp', 2193 'dom/custom/CustomElementObserver.cpp',
2192 'dom/custom/CustomElementObserver.h', 2194 'dom/custom/CustomElementObserver.h',
2193 'dom/custom/CustomElementProcessingStep.h', 2195 'dom/custom/CustomElementProcessingStep.h',
2194 'dom/custom/CustomElementRegistrationContext.cpp', 2196 'dom/custom/CustomElementRegistrationContext.cpp',
2195 'dom/custom/CustomElementRegistrationContext.h', 2197 'dom/custom/CustomElementRegistrationContext.h',
2196 'dom/custom/CustomElementRegistry.cpp', 2198 'dom/custom/CustomElementRegistry.cpp',
2197 'dom/custom/CustomElementRegistry.h', 2199 'dom/custom/CustomElementRegistry.h',
2198 'dom/custom/CustomElementScheduler.cpp', 2200 'dom/custom/CustomElementScheduler.cpp',
2199 'dom/custom/CustomElementScheduler.h', 2201 'dom/custom/CustomElementScheduler.h',
2202 'dom/custom/CustomElementSyncMicrotaskQueue.cpp',
2203 'dom/custom/CustomElementSyncMicrotaskQueue.h',
2200 'dom/custom/CustomElementUpgradeCandidateMap.cpp', 2204 'dom/custom/CustomElementUpgradeCandidateMap.cpp',
2201 'dom/custom/CustomElementUpgradeCandidateMap.h', 2205 'dom/custom/CustomElementUpgradeCandidateMap.h',
2202 'dom/shadow/ComposedTreeWalker.cpp', 2206 'dom/shadow/ComposedTreeWalker.cpp',
2203 'dom/shadow/ComposedTreeWalker.h', 2207 'dom/shadow/ComposedTreeWalker.h',
2204 'dom/shadow/ContentDistribution.cpp', 2208 'dom/shadow/ContentDistribution.cpp',
2205 'dom/shadow/ContentDistribution.h', 2209 'dom/shadow/ContentDistribution.h',
2206 'dom/shadow/ElementShadow.cpp', 2210 'dom/shadow/ElementShadow.cpp',
2207 'dom/shadow/ElementShadow.h', 2211 'dom/shadow/ElementShadow.h',
2208 'dom/shadow/InsertionPoint.cpp', 2212 'dom/shadow/InsertionPoint.cpp',
2209 'dom/shadow/InsertionPoint.h', 2213 'dom/shadow/InsertionPoint.h',
(...skipping 1221 matching lines...) Expand 10 before | Expand all | Expand 10 after
3431 'loader/MixedContentCheckerTest.cpp', 3435 'loader/MixedContentCheckerTest.cpp',
3432 'page/NetworkStateNotifierTest.cpp', 3436 'page/NetworkStateNotifierTest.cpp',
3433 'rendering/RenderOverflowTest.cpp', 3437 'rendering/RenderOverflowTest.cpp',
3434 'rendering/shapes/BoxShapeTest.cpp', 3438 'rendering/shapes/BoxShapeTest.cpp',
3435 'testing/UnitTestHelpers.cpp', 3439 'testing/UnitTestHelpers.cpp',
3436 'testing/UnitTestHelpers.h', 3440 'testing/UnitTestHelpers.h',
3437 'xml/parser/SharedBufferReaderTest.cpp', 3441 'xml/parser/SharedBufferReaderTest.cpp',
3438 ], 3442 ],
3439 } 3443 }
3440 } 3444 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/dom/custom/CustomElementAsyncImportMicrotaskQueue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698