Index: ppapi/ppapi.gyp |
=================================================================== |
--- ppapi/ppapi.gyp (revision 71670) |
+++ ppapi/ppapi.gyp (working copy) |
@@ -583,6 +583,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"', { |