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

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

Issue 59823010: DecodingImageGenerator implmentation of SkImageGenerator (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | Source/core/platform/graphics/DecodingImageGenerator.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 '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 2711 matching lines...) Expand 10 before | Expand all | Expand 10 after
2722 'platform/graphics/Canvas2DLayerBridge.cpp', 2722 'platform/graphics/Canvas2DLayerBridge.cpp',
2723 'platform/graphics/Canvas2DLayerBridge.h', 2723 'platform/graphics/Canvas2DLayerBridge.h',
2724 'platform/graphics/Canvas2DLayerManager.cpp', 2724 'platform/graphics/Canvas2DLayerManager.cpp',
2725 'platform/graphics/Canvas2DLayerManager.h', 2725 'platform/graphics/Canvas2DLayerManager.h',
2726 'platform/graphics/CrossfadeGeneratedImage.cpp', 2726 'platform/graphics/CrossfadeGeneratedImage.cpp',
2727 'platform/graphics/CrossfadeGeneratedImage.cpp', 2727 'platform/graphics/CrossfadeGeneratedImage.cpp',
2728 'platform/graphics/CrossfadeGeneratedImage.h', 2728 'platform/graphics/CrossfadeGeneratedImage.h',
2729 'platform/graphics/CrossfadeGeneratedImage.h', 2729 'platform/graphics/CrossfadeGeneratedImage.h',
2730 'platform/graphics/CustomFontData.h', 2730 'platform/graphics/CustomFontData.h',
2731 'platform/graphics/CustomFontData.h', 2731 'platform/graphics/CustomFontData.h',
2732 'platform/graphics/DecodingImageGenerator.cpp',
2733 'platform/graphics/DecodingImageGenerator.h',
2732 'platform/graphics/DeferredImageDecoder.cpp', 2734 'platform/graphics/DeferredImageDecoder.cpp',
2733 'platform/graphics/DeferredImageDecoder.h', 2735 'platform/graphics/DeferredImageDecoder.h',
2734 'platform/graphics/DiscardablePixelRef.cpp', 2736 'platform/graphics/DiscardablePixelRef.cpp',
2735 'platform/graphics/DiscardablePixelRef.h', 2737 'platform/graphics/DiscardablePixelRef.h',
2736 'platform/graphics/Extensions3D.cpp', 2738 'platform/graphics/Extensions3D.cpp',
2737 'platform/graphics/Extensions3D.cpp', 2739 'platform/graphics/Extensions3D.cpp',
2738 'platform/graphics/Extensions3D.h', 2740 'platform/graphics/Extensions3D.h',
2739 'platform/graphics/Extensions3D.h', 2741 'platform/graphics/Extensions3D.h',
2740 'platform/graphics/Font.cpp', 2742 'platform/graphics/Font.cpp',
2741 'platform/graphics/Font.cpp', 2743 'platform/graphics/Font.cpp',
(...skipping 819 matching lines...) Expand 10 before | Expand all | Expand 10 after
3561 'platform/image-decoders/gif/GIFImageDecoderTest.cpp', 3563 'platform/image-decoders/gif/GIFImageDecoderTest.cpp',
3562 'platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp', 3564 'platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp',
3563 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp', 3565 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp',
3564 'platform/testing/FakeWebGraphicsContext3D.h', 3566 'platform/testing/FakeWebGraphicsContext3D.h',
3565 'rendering/RenderOverflowTest.cpp', 3567 'rendering/RenderOverflowTest.cpp',
3566 'testing/UnitTestHelpers.h', 3568 'testing/UnitTestHelpers.h',
3567 'testing/UnitTestHelpers.cpp', 3569 'testing/UnitTestHelpers.cpp',
3568 ], 3570 ],
3569 } 3571 }
3570 } 3572 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/platform/graphics/DecodingImageGenerator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698