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' ], |
+ }, |
+ ], |
}, |
], |
} |