| Index: ppapi/ppapi_shared.gypi
 | 
| ===================================================================
 | 
| --- ppapi/ppapi_shared.gypi	(revision 92908)
 | 
| +++ ppapi/ppapi_shared.gypi	(working copy)
 | 
| @@ -12,6 +12,7 @@
 | 
|          '../base/base.gyp:base',
 | 
|          '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
 | 
|          '../build/temp_gyp/googleurl.gyp:googleurl',
 | 
| +        '../gpu/gpu.gyp:gles2_implementation',
 | 
|          '../skia/skia.gyp:skia',
 | 
|          '../third_party/icu/icu.gyp:icuuc',
 | 
|          '../ui/gfx/surface/surface.gyp:surface',
 | 
| @@ -35,6 +36,8 @@
 | 
|          'shared_impl/font_impl.h',
 | 
|          'shared_impl/function_group_base.cc',
 | 
|          'shared_impl/function_group_base.h',
 | 
| +        'shared_impl/graphics_3d_impl.cc',
 | 
| +        'shared_impl/graphics_3d_impl.h',
 | 
|          'shared_impl/image_data_impl.cc',
 | 
|          'shared_impl/image_data_impl.h',
 | 
|          'shared_impl/input_event_impl.cc',
 | 
| @@ -107,6 +110,7 @@
 | 
|          'thunk/ppb_graphics_2d_thunk.cc',
 | 
|          'thunk/ppb_graphics_3d_api.h',
 | 
|          'thunk/ppb_graphics_3d_thunk.cc',
 | 
| +        'thunk/ppb_graphics_3d_trusted_thunk.cc',
 | 
|          'thunk/ppb_image_data_api.h',
 | 
|          'thunk/ppb_image_data_thunk.cc',
 | 
|          'thunk/ppb_image_data_trusted_thunk.cc',
 | 
| 
 |