diff options
author | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-08 16:59:51 +0000 |
---|---|---|
committer | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-08 16:59:51 +0000 |
commit | 3889d4d68c1ad0e6d4054745a97b7e01b829be77 (patch) | |
tree | 2d5215cc37e2f53a5fe09159ad352b7cdeeb9b7e /remoting/remoting.gyp | |
parent | cdc484d8d1c0d4dd3bc072449a2f0aed56f301cd (diff) | |
download | chromium_src-3889d4d68c1ad0e6d4054745a97b7e01b829be77.zip chromium_src-3889d4d68c1ad0e6d4054745a97b7e01b829be77.tar.gz chromium_src-3889d4d68c1ad0e6d4054745a97b7e01b829be77.tar.bz2 |
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
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 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', |