summaryrefslogtreecommitdiffstats
path: root/remoting/remoting.gyp
diff options
context:
space:
mode:
authorajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-22 19:28:18 +0000
committerajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-22 19:28:18 +0000
commitedd588048c797259869da320342fe1c79786f3e6 (patch)
tree85779cc5722693c737b9e37c9d613643fc6971d9 /remoting/remoting.gyp
parent25158152300deccafb3ca928576e2568107979f1 (diff)
downloadchromium_src-edd588048c797259869da320342fe1c79786f3e6.zip
chromium_src-edd588048c797259869da320342fe1c79786f3e6.tar.gz
chromium_src-edd588048c797259869da320342fe1c79786f3e6.tar.bz2
Convert chromoting to pepperv2 API.
Currently disables use of PepperView, and HostConnection->Connect(). This is mainly an attempt to get the build working. Will re-enable functionality later. BUG=none TEST=none Review URL: http://codereview.chromium.org/2857011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50502 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting.gyp')
-rw-r--r--remoting/remoting.gyp43
1 files changed, 3 insertions, 40 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index b47053e..47dc6ea 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -20,7 +20,7 @@
['OS=="linux" or OS=="mac"', {
'targets': [
{
- 'target_name': 'chromoting_client_plugin_lib',
+ 'target_name': 'chromoting_client_plugin',
'type': 'static_library',
'defines': [
'HAVE_STDINT_H', # Required by on2_integer.h
@@ -29,16 +29,14 @@
'chromoting_base',
'chromoting_client',
'chromoting_jingle_glue',
+ '../third_party/ppapi/ppapi.gyp:ppapi_cpp',
'../third_party/zlib/zlib.gyp:zlib',
],
'sources': [
- 'client/plugin/chromoting_main.cc',
'client/plugin/chromoting_plugin.cc',
'client/plugin/chromoting_plugin.h',
'client/plugin/pepper_view.cc',
'client/plugin/pepper_view.h',
- 'client/pepper/pepper_plugin.cc',
- 'client/pepper/pepper_plugin.h',
'../media/base/yuv_convert.cc',
'../media/base/yuv_convert.h',
'../media/base/yuv_row.h',
@@ -56,31 +54,7 @@
'cflags': ['-fPIC'],
}],
], # end of 'conditions'
- }, # end of target 'chromoting_client_plugin_lib'
-
-# TODO(ajwong): reenable once we figure out the -fPIC issues.
- # Client plugin: libchromoting_plugin.so.
-# {
-# 'target_name': 'chromoting_client_plugin',
-# 'type': 'shared_library',
-# 'product_name': 'chromoting_plugin',
-# 'dependencies': [
-# 'chromoting_client_plugin_lib',
-# ],
-# 'sources': [
-# # Required here (rather than in lib) so that functions are
-# # exported properly.
-# 'client/pepper/pepper_main.cc',
-# ],
-# 'conditions': [
-# ['OS=="linux" and target_arch=="x64" and linux_fpic!=1', {
-# # Shared libraries need -fPIC on x86-64
-# 'cflags': [
-# '-fPIC'
-# ],
-# }],
-# ], # end of 'conditions'
-# }, # end of target 'chromoting_client_plugin'
+ }, # end of target 'chromoting_client_plugin'
# Simple webserver for testing chromoting client plugin.
{
@@ -379,17 +353,6 @@
'host/capturer_mac_unittest.cc',
],
}],
- ['OS=="linux" or OS=="mac"', {
- 'dependencies': [
- 'chromoting_client_plugin_lib',
- ],
- 'sources': [
- 'client/plugin/chromoting_plugin_unittest.cc',
- 'client/pepper/pepper_main.cc',
- 'client/pepper/fake_browser.cc',
- 'client/pepper/fake_browser.h',
- ],
- }],
], # end of 'conditions'
}, # end of target 'chromoting_unittests'
], # end of targets