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

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

Issue 1312843006: Animated PNG implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 3 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
« no previous file with comments | « Source/platform/RuntimeEnabledFeatures.in ('k') | Source/platform/image-decoders/ImageFrame.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 '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 1010 matching lines...) Expand 10 before | Expand all | Expand 10 after
1021 'graphics/GraphicsLayerTest.cpp', 1021 'graphics/GraphicsLayerTest.cpp',
1022 'graphics/ImageDecodingStoreTest.cpp', 1022 'graphics/ImageDecodingStoreTest.cpp',
1023 'graphics/ImageFrameGeneratorTest.cpp', 1023 'graphics/ImageFrameGeneratorTest.cpp',
1024 'graphics/ImageLayerChromiumTest.cpp', 1024 'graphics/ImageLayerChromiumTest.cpp',
1025 'graphics/test/MockImageDecoder.h', 1025 'graphics/test/MockImageDecoder.h',
1026 'graphics/test/MockWebGraphicsContext3D.h', 1026 'graphics/test/MockWebGraphicsContext3D.h',
1027 'image-decoders/ImageDecoderTestHelpers.cpp', 1027 'image-decoders/ImageDecoderTestHelpers.cpp',
1028 'image-decoders/bmp/BMPImageDecoderTest.cpp', 1028 'image-decoders/bmp/BMPImageDecoderTest.cpp',
1029 'image-decoders/gif/GIFImageDecoderTest.cpp', 1029 'image-decoders/gif/GIFImageDecoderTest.cpp',
1030 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 1030 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
1031 'image-decoders/png/PNGImageDecoderTest.cpp',
1031 'image-decoders/webp/WEBPImageDecoderTest.cpp', 1032 'image-decoders/webp/WEBPImageDecoderTest.cpp',
1032 ], 1033 ],
1033 # TODO(jbroman): Move these into platform_test_support_files. 1034 # TODO(jbroman): Move these into platform_test_support_files.
1034 'platform_unittest_support_files': [ 1035 'platform_unittest_support_files': [
1035 'testing/URLTestHelpers.cpp', 1036 'testing/URLTestHelpers.cpp',
1036 'testing/URLTestHelpers.h', 1037 'testing/URLTestHelpers.h',
1037 'testing/UnitTestHelpers.cpp', 1038 'testing/UnitTestHelpers.cpp',
1038 'testing/UnitTestHelpers.h', 1039 'testing/UnitTestHelpers.h',
1039 ], 1040 ],
1040 'platform_test_support_files': [ 1041 'platform_test_support_files': [
(...skipping 18 matching lines...) Expand all
1059 ['os_posix==1 and OS!="mac"', 1060 ['os_posix==1 and OS!="mac"',
1060 { 1061 {
1061 'platform_test_files': [ 1062 'platform_test_files': [
1062 'text/LocaleICUTest.cpp', 1063 'text/LocaleICUTest.cpp',
1063 ], 1064 ],
1064 } 1065 }
1065 ], 1066 ],
1066 ], 1067 ],
1067 }, 1068 },
1068 } 1069 }
OLDNEW
« no previous file with comments | « Source/platform/RuntimeEnabledFeatures.in ('k') | Source/platform/image-decoders/ImageFrame.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698