| Index: ios/chrome/ios_chrome_tests.gyp
|
| diff --git a/ios/chrome/ios_chrome_tests.gyp b/ios/chrome/ios_chrome_tests.gyp
|
| index 881e15410c57af5c9911f7f4530747a6d3320d5a..089381e3c6b4c184c5f36b67102aa9fa60fbd17a 100644
|
| --- a/ios/chrome/ios_chrome_tests.gyp
|
| +++ b/ios/chrome/ios_chrome_tests.gyp
|
| @@ -88,6 +88,7 @@
|
| 'browser/ui/uikit_ui_util_unittest.mm',
|
| 'browser/update_client/ios_chrome_update_query_params_delegate_unittest.cc',
|
| 'browser/web_resource/web_resource_util_unittest.cc',
|
| + 'browser/webp_transcode/webp_decoder_unittest.mm',
|
| 'common/string_util_unittest.mm',
|
| ],
|
| 'actions': [
|
| @@ -96,7 +97,7 @@
|
| 'variables': {
|
| 'test_data_files': [
|
| '../../net/data/ssl/certificates/',
|
| - 'test/data/webdata/bookmarkimages',
|
| + 'test/data',
|
| ],
|
| 'test_data_prefix': 'ios/chrome',
|
| },
|
|
|