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

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: Missing include Created 7 years 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
« no previous file with comments | « no previous file | Source/core/dom/DocumentParser.h » ('j') | Source/core/dom/DocumentParser.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'core_idl_files': [ 3 'core_idl_files': [
4 'animation/ElementAnimation.idl', 4 'animation/ElementAnimation.idl',
5 'css/CSS.idl', 5 'css/CSS.idl',
6 'css/CSSCharsetRule.idl', 6 'css/CSSCharsetRule.idl',
7 'css/CSSFontFaceLoadEvent.idl', 7 'css/CSSFontFaceLoadEvent.idl',
8 'css/CSSFontFaceRule.idl', 8 'css/CSSFontFaceRule.idl',
9 'css/CSSImportRule.idl', 9 'css/CSSImportRule.idl',
10 'css/CSSKeyframeRule.idl', 10 'css/CSSKeyframeRule.idl',
(...skipping 2556 matching lines...) Expand 10 before | Expand all | Expand 10 after
2567 'html/parser/HTMLFormattingElementList.cpp', 2567 'html/parser/HTMLFormattingElementList.cpp',
2568 'html/parser/HTMLFormattingElementList.h', 2568 'html/parser/HTMLFormattingElementList.h',
2569 'html/parser/HTMLInputStream.h', 2569 'html/parser/HTMLInputStream.h',
2570 'html/parser/HTMLMetaCharsetParser.cpp', 2570 'html/parser/HTMLMetaCharsetParser.cpp',
2571 'html/parser/HTMLMetaCharsetParser.h', 2571 'html/parser/HTMLMetaCharsetParser.h',
2572 'html/parser/HTMLParserIdioms.cpp', 2572 'html/parser/HTMLParserIdioms.cpp',
2573 'html/parser/HTMLParserOptions.cpp', 2573 'html/parser/HTMLParserOptions.cpp',
2574 'html/parser/HTMLParserOptions.h', 2574 'html/parser/HTMLParserOptions.h',
2575 'html/parser/HTMLParserScheduler.cpp', 2575 'html/parser/HTMLParserScheduler.cpp',
2576 'html/parser/HTMLParserScheduler.h', 2576 'html/parser/HTMLParserScheduler.h',
2577 'html/parser/HTMLParserThread.cpp',
2578 'html/parser/HTMLParserThread.h',
2579 'html/parser/HTMLPreloadScanner.cpp', 2577 'html/parser/HTMLPreloadScanner.cpp',
2580 'html/parser/HTMLPreloadScanner.h', 2578 'html/parser/HTMLPreloadScanner.h',
2581 'html/parser/HTMLResourcePreloader.cpp', 2579 'html/parser/HTMLResourcePreloader.cpp',
2582 'html/parser/HTMLResourcePreloader.h', 2580 'html/parser/HTMLResourcePreloader.h',
2583 'html/parser/HTMLScriptRunner.cpp', 2581 'html/parser/HTMLScriptRunner.cpp',
2584 'html/parser/HTMLScriptRunner.h', 2582 'html/parser/HTMLScriptRunner.h',
2585 'html/parser/HTMLScriptRunnerHost.h', 2583 'html/parser/HTMLScriptRunnerHost.h',
2586 'html/parser/HTMLSourceTracker.cpp', 2584 'html/parser/HTMLSourceTracker.cpp',
2587 'html/parser/HTMLSourceTracker.h', 2585 'html/parser/HTMLSourceTracker.h',
2588 'html/parser/HTMLSrcsetParser.cpp', 2586 'html/parser/HTMLSrcsetParser.cpp',
(...skipping 661 matching lines...) Expand 10 before | Expand all | Expand 10 after
3250 'platform/animation/TimingFunctionTestHelper.h', 3248 'platform/animation/TimingFunctionTestHelper.h',
3251 'platform/animation/TimingFunctionTestHelper.cpp', 3249 'platform/animation/TimingFunctionTestHelper.cpp',
3252 'platform/animation/TimingFunctionTestHelperTest.cpp', 3250 'platform/animation/TimingFunctionTestHelperTest.cpp',
3253 'rendering/RenderOverflowTest.cpp', 3251 'rendering/RenderOverflowTest.cpp',
3254 'rendering/shapes/BoxShapeTest.cpp', 3252 'rendering/shapes/BoxShapeTest.cpp',
3255 'testing/UnitTestHelpers.h', 3253 'testing/UnitTestHelpers.h',
3256 'testing/UnitTestHelpers.cpp', 3254 'testing/UnitTestHelpers.cpp',
3257 ], 3255 ],
3258 } 3256 }
3259 } 3257 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/dom/DocumentParser.h » ('j') | Source/core/dom/DocumentParser.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698