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

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

Issue 238923009: HTML Imports: No more BlockingDocumentCreation. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed the build breakage Created 6 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 | 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/AnimationPlayer.idl', 6 'animation/AnimationPlayer.idl',
7 'animation/TimedItem.idl', 7 'animation/TimedItem.idl',
8 'animation/Timeline.idl', 8 'animation/Timeline.idl',
9 'animation/Timing.idl', 9 'animation/Timing.idl',
10 'clipboard/DataTransfer.idl', 10 'clipboard/DataTransfer.idl',
(...skipping 2153 matching lines...) Expand 10 before | Expand all | Expand 10 after
2164 'dom/custom/CustomElementObserver.h', 2164 'dom/custom/CustomElementObserver.h',
2165 'dom/custom/CustomElementProcessingStep.h', 2165 'dom/custom/CustomElementProcessingStep.h',
2166 'dom/custom/CustomElementRegistrationContext.cpp', 2166 'dom/custom/CustomElementRegistrationContext.cpp',
2167 'dom/custom/CustomElementRegistrationContext.h', 2167 'dom/custom/CustomElementRegistrationContext.h',
2168 'dom/custom/CustomElementRegistry.cpp', 2168 'dom/custom/CustomElementRegistry.cpp',
2169 'dom/custom/CustomElementRegistry.h', 2169 'dom/custom/CustomElementRegistry.h',
2170 'dom/custom/CustomElementScheduler.cpp', 2170 'dom/custom/CustomElementScheduler.cpp',
2171 'dom/custom/CustomElementScheduler.h', 2171 'dom/custom/CustomElementScheduler.h',
2172 'dom/custom/CustomElementUpgradeCandidateMap.cpp', 2172 'dom/custom/CustomElementUpgradeCandidateMap.cpp',
2173 'dom/custom/CustomElementUpgradeCandidateMap.h', 2173 'dom/custom/CustomElementUpgradeCandidateMap.h',
2174 'dom/custom/RefCountedCustomElementMicrotaskQueue.h',
2174 'dom/shadow/ComposedTreeWalker.cpp', 2175 'dom/shadow/ComposedTreeWalker.cpp',
2175 'dom/shadow/ComposedTreeWalker.h', 2176 'dom/shadow/ComposedTreeWalker.h',
2176 'dom/shadow/ContentDistribution.cpp', 2177 'dom/shadow/ContentDistribution.cpp',
2177 'dom/shadow/ContentDistribution.h', 2178 'dom/shadow/ContentDistribution.h',
2178 'dom/shadow/ElementShadow.cpp', 2179 'dom/shadow/ElementShadow.cpp',
2179 'dom/shadow/ElementShadow.h', 2180 'dom/shadow/ElementShadow.h',
2180 'dom/shadow/InsertionPoint.cpp', 2181 'dom/shadow/InsertionPoint.cpp',
2181 'dom/shadow/InsertionPoint.h', 2182 'dom/shadow/InsertionPoint.h',
2182 'dom/shadow/SelectRuleFeatureSet.cpp', 2183 'dom/shadow/SelectRuleFeatureSet.cpp',
2183 'dom/shadow/SelectRuleFeatureSet.h', 2184 'dom/shadow/SelectRuleFeatureSet.h',
(...skipping 1198 matching lines...) Expand 10 before | Expand all | Expand 10 after
3382 'html/track/vtt/BufferedLineReaderTest.cpp', 3383 'html/track/vtt/BufferedLineReaderTest.cpp',
3383 'html/track/vtt/VTTScannerTest.cpp', 3384 'html/track/vtt/VTTScannerTest.cpp',
3384 'rendering/RenderOverflowTest.cpp', 3385 'rendering/RenderOverflowTest.cpp',
3385 'rendering/shapes/BoxShapeTest.cpp', 3386 'rendering/shapes/BoxShapeTest.cpp',
3386 'testing/UnitTestHelpers.cpp', 3387 'testing/UnitTestHelpers.cpp',
3387 'testing/UnitTestHelpers.h', 3388 'testing/UnitTestHelpers.h',
3388 'xml/parser/SharedBufferReaderTest.cpp', 3389 'xml/parser/SharedBufferReaderTest.cpp',
3389 ], 3390 ],
3390 } 3391 }
3391 } 3392 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698