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

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

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