From 3889d4d68c1ad0e6d4054745a97b7e01b829be77 Mon Sep 17 00:00:00 2001 From: "ajwong@chromium.org" Date: Thu, 8 Jul 2010 16:59:51 +0000 Subject: Integrating back into using the external ppapi/cpp wrappers. This should bring us close to Gary's original npapi code. BUG=none TEST=can connect to simple host Review URL: http://codereview.chromium.org/2858037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51857 0039d316-1c4b-4281-b951-d872f2087c98 --- remoting/remoting.gyp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'remoting/remoting.gyp') diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp index 82df802..c1450c1 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', -- cgit v1.1