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