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

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

Issue 352793004: Fix use-of-uninitialized-value in TransformationMatrix::blend() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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 | « no previous file | Source/platform/transforms/TransformationMatrix.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 898 matching lines...) Expand 10 before | Expand all | Expand 10 after
909 'graphics/filters/ImageFilterBuilderTest.cpp', 909 'graphics/filters/ImageFilterBuilderTest.cpp',
910 'graphics/gpu/DrawingBufferTest.cpp', 910 'graphics/gpu/DrawingBufferTest.cpp',
911 'graphics/test/MockDiscardablePixelRef.h', 911 'graphics/test/MockDiscardablePixelRef.h',
912 'image-decoders/ImageDecoderTest.cpp', 912 'image-decoders/ImageDecoderTest.cpp',
913 'mac/ScrollElasticityControllerTest.mm', 913 'mac/ScrollElasticityControllerTest.mm',
914 'network/HTTPParsersTest.cpp', 914 'network/HTTPParsersTest.cpp',
915 'testing/ArenaTestHelpers.h', 915 'testing/ArenaTestHelpers.h',
916 'testing/TreeTestHelpers.cpp', 916 'testing/TreeTestHelpers.cpp',
917 'testing/TreeTestHelpers.h', 917 'testing/TreeTestHelpers.h',
918 'transforms/TransformOperationsTest.cpp', 918 'transforms/TransformOperationsTest.cpp',
919 'transforms/TransformationMatrixTest.cpp',
919 'text/BidiResolverTest.cpp', 920 'text/BidiResolverTest.cpp',
920 'text/DateTimeFormatTest.cpp', 921 'text/DateTimeFormatTest.cpp',
921 'text/SegmentedStringTest.cpp', 922 'text/SegmentedStringTest.cpp',
922 'text/UnicodeUtilitiesTest.cpp', 923 'text/UnicodeUtilitiesTest.cpp',
923 'weborigin/DatabaseIdentifierTest.cpp', 924 'weborigin/DatabaseIdentifierTest.cpp',
924 'weborigin/KURLTest.cpp', 925 'weborigin/KURLTest.cpp',
925 'weborigin/OriginAccessEntryTest.cpp', 926 'weborigin/OriginAccessEntryTest.cpp',
926 'weborigin/SecurityOriginTest.cpp', 927 'weborigin/SecurityOriginTest.cpp',
927 'weborigin/SecurityPolicyTest.cpp', 928 'weborigin/SecurityPolicyTest.cpp',
928 ], 929 ],
929 # NOTE: these are legacy unit tests, do not add more! 930 # NOTE: these are legacy unit tests, do not add more!
930 'platform_web_unittest_files': [ 931 'platform_web_unittest_files': [
931 'graphics/BitmapImageTest.cpp', 932 'graphics/BitmapImageTest.cpp',
932 'graphics/Canvas2DLayerBridgeTest.cpp', 933 'graphics/Canvas2DLayerBridgeTest.cpp',
933 'graphics/Canvas2DLayerManagerTest.cpp', 934 'graphics/Canvas2DLayerManagerTest.cpp',
934 'graphics/DeferredImageDecoderTest.cpp', 935 'graphics/DeferredImageDecoderTest.cpp',
935 'graphics/GraphicsLayerTest.cpp', 936 'graphics/GraphicsLayerTest.cpp',
936 'graphics/ImageDecodingStoreTest.cpp', 937 'graphics/ImageDecodingStoreTest.cpp',
937 'graphics/ImageFrameGeneratorTest.cpp', 938 'graphics/ImageFrameGeneratorTest.cpp',
938 'graphics/ImageLayerChromiumTest.cpp', 939 'graphics/ImageLayerChromiumTest.cpp',
939 'graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp', 940 'graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp',
940 'graphics/test/MockImageDecoder.h', 941 'graphics/test/MockImageDecoder.h',
941 'graphics/test/MockWebGraphicsContext3D.h', 942 'graphics/test/MockWebGraphicsContext3D.h',
942 'image-decoders/gif/GIFImageDecoderTest.cpp', 943 'image-decoders/gif/GIFImageDecoderTest.cpp',
943 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 944 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
944 'image-decoders/webp/WEBPImageDecoderTest.cpp', 945 'image-decoders/webp/WEBPImageDecoderTest.cpp',
945 ], 946 ],
946 }, 947 },
947 } 948 }
OLDNEW
« no previous file with comments | « no previous file | Source/platform/transforms/TransformationMatrix.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698