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

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

Issue 2044093002: Blink image-decoders: (lazy) deferred image decoding support for ICO (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nits Created 4 years, 6 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 'ContentDecryptionModuleResult.h', 10 'ContentDecryptionModuleResult.h',
(...skipping 1200 matching lines...) Expand 10 before | Expand all | Expand 10 after
1211 'graphics/paint/PaintChunkerTest.cpp', 1211 'graphics/paint/PaintChunkerTest.cpp',
1212 'graphics/paint/PaintControllerTest.cpp', 1212 'graphics/paint/PaintControllerTest.cpp',
1213 'image-decoders/FastSharedBufferReaderTest.cpp', 1213 'image-decoders/FastSharedBufferReaderTest.cpp',
1214 'image-decoders/ImageDecoderTest.cpp', 1214 'image-decoders/ImageDecoderTest.cpp',
1215 'image-decoders/ImageDecoderTestHelpers.cpp', 1215 'image-decoders/ImageDecoderTestHelpers.cpp',
1216 'image-decoders/ImageDecoderTestHelpers.h', 1216 'image-decoders/ImageDecoderTestHelpers.h',
1217 'image-decoders/bmp/BMPImageDecoderTest.cpp', 1217 'image-decoders/bmp/BMPImageDecoderTest.cpp',
1218 'image-decoders/gif/GIFImageDecoderTest.cpp', 1218 'image-decoders/gif/GIFImageDecoderTest.cpp',
1219 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 1219 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
1220 'image-decoders/webp/WEBPImageDecoderTest.cpp', 1220 'image-decoders/webp/WEBPImageDecoderTest.cpp',
1221 'image-decoders/ico/ICOImageDecoderTest.cpp',
1221 'inspector_protocol/ParserTest.cpp', 1222 'inspector_protocol/ParserTest.cpp',
1222 'mac/VersionUtilMacTest.mm', 1223 'mac/VersionUtilMacTest.mm',
1223 'mojo/KURLSecurityOriginTest.cpp', 1224 'mojo/KURLSecurityOriginTest.cpp',
1224 'network/EncodedFormDataTest.cpp', 1225 'network/EncodedFormDataTest.cpp',
1225 'network/HTTPParsersTest.cpp', 1226 'network/HTTPParsersTest.cpp',
1226 'network/LinkHeaderTest.cpp', 1227 'network/LinkHeaderTest.cpp',
1227 'network/NetworkUtilsTest.cpp', 1228 'network/NetworkUtilsTest.cpp',
1228 'network/ResourceRequestTest.cpp', 1229 'network/ResourceRequestTest.cpp',
1229 'scheduler/CancellableTaskFactoryTest.cpp', 1230 'scheduler/CancellableTaskFactoryTest.cpp',
1230 'scroll/ScrollableAreaTest.cpp', 1231 'scroll/ScrollableAreaTest.cpp',
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
1334 ['use_default_render_theme==1', 1335 ['use_default_render_theme==1',
1335 { 1336 {
1336 'platform_test_files': [ 1337 'platform_test_files': [
1337 'scroll/ScrollbarThemeAuraTest.cpp', 1338 'scroll/ScrollbarThemeAuraTest.cpp',
1338 ], 1339 ],
1339 } 1340 }
1340 ], 1341 ],
1341 ], 1342 ],
1342 }, 1343 },
1343 } 1344 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698