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

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

Issue 288323004: HTML Imports: Get rid of needsProcessOrStop() from dom/custom/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Switched to two-queue approach Created 6 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 | Annotate | Revision Log
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 # Files for which bindings (.cpp and .h files) will be generated 3 # Files for which bindings (.cpp and .h files) will be generated
4 'core_idl_files': [ 4 'core_idl_files': [
5 'animation/Animation.idl', 5 'animation/Animation.idl',
6 'animation/AnimationEffect.idl', 6 'animation/AnimationEffect.idl',
7 'animation/AnimationPlayer.idl', 7 'animation/AnimationPlayer.idl',
8 'animation/AnimationSource.idl', 8 'animation/AnimationSource.idl',
9 'animation/AnimationTimeline.idl', 9 'animation/AnimationTimeline.idl',
10 'animation/Timing.idl', 10 'animation/Timing.idl',
(...skipping 2124 matching lines...) Expand 10 before | Expand all | Expand 10 after
2135 'dom/VisitedLinkState.cpp', 2135 'dom/VisitedLinkState.cpp',
2136 'dom/VisitedLinkState.h', 2136 'dom/VisitedLinkState.h',
2137 'dom/WeakNodeMap.cpp', 2137 'dom/WeakNodeMap.cpp',
2138 'dom/WeakNodeMap.h', 2138 'dom/WeakNodeMap.h',
2139 'dom/WheelController.cpp', 2139 'dom/WheelController.cpp',
2140 'dom/WheelController.h', 2140 'dom/WheelController.h',
2141 'dom/XMLDocument.cpp', 2141 'dom/XMLDocument.cpp',
2142 'dom/XMLDocument.h', 2142 'dom/XMLDocument.h',
2143 'dom/custom/CustomElement.cpp', 2143 'dom/custom/CustomElement.cpp',
2144 'dom/custom/CustomElement.h', 2144 'dom/custom/CustomElement.h',
2145 'dom/custom/CustomElementAsyncImportMicrotaskQueue.cpp',
2146 'dom/custom/CustomElementAsyncImportMicrotaskQueue.h',
2145 'dom/custom/CustomElementCallbackDispatcher.cpp', 2147 'dom/custom/CustomElementCallbackDispatcher.cpp',
2146 'dom/custom/CustomElementCallbackDispatcher.h', 2148 'dom/custom/CustomElementCallbackDispatcher.h',
2147 'dom/custom/CustomElementCallbackInvocation.cpp', 2149 'dom/custom/CustomElementCallbackInvocation.cpp',
2148 'dom/custom/CustomElementCallbackInvocation.h', 2150 'dom/custom/CustomElementCallbackInvocation.h',
2149 'dom/custom/CustomElementCallbackQueue.cpp', 2151 'dom/custom/CustomElementCallbackQueue.cpp',
2150 'dom/custom/CustomElementCallbackQueue.h', 2152 'dom/custom/CustomElementCallbackQueue.h',
2151 'dom/custom/CustomElementDefinition.cpp', 2153 'dom/custom/CustomElementDefinition.cpp',
2152 'dom/custom/CustomElementDefinition.h', 2154 'dom/custom/CustomElementDefinition.h',
2153 'dom/custom/CustomElementDescriptor.h', 2155 'dom/custom/CustomElementDescriptor.h',
2154 'dom/custom/CustomElementDescriptorHash.h', 2156 'dom/custom/CustomElementDescriptorHash.h',
(...skipping 1235 matching lines...) Expand 10 before | Expand all | Expand 10 after
3390 'loader/MixedContentCheckerTest.cpp', 3392 'loader/MixedContentCheckerTest.cpp',
3391 'page/NetworkStateNotifierTest.cpp', 3393 'page/NetworkStateNotifierTest.cpp',
3392 'rendering/RenderOverflowTest.cpp', 3394 'rendering/RenderOverflowTest.cpp',
3393 'rendering/shapes/BoxShapeTest.cpp', 3395 'rendering/shapes/BoxShapeTest.cpp',
3394 'testing/UnitTestHelpers.cpp', 3396 'testing/UnitTestHelpers.cpp',
3395 'testing/UnitTestHelpers.h', 3397 'testing/UnitTestHelpers.h',
3396 'xml/parser/SharedBufferReaderTest.cpp', 3398 'xml/parser/SharedBufferReaderTest.cpp',
3397 ], 3399 ],
3398 } 3400 }
3399 } 3401 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698