| Index: remoting/remoting.gyp
|
| diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
|
| index d07288952780b350517490dcc912f6395dc4d339..bda9e60c197356a75599e33ddbc0e6fc7825148b 100644
|
| --- a/remoting/remoting.gyp
|
| +++ b/remoting/remoting.gyp
|
| @@ -71,7 +71,8 @@
|
| 'chromoting_base',
|
| 'chromoting_client',
|
| 'chromoting_jingle_glue',
|
| - '../third_party/ppapi/ppapi.gyp:ppapi_c',
|
| + '../third_party/ppapi/ppapi.gyp:ppapi_cpp_objects',
|
| + '../third_party/zlib/zlib.gyp:zlib',
|
| ],
|
| 'sources': [
|
| 'client/plugin/chromoting_plugin.cc',
|
| @@ -80,6 +81,8 @@
|
| 'client/plugin/pepper_entrypoints.h',
|
| 'client/plugin/pepper_view.cc',
|
| 'client/plugin/pepper_view.h',
|
| + 'client/plugin/pepper_util.cc',
|
| + 'client/plugin/pepper_util.h',
|
| '../media/base/yuv_convert.cc',
|
| '../media/base/yuv_convert.h',
|
| '../media/base/yuv_row.h',
|
|
|