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

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

Issue 133273007: Revert "Moved text decoding to the parser thread" (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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 986 matching lines...) Expand 10 before | Expand all | Expand 10 after
997 'fetch/ResourceLoader.h', 997 'fetch/ResourceLoader.h',
998 'fetch/ResourceLoaderOptions.h', 998 'fetch/ResourceLoaderOptions.h',
999 'fetch/ResourceLoaderSet.cpp', 999 'fetch/ResourceLoaderSet.cpp',
1000 'fetch/ResourceLoaderSet.h', 1000 'fetch/ResourceLoaderSet.h',
1001 'fetch/ResourcePtr.cpp', 1001 'fetch/ResourcePtr.cpp',
1002 'fetch/ResourcePtr.h', 1002 'fetch/ResourcePtr.h',
1003 'fetch/ScriptResource.cpp', 1003 'fetch/ScriptResource.cpp',
1004 'fetch/ScriptResource.h', 1004 'fetch/ScriptResource.h',
1005 'fetch/ShaderResource.cpp', 1005 'fetch/ShaderResource.cpp',
1006 'fetch/ShaderResource.h', 1006 'fetch/ShaderResource.h',
1007 'fetch/TextResourceDecoder.cpp',
1008 'fetch/TextResourceDecoder.h',
1007 'fetch/XSLStyleSheetResource.cpp', 1009 'fetch/XSLStyleSheetResource.cpp',
1008 'fetch/XSLStyleSheetResource.h', 1010 'fetch/XSLStyleSheetResource.h',
1009 'fileapi/Blob.cpp', 1011 'fileapi/Blob.cpp',
1010 'fileapi/Blob.h', 1012 'fileapi/Blob.h',
1011 'fileapi/File.cpp', 1013 'fileapi/File.cpp',
1012 'fileapi/File.h', 1014 'fileapi/File.h',
1013 'fileapi/FileError.cpp', 1015 'fileapi/FileError.cpp',
1014 'fileapi/FileError.h', 1016 'fileapi/FileError.h',
1015 'fileapi/FileList.cpp', 1017 'fileapi/FileList.cpp',
1016 'fileapi/FileList.h', 1018 'fileapi/FileList.h',
(...skipping 838 matching lines...) Expand 10 before | Expand all | Expand 10 after
1855 'dom/CrossThreadTask.h', 1857 'dom/CrossThreadTask.h',
1856 'dom/DatasetDOMStringMap.cpp', 1858 'dom/DatasetDOMStringMap.cpp',
1857 'dom/DatasetDOMStringMap.h', 1859 'dom/DatasetDOMStringMap.h',
1858 'dom/DataTransferItem.cpp', 1860 'dom/DataTransferItem.cpp',
1859 'dom/DataTransferItem.h', 1861 'dom/DataTransferItem.h',
1860 'dom/DataTransferItemList.cpp', 1862 'dom/DataTransferItemList.cpp',
1861 'dom/DataTransferItemList.h', 1863 'dom/DataTransferItemList.h',
1862 'dom/DecodedDataDocumentParser.cpp', 1864 'dom/DecodedDataDocumentParser.cpp',
1863 'dom/DecodedDataDocumentParser.h', 1865 'dom/DecodedDataDocumentParser.h',
1864 'dom/Document.cpp', 1866 'dom/Document.cpp',
1865 'dom/DocumentEncodingData.cpp',
1866 'dom/DocumentEncodingData.h', 1867 'dom/DocumentEncodingData.h',
1867 'dom/DocumentFragment.cpp', 1868 'dom/DocumentFragment.cpp',
1868 'dom/DocumentFullscreen.cpp', 1869 'dom/DocumentFullscreen.cpp',
1869 'dom/DocumentFullscreen.h', 1870 'dom/DocumentFullscreen.h',
1870 'dom/DocumentInit.cpp', 1871 'dom/DocumentInit.cpp',
1871 'dom/DocumentInit.h', 1872 'dom/DocumentInit.h',
1872 'dom/DocumentLifecycle.cpp', 1873 'dom/DocumentLifecycle.cpp',
1873 'dom/DocumentLifecycle.h', 1874 'dom/DocumentLifecycle.h',
1874 'dom/DocumentLifecycleNotifier.cpp', 1875 'dom/DocumentLifecycleNotifier.cpp',
1875 'dom/DocumentLifecycleNotifier.h', 1876 'dom/DocumentLifecycleNotifier.h',
(...skipping 732 matching lines...) Expand 10 before | Expand all | Expand 10 after
2608 'html/parser/HTMLTreeBuilder.cpp', 2609 'html/parser/HTMLTreeBuilder.cpp',
2609 'html/parser/HTMLTreeBuilder.h', 2610 'html/parser/HTMLTreeBuilder.h',
2610 'html/parser/HTMLTreeBuilderSimulator.cpp', 2611 'html/parser/HTMLTreeBuilderSimulator.cpp',
2611 'html/parser/HTMLTreeBuilderSimulator.h', 2612 'html/parser/HTMLTreeBuilderSimulator.h',
2612 'html/parser/HTMLViewSourceParser.cpp', 2613 'html/parser/HTMLViewSourceParser.cpp',
2613 'html/parser/HTMLViewSourceParser.h', 2614 'html/parser/HTMLViewSourceParser.h',
2614 'html/parser/InputStreamPreprocessor.h', 2615 'html/parser/InputStreamPreprocessor.h',
2615 'html/parser/NestingLevelIncrementer.h', 2616 'html/parser/NestingLevelIncrementer.h',
2616 'html/parser/TextDocumentParser.cpp', 2617 'html/parser/TextDocumentParser.cpp',
2617 'html/parser/TextDocumentParser.h', 2618 'html/parser/TextDocumentParser.h',
2618 'html/parser/TextResourceDecoder.cpp',
2619 'html/parser/TextResourceDecoder.h',
2620 'html/parser/XSSAuditor.cpp', 2619 'html/parser/XSSAuditor.cpp',
2621 'html/parser/XSSAuditor.h', 2620 'html/parser/XSSAuditor.h',
2622 'html/parser/XSSAuditorDelegate.cpp', 2621 'html/parser/XSSAuditorDelegate.cpp',
2623 'html/parser/XSSAuditorDelegate.h', 2622 'html/parser/XSSAuditorDelegate.h',
2624 'html/shadow/PickerIndicatorElement.cpp', 2623 'html/shadow/PickerIndicatorElement.cpp',
2625 'html/shadow/PickerIndicatorElement.h', 2624 'html/shadow/PickerIndicatorElement.h',
2626 'html/shadow/ClearButtonElement.cpp', 2625 'html/shadow/ClearButtonElement.cpp',
2627 'html/shadow/ClearButtonElement.h', 2626 'html/shadow/ClearButtonElement.h',
2628 'html/shadow/DateTimeEditElement.cpp', 2627 'html/shadow/DateTimeEditElement.cpp',
2629 'html/shadow/DateTimeEditElement.h', 2628 'html/shadow/DateTimeEditElement.h',
(...skipping 621 matching lines...) Expand 10 before | Expand all | Expand 10 after
3251 'html/track/vtt/BufferedLineReaderTest.cpp', 3250 'html/track/vtt/BufferedLineReaderTest.cpp',
3252 'html/track/vtt/VTTScannerTest.cpp', 3251 'html/track/vtt/VTTScannerTest.cpp',
3253 'frame/ImageBitmapTest.cpp', 3252 'frame/ImageBitmapTest.cpp',
3254 'rendering/RenderOverflowTest.cpp', 3253 'rendering/RenderOverflowTest.cpp',
3255 'rendering/shapes/BoxShapeTest.cpp', 3254 'rendering/shapes/BoxShapeTest.cpp',
3256 'testing/UnitTestHelpers.h', 3255 'testing/UnitTestHelpers.h',
3257 'testing/UnitTestHelpers.cpp', 3256 'testing/UnitTestHelpers.cpp',
3258 ], 3257 ],
3259 } 3258 }
3260 } 3259 }
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