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

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

Issue 2379943002: Revert "Make HTML tree builder simulator switch modes at HTML integration points" (Closed)
Patch Set: Created 4 years, 2 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/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/AnimationEffectReadOnly.idl', 9 'animation/AnimationEffectReadOnly.idl',
10 'animation/AnimationEffectTiming.idl', 10 'animation/AnimationEffectTiming.idl',
(...skipping 4199 matching lines...) Expand 10 before | Expand all | Expand 10 after
4210 'html/parser/AtomicHTMLTokenTest.cpp', 4210 'html/parser/AtomicHTMLTokenTest.cpp',
4211 'html/parser/CompactHTMLTokenTest.cpp', 4211 'html/parser/CompactHTMLTokenTest.cpp',
4212 'html/parser/HTMLDocumentParserTest.cpp', 4212 'html/parser/HTMLDocumentParserTest.cpp',
4213 'html/parser/HTMLEntityParserTest.cpp', 4213 'html/parser/HTMLEntityParserTest.cpp',
4214 'html/parser/HTMLParserIdiomsTest.cpp', 4214 'html/parser/HTMLParserIdiomsTest.cpp',
4215 'html/parser/HTMLParserThreadTest.cpp', 4215 'html/parser/HTMLParserThreadTest.cpp',
4216 'html/parser/HTMLPreloadScannerTest.cpp', 4216 'html/parser/HTMLPreloadScannerTest.cpp',
4217 'html/parser/HTMLResourcePreloaderTest.cpp', 4217 'html/parser/HTMLResourcePreloaderTest.cpp',
4218 'html/parser/HTMLSrcsetParserTest.cpp', 4218 'html/parser/HTMLSrcsetParserTest.cpp',
4219 'html/parser/HTMLTokenizerTest.cpp', 4219 'html/parser/HTMLTokenizerTest.cpp',
4220 'html/parser/HTMLTreeBuilderSimulatorTest.cpp',
4221 'html/parser/TextResourceDecoderTest.cpp', 4220 'html/parser/TextResourceDecoderTest.cpp',
4222 'html/shadow/MediaControlsTest.cpp', 4221 'html/shadow/MediaControlsTest.cpp',
4223 'html/track/TextTrackListTest.cpp', 4222 'html/track/TextTrackListTest.cpp',
4224 'html/track/vtt/BufferedLineReaderTest.cpp', 4223 'html/track/vtt/BufferedLineReaderTest.cpp',
4225 'html/track/vtt/VTTScannerTest.cpp', 4224 'html/track/vtt/VTTScannerTest.cpp',
4226 'input/EventHandlerTest.cpp', 4225 'input/EventHandlerTest.cpp',
4227 'layout/ImageQualityControllerTest.cpp', 4226 'layout/ImageQualityControllerTest.cpp',
4228 'layout/InlineTextBoxTest.cpp', 4227 'layout/InlineTextBoxTest.cpp',
4229 'layout/LayoutBlockTest.cpp', 4228 'layout/LayoutBlockTest.cpp',
4230 'layout/LayoutBoxModelObjectTest.cpp', 4229 'layout/LayoutBoxModelObjectTest.cpp',
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
4298 'timing/MemoryInfoTest.cpp', 4297 'timing/MemoryInfoTest.cpp',
4299 'timing/PerformanceBaseTest.cpp', 4298 'timing/PerformanceBaseTest.cpp',
4300 'timing/PerformanceObserverTest.cpp', 4299 'timing/PerformanceObserverTest.cpp',
4301 'workers/DedicatedWorkerTest.cpp', 4300 'workers/DedicatedWorkerTest.cpp',
4302 'workers/WorkerThreadTest.cpp', 4301 'workers/WorkerThreadTest.cpp',
4303 'workers/WorkerThreadTestHelper.h', 4302 'workers/WorkerThreadTestHelper.h',
4304 'xml/parser/SharedBufferReaderTest.cpp', 4303 'xml/parser/SharedBufferReaderTest.cpp',
4305 ], 4304 ],
4306 } 4305 }
4307 } 4306 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698