Index: ppapi/ppapi_shared.gypi |
=================================================================== |
--- ppapi/ppapi_shared.gypi (revision 147456) |
+++ ppapi/ppapi_shared.gypi (working copy) |
@@ -245,8 +245,7 @@ |
['>(nacl_untrusted_build)==1', { |
'sources!': [ |
'shared_impl/ppb_audio_input_shared.cc', |
- 'shared_impl/ppb_graphics_3d_shared.cc', |
- 'shared_impl/ppb_opengles2_shared.cc', |
+ 'shared_impl/ppb_image_data_shared.cc', |
dmichael (off chromium)
2012/07/20 22:09:47
As discussed on IM, I think you shouldn't exclude
bbudge
2012/07/23 19:53:39
Done.
|
'shared_impl/ppb_url_util_shared.cc', |
'shared_impl/ppb_video_decoder_shared.cc', |
'shared_impl/ppb_video_capture_shared.cc', |
@@ -279,7 +278,6 @@ |
'thunk/ppb_flash_thunk.cc', |
'thunk/ppb_flash_message_loop_thunk.cc', |
'thunk/ppb_gles_chromium_texture_mapping_thunk.cc', |
- 'thunk/ppb_graphics_3d_thunk.cc', |
'thunk/ppb_graphics_3d_trusted_thunk.cc', |
'thunk/ppb_host_resolver_private_thunk.cc', |
'thunk/ppb_image_data_trusted_thunk.cc', |