summaryrefslogtreecommitdiffstats
path: root/remoting/remoting.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/remoting.gyp')
-rw-r--r--remoting/remoting.gyp43
1 files changed, 2 insertions, 41 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index 6480ad5..d486f08 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -18,16 +18,7 @@
'mac_creator': 'Cr24',
}], # branding
], # conditions
- 'plugin_extension': 'plugin',
- 'plugin_prefix': '',
- }],
- ['OS=="linux"', {
- 'plugin_extension': 'so',
- 'plugin_prefix': 'lib',
- }],
- ['OS=="win"', {
- 'plugin_extension': 'dll',
- 'plugin_prefix': '',
+
}],
],
},
@@ -152,7 +143,7 @@
'xcode_settings': {
'CHROMIUM_BUNDLE_ID': '<(mac_bundle_id)',
'INFOPLIST_FILE': 'host/host_plugin-Info.plist',
- 'WRAPPER_EXTENSION': '<(plugin_extension)',
+ 'WRAPPER_EXTENSION': 'plugin',
},
# TODO(mark): Come up with a fancier way to do this. It should
# only be necessary to list framework-Info.plist once, not the
@@ -167,36 +158,6 @@
],
}, # end of target 'chromoting_host_plugin'
{
- 'target_name': 'webapp_me2mom',
- 'type': 'none',
- 'dependencies': [
- 'chromoting_host_plugin',
- ],
- 'sources': [
- 'webapp/build-webapp.py',
- ],
- 'sources!': [
- 'webapp/build-webapp.py',
- ],
- 'actions': [
- {
- 'action_name': 'Build Me2Mom WebApp',
- 'inputs': [
- 'webapp/me2mom/',
- '<(PRODUCT_DIR)/<(plugin_prefix)chromoting_host_plugin.<(plugin_extension)',
- ],
- 'outputs': [
- '<(PRODUCT_DIR)/remoting/remoting-me2mom.webapp',
- ],
- 'action': [
- 'python', 'webapp/build-webapp.py',
- '<@(_inputs)',
- '<@(_outputs)'
- ],
- },
- ],
- }, # end of target 'webapp_me2mom'
- {
'target_name': 'chromoting_base',
'type': '<(library)',
'dependencies': [