Chromium Code Reviews| Index: ppapi/ppapi.gyp |
| =================================================================== |
| --- ppapi/ppapi.gyp (revision 71973) |
| +++ ppapi/ppapi.gyp (working copy) |
| @@ -576,6 +576,8 @@ |
| 'sources': [ |
| 'shared_impl/audio_impl.cc', |
| 'shared_impl/audio_impl.h', |
| + 'shared_impl/image_data_impl.cc', |
| + 'shared_impl/image_data_impl.h', |
| ], |
| 'conditions': [ |
| ['OS=="win"', { |