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

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

Issue 100563004: Redirect HTML resource bytes directly to parser thread (Blink side CL) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@parserthread_decodermove
Patch Set: Cache parser thread pointer in HTMLDocumentParser Created 6 years, 11 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 '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/Player.idl', 6 'animation/Player.idl',
7 'animation/TimedItem.idl', 7 'animation/TimedItem.idl',
8 'css/CSS.idl', 8 'css/CSS.idl',
9 'css/CSSCharsetRule.idl', 9 'css/CSSCharsetRule.idl',
10 'css/CSSFontFaceLoadEvent.idl', 10 'css/CSSFontFaceLoadEvent.idl',
(...skipping 2594 matching lines...) Expand 10 before | Expand all | Expand 10 after
2605 'html/parser/HTMLFormattingElementList.cpp', 2605 'html/parser/HTMLFormattingElementList.cpp',
2606 'html/parser/HTMLFormattingElementList.h', 2606 'html/parser/HTMLFormattingElementList.h',
2607 'html/parser/HTMLInputStream.h', 2607 'html/parser/HTMLInputStream.h',
2608 'html/parser/HTMLMetaCharsetParser.cpp', 2608 'html/parser/HTMLMetaCharsetParser.cpp',
2609 'html/parser/HTMLMetaCharsetParser.h', 2609 'html/parser/HTMLMetaCharsetParser.h',
2610 'html/parser/HTMLParserIdioms.cpp', 2610 'html/parser/HTMLParserIdioms.cpp',
2611 'html/parser/HTMLParserOptions.cpp', 2611 'html/parser/HTMLParserOptions.cpp',
2612 'html/parser/HTMLParserOptions.h', 2612 'html/parser/HTMLParserOptions.h',
2613 'html/parser/HTMLParserScheduler.cpp', 2613 'html/parser/HTMLParserScheduler.cpp',
2614 'html/parser/HTMLParserScheduler.h', 2614 'html/parser/HTMLParserScheduler.h',
2615 'html/parser/HTMLParserThread.cpp',
2616 'html/parser/HTMLParserThread.h',
2617 'html/parser/HTMLPreloadScanner.cpp', 2615 'html/parser/HTMLPreloadScanner.cpp',
2618 'html/parser/HTMLPreloadScanner.h', 2616 'html/parser/HTMLPreloadScanner.h',
2619 'html/parser/HTMLResourcePreloader.cpp', 2617 'html/parser/HTMLResourcePreloader.cpp',
2620 'html/parser/HTMLResourcePreloader.h', 2618 'html/parser/HTMLResourcePreloader.h',
2621 'html/parser/HTMLScriptRunner.cpp', 2619 'html/parser/HTMLScriptRunner.cpp',
2622 'html/parser/HTMLScriptRunner.h', 2620 'html/parser/HTMLScriptRunner.h',
2623 'html/parser/HTMLScriptRunnerHost.h', 2621 'html/parser/HTMLScriptRunnerHost.h',
2624 'html/parser/HTMLSourceTracker.cpp', 2622 'html/parser/HTMLSourceTracker.cpp',
2625 'html/parser/HTMLSourceTracker.h', 2623 'html/parser/HTMLSourceTracker.h',
2626 'html/parser/HTMLSrcsetParser.cpp', 2624 'html/parser/HTMLSrcsetParser.cpp',
(...skipping 645 matching lines...) Expand 10 before | Expand all | Expand 10 after
3272 'html/track/vtt/BufferedLineReaderTest.cpp', 3270 'html/track/vtt/BufferedLineReaderTest.cpp',
3273 'html/track/vtt/VTTScannerTest.cpp', 3271 'html/track/vtt/VTTScannerTest.cpp',
3274 'frame/ImageBitmapTest.cpp', 3272 'frame/ImageBitmapTest.cpp',
3275 'rendering/RenderOverflowTest.cpp', 3273 'rendering/RenderOverflowTest.cpp',
3276 'rendering/shapes/BoxShapeTest.cpp', 3274 'rendering/shapes/BoxShapeTest.cpp',
3277 'testing/UnitTestHelpers.h', 3275 'testing/UnitTestHelpers.h',
3278 'testing/UnitTestHelpers.cpp', 3276 'testing/UnitTestHelpers.cpp',
3279 ], 3277 ],
3280 } 3278 }
3281 } 3279 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/fetch/ResourceLoader.h » ('j') | Source/core/html/parser/BackgroundHTMLParser.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698