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

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

Issue 1422233002: Revert of BackgroundHTMLParser: Introduce ParsedChunkQueue to pass ParsedChunks to main thread (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 | third_party/WebKit/Source/core/html/parser/BackgroundHTMLParser.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 3007 matching lines...) Expand 10 before | Expand all | Expand 10 after
3018 'html/parser/HTMLTokenizer.cpp', 3018 'html/parser/HTMLTokenizer.cpp',
3019 'html/parser/HTMLTokenizer.h', 3019 'html/parser/HTMLTokenizer.h',
3020 'html/parser/HTMLTreeBuilder.cpp', 3020 'html/parser/HTMLTreeBuilder.cpp',
3021 'html/parser/HTMLTreeBuilder.h', 3021 'html/parser/HTMLTreeBuilder.h',
3022 'html/parser/HTMLTreeBuilderSimulator.cpp', 3022 'html/parser/HTMLTreeBuilderSimulator.cpp',
3023 'html/parser/HTMLTreeBuilderSimulator.h', 3023 'html/parser/HTMLTreeBuilderSimulator.h',
3024 'html/parser/HTMLViewSourceParser.cpp', 3024 'html/parser/HTMLViewSourceParser.cpp',
3025 'html/parser/HTMLViewSourceParser.h', 3025 'html/parser/HTMLViewSourceParser.h',
3026 'html/parser/InputStreamPreprocessor.h', 3026 'html/parser/InputStreamPreprocessor.h',
3027 'html/parser/NestingLevelIncrementer.h', 3027 'html/parser/NestingLevelIncrementer.h',
3028 'html/parser/ParsedChunkQueue.cpp',
3029 'html/parser/ParsedChunkQueue.h',
3030 'html/parser/PreloadRequest.cpp', 3028 'html/parser/PreloadRequest.cpp',
3031 'html/parser/ResourcePreloader.cpp', 3029 'html/parser/ResourcePreloader.cpp',
3032 'html/parser/TextDocumentParser.cpp', 3030 'html/parser/TextDocumentParser.cpp',
3033 'html/parser/TextDocumentParser.h', 3031 'html/parser/TextDocumentParser.h',
3034 'html/parser/TextResourceDecoder.cpp', 3032 'html/parser/TextResourceDecoder.cpp',
3035 'html/parser/TextResourceDecoder.h', 3033 'html/parser/TextResourceDecoder.h',
3036 'html/parser/XSSAuditor.cpp', 3034 'html/parser/XSSAuditor.cpp',
3037 'html/parser/XSSAuditor.h', 3035 'html/parser/XSSAuditor.h',
3038 'html/parser/XSSAuditorDelegate.cpp', 3036 'html/parser/XSSAuditorDelegate.cpp',
3039 'html/parser/XSSAuditorDelegate.h', 3037 'html/parser/XSSAuditorDelegate.h',
(...skipping 847 matching lines...) Expand 10 before | Expand all | Expand 10 after
3887 'style/SVGComputedStyleTest.cpp', 3885 'style/SVGComputedStyleTest.cpp',
3888 'svg/SVGPathParserTest.cpp', 3886 'svg/SVGPathParserTest.cpp',
3889 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3887 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3890 'testing/PrivateScriptTestTest.cpp', 3888 'testing/PrivateScriptTestTest.cpp',
3891 'timing/MemoryInfoTest.cpp', 3889 'timing/MemoryInfoTest.cpp',
3892 'workers/WorkerThreadTest.cpp', 3890 'workers/WorkerThreadTest.cpp',
3893 'xml/parser/SharedBufferReaderTest.cpp', 3891 'xml/parser/SharedBufferReaderTest.cpp',
3894 ], 3892 ],
3895 } 3893 }
3896 } 3894 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/parser/BackgroundHTMLParser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698