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

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

Issue 69823002: Move ownership of the TextResourceDecoder to DecodedDataDocumentParser (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Moved DocumentEncodingData to its own header Created 7 years, 1 month 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
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'core_idl_files': [ 3 'core_idl_files': [
4 'css/CSS.idl', 4 'css/CSS.idl',
5 'css/CSSCharsetRule.idl', 5 'css/CSSCharsetRule.idl',
6 'css/CSSFontFaceLoadEvent.idl', 6 'css/CSSFontFaceLoadEvent.idl',
7 'css/CSSFontFaceRule.idl', 7 'css/CSSFontFaceRule.idl',
8 'css/CSSHostRule.idl', 8 'css/CSSHostRule.idl',
9 'css/CSSImportRule.idl', 9 'css/CSSImportRule.idl',
10 'css/CSSKeyframeRule.idl', 10 'css/CSSKeyframeRule.idl',
(...skipping 1812 matching lines...) Expand 10 before | Expand all | Expand 10 after
1823 'dom/CrossThreadTask.h', 1823 'dom/CrossThreadTask.h',
1824 'dom/DatasetDOMStringMap.cpp', 1824 'dom/DatasetDOMStringMap.cpp',
1825 'dom/DatasetDOMStringMap.h', 1825 'dom/DatasetDOMStringMap.h',
1826 'dom/DataTransferItem.cpp', 1826 'dom/DataTransferItem.cpp',
1827 'dom/DataTransferItem.h', 1827 'dom/DataTransferItem.h',
1828 'dom/DataTransferItemList.cpp', 1828 'dom/DataTransferItemList.cpp',
1829 'dom/DataTransferItemList.h', 1829 'dom/DataTransferItemList.h',
1830 'dom/DecodedDataDocumentParser.cpp', 1830 'dom/DecodedDataDocumentParser.cpp',
1831 'dom/DecodedDataDocumentParser.h', 1831 'dom/DecodedDataDocumentParser.h',
1832 'dom/Document.cpp', 1832 'dom/Document.cpp',
1833 'dom/DocumentEncodingData.h',
1833 'dom/DocumentFragment.cpp', 1834 'dom/DocumentFragment.cpp',
1834 'dom/DocumentFullscreen.cpp', 1835 'dom/DocumentFullscreen.cpp',
1835 'dom/DocumentFullscreen.h', 1836 'dom/DocumentFullscreen.h',
1836 'dom/DocumentInit.cpp', 1837 'dom/DocumentInit.cpp',
1837 'dom/DocumentInit.h', 1838 'dom/DocumentInit.h',
1838 'dom/DocumentLifecycle.cpp', 1839 'dom/DocumentLifecycle.cpp',
1839 'dom/DocumentLifecycle.h', 1840 'dom/DocumentLifecycle.h',
1840 'dom/DocumentLifecycleNotifier.cpp', 1841 'dom/DocumentLifecycleNotifier.cpp',
1841 'dom/DocumentLifecycleNotifier.h', 1842 'dom/DocumentLifecycleNotifier.h',
1842 'dom/DocumentLifecycleObserver.cpp', 1843 'dom/DocumentLifecycleObserver.cpp',
(...skipping 1707 matching lines...) Expand 10 before | Expand all | Expand 10 after
3550 'platform/graphics/gpu/DrawingBufferTest.cpp', 3551 'platform/graphics/gpu/DrawingBufferTest.cpp',
3551 'platform/image-decoders/ImageDecoderTest.cpp', 3552 'platform/image-decoders/ImageDecoderTest.cpp',
3552 'platform/image-decoders/gif/GIFImageDecoderTest.cpp', 3553 'platform/image-decoders/gif/GIFImageDecoderTest.cpp',
3553 'platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp', 3554 'platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp',
3554 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp', 3555 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp',
3555 'platform/testing/FakeWebGraphicsContext3D.h', 3556 'platform/testing/FakeWebGraphicsContext3D.h',
3556 'rendering/RenderOverflowTest.cpp', 3557 'rendering/RenderOverflowTest.cpp',
3557 ], 3558 ],
3558 } 3559 }
3559 } 3560 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/dom/DecodedDataDocumentParser.h » ('j') | Source/core/dom/DecodedDataDocumentParser.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698