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

Side by Side Diff: Source/platform/blink_platform.gypi

Issue 1008243003: Nuke NativeImageSkia -- new version. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add more WARN_UNUSED_RETURN goodness Created 5 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « Source/platform/DragImageTest.cpp ('k') | Source/platform/exported/WebImageSkia.cpp » ('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 'includes': [ 2 'includes': [
3 'platform_generated.gypi', 3 'platform_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 'platform_files': [ 6 'platform_files': [
7 'AsyncFileSystemCallbacks.h', 7 'AsyncFileSystemCallbacks.h',
8 'CalculationValue.h', 8 'CalculationValue.h',
9 'CheckedInt.h', 9 'CheckedInt.h',
10 'Clock.cpp', 10 'Clock.cpp',
(...skipping 650 matching lines...) Expand 10 before | Expand all | Expand 10 after
661 'graphics/paint/ScrollDisplayItem.cpp', 661 'graphics/paint/ScrollDisplayItem.cpp',
662 'graphics/paint/ScrollDisplayItem.h', 662 'graphics/paint/ScrollDisplayItem.h',
663 'graphics/paint/SubtreeDisplayItem.cpp', 663 'graphics/paint/SubtreeDisplayItem.cpp',
664 'graphics/paint/SubtreeDisplayItem.h', 664 'graphics/paint/SubtreeDisplayItem.h',
665 'graphics/paint/Transform3DDisplayItem.cpp', 665 'graphics/paint/Transform3DDisplayItem.cpp',
666 'graphics/paint/Transform3DDisplayItem.h', 666 'graphics/paint/Transform3DDisplayItem.h',
667 'graphics/paint/TransformDisplayItem.cpp', 667 'graphics/paint/TransformDisplayItem.cpp',
668 'graphics/paint/TransformDisplayItem.h', 668 'graphics/paint/TransformDisplayItem.h',
669 'graphics/paint/CompositingDisplayItem.cpp', 669 'graphics/paint/CompositingDisplayItem.cpp',
670 'graphics/paint/CompositingDisplayItem.h', 670 'graphics/paint/CompositingDisplayItem.h',
671 'graphics/skia/NativeImageSkia.cpp',
672 'graphics/skia/NativeImageSkia.h',
673 'graphics/skia/SkSizeHash.h', 671 'graphics/skia/SkSizeHash.h',
674 'graphics/skia/SkiaUtils.cpp', 672 'graphics/skia/SkiaUtils.cpp',
675 'graphics/skia/SkiaUtils.h', 673 'graphics/skia/SkiaUtils.h',
676 'image-decoders/FastSharedBufferReader.cpp', 674 'image-decoders/FastSharedBufferReader.cpp',
677 'image-decoders/FastSharedBufferReader.h', 675 'image-decoders/FastSharedBufferReader.h',
678 'image-decoders/ImageAnimation.h', 676 'image-decoders/ImageAnimation.h',
679 'image-decoders/ImageDecoder.cpp', 677 'image-decoders/ImageDecoder.cpp',
680 'image-decoders/ImageDecoder.h', 678 'image-decoders/ImageDecoder.h',
681 'image-decoders/ImageFrame.cpp', 679 'image-decoders/ImageFrame.cpp',
682 'image-decoders/ImageFrame.h', 680 'image-decoders/ImageFrame.h',
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
993 'graphics/ImageLayerChromiumTest.cpp', 991 'graphics/ImageLayerChromiumTest.cpp',
994 'graphics/test/MockImageDecoder.h', 992 'graphics/test/MockImageDecoder.h',
995 'graphics/test/MockWebGraphicsContext3D.h', 993 'graphics/test/MockWebGraphicsContext3D.h',
996 'image-decoders/bmp/BMPImageDecoderTest.cpp', 994 'image-decoders/bmp/BMPImageDecoderTest.cpp',
997 'image-decoders/gif/GIFImageDecoderTest.cpp', 995 'image-decoders/gif/GIFImageDecoderTest.cpp',
998 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 996 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
999 'image-decoders/webp/WEBPImageDecoderTest.cpp', 997 'image-decoders/webp/WEBPImageDecoderTest.cpp',
1000 ], 998 ],
1001 }, 999 },
1002 } 1000 }
OLDNEW
« no previous file with comments | « Source/platform/DragImageTest.cpp ('k') | Source/platform/exported/WebImageSkia.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698