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

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

Issue 74513003: Moved text decoding to the parser thread (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@parserthread_step25
Patch Set: Rebase 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/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 982 matching lines...) Expand 10 before | Expand all | Expand 10 after
993 'fetch/ResourceLoaderSet.h', 993 'fetch/ResourceLoaderSet.h',
994 'fetch/ResourceLoadPriorityOptimizer.cpp', 994 'fetch/ResourceLoadPriorityOptimizer.cpp',
995 'fetch/ResourceLoadPriorityOptimizer.h', 995 'fetch/ResourceLoadPriorityOptimizer.h',
996 'fetch/ResourcePtr.cpp', 996 'fetch/ResourcePtr.cpp',
997 'fetch/ResourcePtr.h', 997 'fetch/ResourcePtr.h',
998 'fetch/FetchInitiatorInfo.h', 998 'fetch/FetchInitiatorInfo.h',
999 'fetch/ScriptResource.cpp', 999 'fetch/ScriptResource.cpp',
1000 'fetch/ScriptResource.h', 1000 'fetch/ScriptResource.h',
1001 'fetch/ShaderResource.cpp', 1001 'fetch/ShaderResource.cpp',
1002 'fetch/ShaderResource.h', 1002 'fetch/ShaderResource.h',
1003 'fetch/TextResourceDecoder.cpp',
1004 'fetch/TextResourceDecoder.h',
1005 'fetch/XSLStyleSheetResource.cpp', 1003 'fetch/XSLStyleSheetResource.cpp',
1006 'fetch/XSLStyleSheetResource.h', 1004 'fetch/XSLStyleSheetResource.h',
1007 'fetch/MemoryCache.cpp', 1005 'fetch/MemoryCache.cpp',
1008 'fetch/MemoryCache.h', 1006 'fetch/MemoryCache.h',
1009 'fileapi/Blob.cpp', 1007 'fileapi/Blob.cpp',
1010 'fileapi/Blob.h', 1008 'fileapi/Blob.h',
1011 'fileapi/BlobBuilder.cpp', 1009 'fileapi/BlobBuilder.cpp',
1012 'fileapi/BlobBuilder.h', 1010 'fileapi/BlobBuilder.h',
1013 'fileapi/File.cpp', 1011 'fileapi/File.cpp',
1014 'fileapi/File.h', 1012 'fileapi/File.h',
(...skipping 838 matching lines...) Expand 10 before | Expand all | Expand 10 after
1853 'dom/CrossThreadTask.h', 1851 'dom/CrossThreadTask.h',
1854 'dom/DatasetDOMStringMap.cpp', 1852 'dom/DatasetDOMStringMap.cpp',
1855 'dom/DatasetDOMStringMap.h', 1853 'dom/DatasetDOMStringMap.h',
1856 'dom/DataTransferItem.cpp', 1854 'dom/DataTransferItem.cpp',
1857 'dom/DataTransferItem.h', 1855 'dom/DataTransferItem.h',
1858 'dom/DataTransferItemList.cpp', 1856 'dom/DataTransferItemList.cpp',
1859 'dom/DataTransferItemList.h', 1857 'dom/DataTransferItemList.h',
1860 'dom/DecodedDataDocumentParser.cpp', 1858 'dom/DecodedDataDocumentParser.cpp',
1861 'dom/DecodedDataDocumentParser.h', 1859 'dom/DecodedDataDocumentParser.h',
1862 'dom/Document.cpp', 1860 'dom/Document.cpp',
1861 'dom/DocumentEncodingData.cpp',
1863 'dom/DocumentEncodingData.h', 1862 'dom/DocumentEncodingData.h',
1864 'dom/DocumentFragment.cpp', 1863 'dom/DocumentFragment.cpp',
1865 'dom/DocumentFullscreen.cpp', 1864 'dom/DocumentFullscreen.cpp',
1866 'dom/DocumentFullscreen.h', 1865 'dom/DocumentFullscreen.h',
1867 'dom/DocumentInit.cpp', 1866 'dom/DocumentInit.cpp',
1868 'dom/DocumentInit.h', 1867 'dom/DocumentInit.h',
1869 'dom/DocumentLifecycle.cpp', 1868 'dom/DocumentLifecycle.cpp',
1870 'dom/DocumentLifecycle.h', 1869 'dom/DocumentLifecycle.h',
1871 'dom/DocumentLifecycleNotifier.cpp', 1870 'dom/DocumentLifecycleNotifier.cpp',
1872 'dom/DocumentLifecycleNotifier.h', 1871 'dom/DocumentLifecycleNotifier.h',
(...skipping 722 matching lines...) Expand 10 before | Expand all | Expand 10 after
2595 'html/parser/HTMLTreeBuilder.cpp', 2594 'html/parser/HTMLTreeBuilder.cpp',
2596 'html/parser/HTMLTreeBuilder.h', 2595 'html/parser/HTMLTreeBuilder.h',
2597 'html/parser/HTMLTreeBuilderSimulator.cpp', 2596 'html/parser/HTMLTreeBuilderSimulator.cpp',
2598 'html/parser/HTMLTreeBuilderSimulator.h', 2597 'html/parser/HTMLTreeBuilderSimulator.h',
2599 'html/parser/HTMLViewSourceParser.cpp', 2598 'html/parser/HTMLViewSourceParser.cpp',
2600 'html/parser/HTMLViewSourceParser.h', 2599 'html/parser/HTMLViewSourceParser.h',
2601 'html/parser/InputStreamPreprocessor.h', 2600 'html/parser/InputStreamPreprocessor.h',
2602 'html/parser/NestingLevelIncrementer.h', 2601 'html/parser/NestingLevelIncrementer.h',
2603 'html/parser/TextDocumentParser.cpp', 2602 'html/parser/TextDocumentParser.cpp',
2604 'html/parser/TextDocumentParser.h', 2603 'html/parser/TextDocumentParser.h',
2604 'html/parser/TextResourceDecoder.cpp',
2605 'html/parser/TextResourceDecoder.h',
2605 'html/parser/XSSAuditor.cpp', 2606 'html/parser/XSSAuditor.cpp',
2606 'html/parser/XSSAuditor.h', 2607 'html/parser/XSSAuditor.h',
2607 'html/parser/XSSAuditorDelegate.cpp', 2608 'html/parser/XSSAuditorDelegate.cpp',
2608 'html/parser/XSSAuditorDelegate.h', 2609 'html/parser/XSSAuditorDelegate.h',
2609 'html/shadow/PickerIndicatorElement.cpp', 2610 'html/shadow/PickerIndicatorElement.cpp',
2610 'html/shadow/PickerIndicatorElement.h', 2611 'html/shadow/PickerIndicatorElement.h',
2611 'html/shadow/ClearButtonElement.cpp', 2612 'html/shadow/ClearButtonElement.cpp',
2612 'html/shadow/ClearButtonElement.h', 2613 'html/shadow/ClearButtonElement.h',
2613 'html/shadow/DateTimeEditElement.cpp', 2614 'html/shadow/DateTimeEditElement.cpp',
2614 'html/shadow/DateTimeEditElement.h', 2615 'html/shadow/DateTimeEditElement.h',
(...skipping 634 matching lines...) Expand 10 before | Expand all | Expand 10 after
3249 'platform/animation/TimingFunctionTestHelper.h', 3250 'platform/animation/TimingFunctionTestHelper.h',
3250 'platform/animation/TimingFunctionTestHelper.cpp', 3251 'platform/animation/TimingFunctionTestHelper.cpp',
3251 'platform/animation/TimingFunctionTestHelperTest.cpp', 3252 'platform/animation/TimingFunctionTestHelperTest.cpp',
3252 'rendering/RenderOverflowTest.cpp', 3253 'rendering/RenderOverflowTest.cpp',
3253 'rendering/shapes/BoxShapeTest.cpp', 3254 'rendering/shapes/BoxShapeTest.cpp',
3254 'testing/UnitTestHelpers.h', 3255 'testing/UnitTestHelpers.h',
3255 'testing/UnitTestHelpers.cpp', 3256 'testing/UnitTestHelpers.cpp',
3256 ], 3257 ],
3257 } 3258 }
3258 } 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