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

Unified Diff: ios/ios_tests_unit.gyp

Issue 771723002: Add support for decoding WebP images (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@chrome-browser-state
Patch Set: Created 6 years 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ios/web/DEPS » ('j') | ios/web/public/webp_decoder.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/ios_tests_unit.gyp
diff --git a/ios/ios_tests_unit.gyp b/ios/ios_tests_unit.gyp
index eb6097d3140bb756b68bea8735a33f5f7dc4ba41..2e50d59c1113efb8257ab2e1c07c823866e7aeef 100644
--- a/ios/ios_tests_unit.gyp
+++ b/ios/ios_tests_unit.gyp
@@ -23,6 +23,24 @@
'consumer/base/supports_user_data_unittest.cc',
'web/browser_state_unittest.cc',
'web/navigation/navigation_item_impl_unittest.mm',
+ 'web/public/webp_decoder_unittest.mm',
+ ],
+ 'actions': [
+ {
+ 'action_name': 'copy_test_data',
+ 'variables': {
+ 'test_data_files': [
+ 'web/test/data/test.jpg',
+ 'web/test/data/test.webp',
+ 'web/test/data/test_alpha.webp',
+ 'web/test/data/test_alpha.png',
+ 'web/test/data/test_small.tiff',
+ 'web/test/data/test_small.webp',
+ ],
+ 'test_data_prefix': 'ios',
+ },
+ 'includes': [ '../build/copy_test_data_ios.gypi' ],
+ },
],
},
],
« no previous file with comments | « no previous file | ios/web/DEPS » ('j') | ios/web/public/webp_decoder.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698