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

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

Issue 141143007: Revert of Revert "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 # Files for which bindings (.cpp and .h files) will be generated 3 # Files for which bindings (.cpp and .h files) will be generated
4 'core_idl_files': [ 4 'core_idl_files': [
5 'animation/Animation.idl', 5 'animation/Animation.idl',
6 'animation/Player.idl', 6 'animation/Player.idl',
7 'animation/TimedItem.idl', 7 'animation/TimedItem.idl',
8 'css/CSS.idl', 8 'css/CSS.idl',
9 'css/CSSCharsetRule.idl', 9 'css/CSSCharsetRule.idl',
10 'css/CSSFontFaceLoadEvent.idl', 10 'css/CSSFontFaceLoadEvent.idl',
(...skipping 993 matching lines...) Expand 10 before | Expand all | Expand 10 after
1004 'fetch/ResourceLoader.h', 1004 'fetch/ResourceLoader.h',
1005 'fetch/ResourceLoaderOptions.h', 1005 'fetch/ResourceLoaderOptions.h',
1006 'fetch/ResourceLoaderSet.cpp', 1006 'fetch/ResourceLoaderSet.cpp',
1007 'fetch/ResourceLoaderSet.h', 1007 'fetch/ResourceLoaderSet.h',
1008 'fetch/ResourcePtr.cpp', 1008 'fetch/ResourcePtr.cpp',
1009 'fetch/ResourcePtr.h', 1009 'fetch/ResourcePtr.h',
1010 'fetch/ScriptResource.cpp', 1010 'fetch/ScriptResource.cpp',
1011 'fetch/ScriptResource.h', 1011 'fetch/ScriptResource.h',
1012 'fetch/ShaderResource.cpp', 1012 'fetch/ShaderResource.cpp',
1013 'fetch/ShaderResource.h', 1013 'fetch/ShaderResource.h',
1014 'fetch/TextResourceDecoder.cpp',
1015 'fetch/TextResourceDecoder.h',
1016 'fetch/XSLStyleSheetResource.cpp', 1014 'fetch/XSLStyleSheetResource.cpp',
1017 'fetch/XSLStyleSheetResource.h', 1015 'fetch/XSLStyleSheetResource.h',
1018 'fileapi/Blob.cpp', 1016 'fileapi/Blob.cpp',
1019 'fileapi/Blob.h', 1017 'fileapi/Blob.h',
1020 'fileapi/File.cpp', 1018 'fileapi/File.cpp',
1021 'fileapi/File.h', 1019 'fileapi/File.h',
1022 'fileapi/FileError.cpp', 1020 'fileapi/FileError.cpp',
1023 'fileapi/FileError.h', 1021 'fileapi/FileError.h',
1024 'fileapi/FileList.cpp', 1022 'fileapi/FileList.cpp',
1025 'fileapi/FileList.h', 1023 'fileapi/FileList.h',
(...skipping 847 matching lines...) Expand 10 before | Expand all | Expand 10 after
1873 'dom/DataObject.h', 1871 'dom/DataObject.h',
1874 'dom/DataObjectItem.cpp', 1872 'dom/DataObjectItem.cpp',
1875 'dom/DataObjectItem.h', 1873 'dom/DataObjectItem.h',
1876 'dom/DataTransferItem.cpp', 1874 'dom/DataTransferItem.cpp',
1877 'dom/DataTransferItem.h', 1875 'dom/DataTransferItem.h',
1878 'dom/DataTransferItemList.cpp', 1876 'dom/DataTransferItemList.cpp',
1879 'dom/DataTransferItemList.h', 1877 'dom/DataTransferItemList.h',
1880 'dom/DecodedDataDocumentParser.cpp', 1878 'dom/DecodedDataDocumentParser.cpp',
1881 'dom/DecodedDataDocumentParser.h', 1879 'dom/DecodedDataDocumentParser.h',
1882 'dom/Document.cpp', 1880 'dom/Document.cpp',
1881 'dom/DocumentEncodingData.cpp',
1883 'dom/DocumentEncodingData.h', 1882 'dom/DocumentEncodingData.h',
1884 'dom/DocumentFragment.cpp', 1883 'dom/DocumentFragment.cpp',
1885 'dom/DocumentFullscreen.cpp', 1884 'dom/DocumentFullscreen.cpp',
1886 'dom/DocumentFullscreen.h', 1885 'dom/DocumentFullscreen.h',
1887 'dom/DocumentInit.cpp', 1886 'dom/DocumentInit.cpp',
1888 'dom/DocumentInit.h', 1887 'dom/DocumentInit.h',
1889 'dom/DocumentLifecycle.cpp', 1888 'dom/DocumentLifecycle.cpp',
1890 'dom/DocumentLifecycle.h', 1889 'dom/DocumentLifecycle.h',
1891 'dom/DocumentLifecycleNotifier.cpp', 1890 'dom/DocumentLifecycleNotifier.cpp',
1892 'dom/DocumentLifecycleNotifier.h', 1891 'dom/DocumentLifecycleNotifier.h',
(...skipping 736 matching lines...) Expand 10 before | Expand all | Expand 10 after
2629 'html/parser/HTMLTreeBuilder.cpp', 2628 'html/parser/HTMLTreeBuilder.cpp',
2630 'html/parser/HTMLTreeBuilder.h', 2629 'html/parser/HTMLTreeBuilder.h',
2631 'html/parser/HTMLTreeBuilderSimulator.cpp', 2630 'html/parser/HTMLTreeBuilderSimulator.cpp',
2632 'html/parser/HTMLTreeBuilderSimulator.h', 2631 'html/parser/HTMLTreeBuilderSimulator.h',
2633 'html/parser/HTMLViewSourceParser.cpp', 2632 'html/parser/HTMLViewSourceParser.cpp',
2634 'html/parser/HTMLViewSourceParser.h', 2633 'html/parser/HTMLViewSourceParser.h',
2635 'html/parser/InputStreamPreprocessor.h', 2634 'html/parser/InputStreamPreprocessor.h',
2636 'html/parser/NestingLevelIncrementer.h', 2635 'html/parser/NestingLevelIncrementer.h',
2637 'html/parser/TextDocumentParser.cpp', 2636 'html/parser/TextDocumentParser.cpp',
2638 'html/parser/TextDocumentParser.h', 2637 'html/parser/TextDocumentParser.h',
2638 'html/parser/TextResourceDecoder.cpp',
2639 'html/parser/TextResourceDecoder.h',
2639 'html/parser/XSSAuditor.cpp', 2640 'html/parser/XSSAuditor.cpp',
2640 'html/parser/XSSAuditor.h', 2641 'html/parser/XSSAuditor.h',
2641 'html/parser/XSSAuditorDelegate.cpp', 2642 'html/parser/XSSAuditorDelegate.cpp',
2642 'html/parser/XSSAuditorDelegate.h', 2643 'html/parser/XSSAuditorDelegate.h',
2643 'html/shadow/PickerIndicatorElement.cpp', 2644 'html/shadow/PickerIndicatorElement.cpp',
2644 'html/shadow/PickerIndicatorElement.h', 2645 'html/shadow/PickerIndicatorElement.h',
2645 'html/shadow/ClearButtonElement.cpp', 2646 'html/shadow/ClearButtonElement.cpp',
2646 'html/shadow/ClearButtonElement.h', 2647 'html/shadow/ClearButtonElement.h',
2647 'html/shadow/DateTimeEditElement.cpp', 2648 'html/shadow/DateTimeEditElement.cpp',
2648 'html/shadow/DateTimeEditElement.h', 2649 'html/shadow/DateTimeEditElement.h',
(...skipping 618 matching lines...) Expand 10 before | Expand all | Expand 10 after
3267 'html/track/vtt/BufferedLineReaderTest.cpp', 3268 'html/track/vtt/BufferedLineReaderTest.cpp',
3268 'html/track/vtt/VTTScannerTest.cpp', 3269 'html/track/vtt/VTTScannerTest.cpp',
3269 'frame/ImageBitmapTest.cpp', 3270 'frame/ImageBitmapTest.cpp',
3270 'rendering/RenderOverflowTest.cpp', 3271 'rendering/RenderOverflowTest.cpp',
3271 'rendering/shapes/BoxShapeTest.cpp', 3272 'rendering/shapes/BoxShapeTest.cpp',
3272 'testing/UnitTestHelpers.h', 3273 'testing/UnitTestHelpers.h',
3273 'testing/UnitTestHelpers.cpp', 3274 'testing/UnitTestHelpers.cpp',
3274 ], 3275 ],
3275 } 3276 }
3276 } 3277 }
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