diff options
Diffstat (limited to 'remoting/remoting.gyp')
-rw-r--r-- | remoting/remoting.gyp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp index d072889..bda9e60 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', |