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

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

Issue 129123002: Revert of "Revert of Moved text decoding to the parser thread" (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase 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
« no previous file with comments | « no previous file | Source/core/dom/DecodedDataDocumentParser.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 '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 991 matching lines...) Expand 10 before | Expand all | Expand 10 after
1002 'fetch/ResourceLoader.h', 1002 'fetch/ResourceLoader.h',
1003 'fetch/ResourceLoaderOptions.h', 1003 'fetch/ResourceLoaderOptions.h',
1004 'fetch/ResourceLoaderSet.cpp', 1004 'fetch/ResourceLoaderSet.cpp',
1005 'fetch/ResourceLoaderSet.h', 1005 'fetch/ResourceLoaderSet.h',
1006 'fetch/ResourcePtr.cpp', 1006 'fetch/ResourcePtr.cpp',
1007 'fetch/ResourcePtr.h', 1007 'fetch/ResourcePtr.h',
1008 'fetch/ScriptResource.cpp', 1008 'fetch/ScriptResource.cpp',
1009 'fetch/ScriptResource.h', 1009 'fetch/ScriptResource.h',
1010 'fetch/ShaderResource.cpp', 1010 'fetch/ShaderResource.cpp',
1011 'fetch/ShaderResource.h', 1011 'fetch/ShaderResource.h',
1012 'fetch/TextResourceDecoder.cpp',
1013 'fetch/TextResourceDecoder.h',
1014 'fetch/XSLStyleSheetResource.cpp', 1012 'fetch/XSLStyleSheetResource.cpp',
1015 'fetch/XSLStyleSheetResource.h', 1013 'fetch/XSLStyleSheetResource.h',
1016 'fileapi/Blob.cpp', 1014 'fileapi/Blob.cpp',
1017 'fileapi/Blob.h', 1015 'fileapi/Blob.h',
1018 'fileapi/File.cpp', 1016 'fileapi/File.cpp',
1019 'fileapi/File.h', 1017 'fileapi/File.h',
1020 'fileapi/FileError.cpp', 1018 'fileapi/FileError.cpp',
1021 'fileapi/FileError.h', 1019 'fileapi/FileError.h',
1022 'fileapi/FileList.cpp', 1020 'fileapi/FileList.cpp',
1023 'fileapi/FileList.h', 1021 'fileapi/FileList.h',
(...skipping 848 matching lines...) Expand 10 before | Expand all | Expand 10 after
1872 'dom/CrossThreadTask.h', 1870 'dom/CrossThreadTask.h',
1873 'dom/DatasetDOMStringMap.cpp', 1871 'dom/DatasetDOMStringMap.cpp',
1874 'dom/DatasetDOMStringMap.h', 1872 'dom/DatasetDOMStringMap.h',
1875 'dom/DataTransferItem.cpp', 1873 'dom/DataTransferItem.cpp',
1876 'dom/DataTransferItem.h', 1874 'dom/DataTransferItem.h',
1877 'dom/DataTransferItemList.cpp', 1875 'dom/DataTransferItemList.cpp',
1878 'dom/DataTransferItemList.h', 1876 'dom/DataTransferItemList.h',
1879 'dom/DecodedDataDocumentParser.cpp', 1877 'dom/DecodedDataDocumentParser.cpp',
1880 'dom/DecodedDataDocumentParser.h', 1878 'dom/DecodedDataDocumentParser.h',
1881 'dom/Document.cpp', 1879 'dom/Document.cpp',
1880 'dom/DocumentEncodingData.cpp',
1882 'dom/DocumentEncodingData.h', 1881 'dom/DocumentEncodingData.h',
1883 'dom/DocumentFragment.cpp', 1882 'dom/DocumentFragment.cpp',
1884 'dom/DocumentFullscreen.cpp', 1883 'dom/DocumentFullscreen.cpp',
1885 'dom/DocumentFullscreen.h', 1884 'dom/DocumentFullscreen.h',
1886 'dom/DocumentInit.cpp', 1885 'dom/DocumentInit.cpp',
1887 'dom/DocumentInit.h', 1886 'dom/DocumentInit.h',
1888 'dom/DocumentLifecycle.cpp', 1887 'dom/DocumentLifecycle.cpp',
1889 'dom/DocumentLifecycle.h', 1888 'dom/DocumentLifecycle.h',
1890 'dom/DocumentLifecycleNotifier.cpp', 1889 'dom/DocumentLifecycleNotifier.cpp',
1891 'dom/DocumentLifecycleNotifier.h', 1890 'dom/DocumentLifecycleNotifier.h',
(...skipping 729 matching lines...) Expand 10 before | Expand all | Expand 10 after
2621 'html/parser/HTMLTreeBuilder.cpp', 2620 'html/parser/HTMLTreeBuilder.cpp',
2622 'html/parser/HTMLTreeBuilder.h', 2621 'html/parser/HTMLTreeBuilder.h',
2623 'html/parser/HTMLTreeBuilderSimulator.cpp', 2622 'html/parser/HTMLTreeBuilderSimulator.cpp',
2624 'html/parser/HTMLTreeBuilderSimulator.h', 2623 'html/parser/HTMLTreeBuilderSimulator.h',
2625 'html/parser/HTMLViewSourceParser.cpp', 2624 'html/parser/HTMLViewSourceParser.cpp',
2626 'html/parser/HTMLViewSourceParser.h', 2625 'html/parser/HTMLViewSourceParser.h',
2627 'html/parser/InputStreamPreprocessor.h', 2626 'html/parser/InputStreamPreprocessor.h',
2628 'html/parser/NestingLevelIncrementer.h', 2627 'html/parser/NestingLevelIncrementer.h',
2629 'html/parser/TextDocumentParser.cpp', 2628 'html/parser/TextDocumentParser.cpp',
2630 'html/parser/TextDocumentParser.h', 2629 'html/parser/TextDocumentParser.h',
2630 'html/parser/TextResourceDecoder.cpp',
2631 'html/parser/TextResourceDecoder.h',
2631 'html/parser/XSSAuditor.cpp', 2632 'html/parser/XSSAuditor.cpp',
2632 'html/parser/XSSAuditor.h', 2633 'html/parser/XSSAuditor.h',
2633 'html/parser/XSSAuditorDelegate.cpp', 2634 'html/parser/XSSAuditorDelegate.cpp',
2634 'html/parser/XSSAuditorDelegate.h', 2635 'html/parser/XSSAuditorDelegate.h',
2635 'html/shadow/PickerIndicatorElement.cpp', 2636 'html/shadow/PickerIndicatorElement.cpp',
2636 'html/shadow/PickerIndicatorElement.h', 2637 'html/shadow/PickerIndicatorElement.h',
2637 'html/shadow/ClearButtonElement.cpp', 2638 'html/shadow/ClearButtonElement.cpp',
2638 'html/shadow/ClearButtonElement.h', 2639 'html/shadow/ClearButtonElement.h',
2639 'html/shadow/DateTimeEditElement.cpp', 2640 'html/shadow/DateTimeEditElement.cpp',
2640 'html/shadow/DateTimeEditElement.h', 2641 'html/shadow/DateTimeEditElement.h',
(...skipping 620 matching lines...) Expand 10 before | Expand all | Expand 10 after
3261 'html/track/vtt/BufferedLineReaderTest.cpp', 3262 'html/track/vtt/BufferedLineReaderTest.cpp',
3262 'html/track/vtt/VTTScannerTest.cpp', 3263 'html/track/vtt/VTTScannerTest.cpp',
3263 'frame/ImageBitmapTest.cpp', 3264 'frame/ImageBitmapTest.cpp',
3264 'rendering/RenderOverflowTest.cpp', 3265 'rendering/RenderOverflowTest.cpp',
3265 'rendering/shapes/BoxShapeTest.cpp', 3266 'rendering/shapes/BoxShapeTest.cpp',
3266 'testing/UnitTestHelpers.h', 3267 'testing/UnitTestHelpers.h',
3267 'testing/UnitTestHelpers.cpp', 3268 'testing/UnitTestHelpers.cpp',
3268 ], 3269 ],
3269 } 3270 }
3270 } 3271 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/dom/DecodedDataDocumentParser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698