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

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: Rebase 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') | no next file with comments »
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 8b9e164d97aa55605721f2b57245f5fc21349d92..ed1b9b76abd15fb7dc2e2a744fbc4494ae21328c 100644
--- a/ios/ios_tests_unit.gyp
+++ b/ios/ios_tests_unit.gyp
@@ -22,8 +22,26 @@
'sources': [
'web/browser_state_unittest.cc',
'web/navigation/navigation_item_impl_unittest.mm',
+ 'web/public/webp_decoder_unittest.mm',
'web/string_util_unittest.cc',
],
+ '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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698