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

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

Issue 1250373006: Animated PNG implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Another LayoutTests fix. 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
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 1008 matching lines...) Expand 10 before | Expand all | Expand 10 after
1019 'graphics/GraphicsLayerTest.cpp', 1019 'graphics/GraphicsLayerTest.cpp',
1020 'graphics/ImageDecodingStoreTest.cpp', 1020 'graphics/ImageDecodingStoreTest.cpp',
1021 'graphics/ImageFrameGeneratorTest.cpp', 1021 'graphics/ImageFrameGeneratorTest.cpp',
1022 'graphics/ImageLayerChromiumTest.cpp', 1022 'graphics/ImageLayerChromiumTest.cpp',
1023 'graphics/test/MockImageDecoder.h', 1023 'graphics/test/MockImageDecoder.h',
1024 'graphics/test/MockWebGraphicsContext3D.h', 1024 'graphics/test/MockWebGraphicsContext3D.h',
1025 'image-decoders/ImageDecoderTestHelpers.cpp', 1025 'image-decoders/ImageDecoderTestHelpers.cpp',
1026 'image-decoders/bmp/BMPImageDecoderTest.cpp', 1026 'image-decoders/bmp/BMPImageDecoderTest.cpp',
1027 'image-decoders/gif/GIFImageDecoderTest.cpp', 1027 'image-decoders/gif/GIFImageDecoderTest.cpp',
1028 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 1028 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
1029 'image-decoders/png/PNGImageDecoderTest.cpp',
1029 'image-decoders/webp/WEBPImageDecoderTest.cpp', 1030 'image-decoders/webp/WEBPImageDecoderTest.cpp',
1030 ], 1031 ],
1031 # TODO(jbroman): Move these into platform_test_support_files. 1032 # TODO(jbroman): Move these into platform_test_support_files.
1032 'platform_unittest_support_files': [ 1033 'platform_unittest_support_files': [
1033 'testing/URLTestHelpers.cpp', 1034 'testing/URLTestHelpers.cpp',
1034 'testing/URLTestHelpers.h', 1035 'testing/URLTestHelpers.h',
1035 'testing/UnitTestHelpers.cpp', 1036 'testing/UnitTestHelpers.cpp',
1036 'testing/UnitTestHelpers.h', 1037 'testing/UnitTestHelpers.h',
1037 ], 1038 ],
1038 'platform_test_support_files': [ 1039 'platform_test_support_files': [
(...skipping 18 matching lines...) Expand all
1057 ['os_posix==1 and OS!="mac"', 1058 ['os_posix==1 and OS!="mac"',
1058 { 1059 {
1059 'platform_test_files': [ 1060 'platform_test_files': [
1060 'text/LocaleICUTest.cpp', 1061 'text/LocaleICUTest.cpp',
1061 ], 1062 ],
1062 } 1063 }
1063 ], 1064 ],
1064 ], 1065 ],
1065 }, 1066 },
1066 } 1067 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698