Index: remoting/remoting_webapp.gypi |
diff --git a/remoting/remoting_webapp.gypi b/remoting/remoting_webapp.gypi |
index 871a876af65507947bab2db5c87ddd28c13fa11b..38122db11d07d3e754b3923c612443a34bfa0e79 100644 |
--- a/remoting/remoting_webapp.gypi |
+++ b/remoting/remoting_webapp.gypi |
@@ -7,7 +7,6 @@ |
{ |
'type': 'none', |
'variables': { |
- 'include_host_plugin%': 0, |
'extra_files%': [], |
'generated_html_files': [ |
'<(SHARED_INTERMEDIATE_DIR)/main.html', |
@@ -19,22 +18,6 @@ |
'remoting_webapp_html', |
], |
'conditions': [ |
- ['include_host_plugin==1', { |
- 'dependencies': [ |
- 'remoting_host_plugin', |
- ], |
- 'variables': { |
- 'plugin_path': '<(PRODUCT_DIR)/<(host_plugin_prefix)remoting_host_plugin.<(host_plugin_extension)', |
- 'plugin_args': [ |
- '--locales', '<@(remoting_host_locale_files)', |
- '--plugin', '<(plugin_path)', |
- ], |
- }, |
- }, { |
- 'variables': { |
- 'plugin_args': [], |
- }, |
- }], |
['webapp_type=="v2_pnacl"', { |
'dependencies': [ |
'remoting_nacl.gyp:remoting_client_plugin_nacl', |
@@ -83,14 +66,6 @@ |
'<@(remoting_webapp_locale_files)', |
'<@(extra_files)', |
], |
- 'conditions': [ |
- ['include_host_plugin==1', { |
- 'inputs': [ |
- '<(plugin_path)', |
- '<@(remoting_host_locale_files)', |
- ], |
- }], |
- ], |
'outputs': [ |
'<(output_dir)', |
'<(zip_path)', |
@@ -99,7 +74,6 @@ |
'python', 'webapp/build-webapp.py', |
'<(buildtype)', |
'<(version_full)', |
- '<(host_plugin_mime_type)', |
'<(output_dir)', |
'<(zip_path)', |
'webapp/manifest.json.jinja2', |
@@ -107,7 +81,6 @@ |
'<@(generated_html_files)', |
'<@(remoting_webapp_files)', |
'<@(extra_files)', |
- '<@(plugin_args)', |
'--locales', '<@(remoting_webapp_locale_files)', |
], |
}, |