summaryrefslogtreecommitdiffstats
path: root/remoting/remoting.gyp
diff options
context:
space:
mode:
authorajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-16 13:34:08 +0000
committerajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-16 13:34:08 +0000
commitc708db4675caea8773ccf88a5762d33035073e2d (patch)
tree643c56b05e66b960af36fc8964be555dc6a3554c /remoting/remoting.gyp
parent0520e8a4859a2bb806638c00aa03daf5612d50dc (diff)
downloadchromium_src-c708db4675caea8773ccf88a5762d33035073e2d.zip
chromium_src-c708db4675caea8773ccf88a5762d33035073e2d.tar.gz
chromium_src-c708db4675caea8773ccf88a5762d33035073e2d.tar.bz2
Reapply r51857 to start building chromoting plugin. Update for ppapi changes.
This should work now after the ppapi roll to r164 that fixes the -fvisibility=hidden being removed in the linux shlib build. Original Review here: http://codereview.chromium.org/2858037 BUG=none TEST=try bots + local run of PPAPITest with a shared_library build. Review URL: http://codereview.chromium.org/3038001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52658 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting.gyp')
-rw-r--r--remoting/remoting.gyp5
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',