| Index: remoting/remoting.gyp
|
| diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
|
| index b045a62e7c4aba129477e2e9c47b8aacd657212c..6f93bfb9d173f357a6fe2e19d4b775e97ed74d5e 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',
|
|
|