| Index: webkit/tools/test_shell/test_shell.gyp
|
| diff --git a/webkit/tools/test_shell/test_shell.gyp b/webkit/tools/test_shell/test_shell.gyp
|
| index ec42d92f65b50044bc95415a04a85fcfea0bed08..ec3b871e89fc08fd24bf0ad9117f9ab96c769bc3 100644
|
| --- a/webkit/tools/test_shell/test_shell.gyp
|
| +++ b/webkit/tools/test_shell/test_shell.gyp
|
| @@ -521,7 +521,10 @@
|
| '../webcore_unit_tests/XBMImageDecoder_unittest.cpp',
|
| 'image_decoder_unittest.cc',
|
| 'image_decoder_unittest.h',
|
| - ]
|
| + ],
|
| + 'sources': [
|
| + '../../../skia/ext/skia_utils_mac_unittest.mm',
|
| + ],
|
| }],
|
| ['OS=="win"', {
|
| 'msvs_disabled_warnings': [ 4800 ],
|
|
|