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

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

Issue 105773003: Teach Skia to use discardable memory (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 | Annotate | Revision Log
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/CSSImportRule.idl', 8 'css/CSSImportRule.idl',
9 'css/CSSKeyframeRule.idl', 9 'css/CSSKeyframeRule.idl',
10 'css/CSSKeyframesRule.idl', 10 'css/CSSKeyframesRule.idl',
(...skipping 2724 matching lines...) Expand 10 before | Expand all | Expand 10 after
2735 'platform/graphics/Canvas2DLayerBridge.cpp', 2735 'platform/graphics/Canvas2DLayerBridge.cpp',
2736 'platform/graphics/Canvas2DLayerBridge.h', 2736 'platform/graphics/Canvas2DLayerBridge.h',
2737 'platform/graphics/Canvas2DLayerManager.cpp', 2737 'platform/graphics/Canvas2DLayerManager.cpp',
2738 'platform/graphics/Canvas2DLayerManager.h', 2738 'platform/graphics/Canvas2DLayerManager.h',
2739 'platform/graphics/CrossfadeGeneratedImage.cpp', 2739 'platform/graphics/CrossfadeGeneratedImage.cpp',
2740 'platform/graphics/CrossfadeGeneratedImage.cpp', 2740 'platform/graphics/CrossfadeGeneratedImage.cpp',
2741 'platform/graphics/CrossfadeGeneratedImage.h', 2741 'platform/graphics/CrossfadeGeneratedImage.h',
2742 'platform/graphics/CrossfadeGeneratedImage.h', 2742 'platform/graphics/CrossfadeGeneratedImage.h',
2743 'platform/graphics/CustomFontData.h', 2743 'platform/graphics/CustomFontData.h',
2744 'platform/graphics/CustomFontData.h', 2744 'platform/graphics/CustomFontData.h',
2745 'platform/graphics/DecodingImageGenerator.cpp',
2746 'platform/graphics/DecodingImageGenerator.h',
2745 'platform/graphics/DeferredImageDecoder.cpp', 2747 'platform/graphics/DeferredImageDecoder.cpp',
2746 'platform/graphics/DeferredImageDecoder.h', 2748 'platform/graphics/DeferredImageDecoder.h',
2747 'platform/graphics/DiscardablePixelRef.cpp', 2749 'platform/graphics/DiscardablePixelRef.cpp',
2748 'platform/graphics/DiscardablePixelRef.h', 2750 'platform/graphics/DiscardablePixelRef.h',
2749 'platform/graphics/Extensions3D.cpp', 2751 'platform/graphics/Extensions3D.cpp',
2750 'platform/graphics/Extensions3D.cpp', 2752 'platform/graphics/Extensions3D.cpp',
2751 'platform/graphics/Extensions3D.h', 2753 'platform/graphics/Extensions3D.h',
2752 'platform/graphics/Extensions3D.h', 2754 'platform/graphics/Extensions3D.h',
2753 'platform/graphics/Font.cpp', 2755 'platform/graphics/Font.cpp',
2754 'platform/graphics/Font.cpp', 2756 'platform/graphics/Font.cpp',
(...skipping 823 matching lines...) Expand 10 before | Expand all | Expand 10 after
3578 'platform/image-decoders/gif/GIFImageDecoderTest.cpp', 3580 'platform/image-decoders/gif/GIFImageDecoderTest.cpp',
3579 'platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp', 3581 'platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp',
3580 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp', 3582 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp',
3581 'platform/testing/FakeWebGraphicsContext3D.h', 3583 'platform/testing/FakeWebGraphicsContext3D.h',
3582 'rendering/RenderOverflowTest.cpp', 3584 'rendering/RenderOverflowTest.cpp',
3583 'testing/UnitTestHelpers.h', 3585 'testing/UnitTestHelpers.h',
3584 'testing/UnitTestHelpers.cpp', 3586 'testing/UnitTestHelpers.cpp',
3585 ], 3587 ],
3586 } 3588 }
3587 } 3589 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698