Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1101)

Unified Diff: remoting/remoting_host_linux.gypi

Issue 340993002: Revert of Remove NPAPI plugin from chromoting webapp. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/remoting_host.gypi ('k') | remoting/remoting_host_mac.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting_host_linux.gypi
diff --git a/remoting/remoting_host_linux.gypi b/remoting/remoting_host_linux.gypi
index 276cbeeef60145b44e52423b5db9d601d49ea926..5187bd23eee9847cd29a49dd59e9f487dd31c1dd 100644
--- a/remoting/remoting_host_linux.gypi
+++ b/remoting/remoting_host_linux.gypi
@@ -89,10 +89,13 @@
'actions': [
{
'action_name': 'dump_symbols',
+ 'variables': {
+ 'plugin_file': '<(host_plugin_prefix)remoting_host_plugin.<(host_plugin_extension)',
+ },
'inputs': [
'<(DEPTH)/build/linux/dump_app_syms',
'<(PRODUCT_DIR)/dump_syms',
- '<(PRODUCT_DIR)/remoting_me2me_host',
+ '<(PRODUCT_DIR)/<(plugin_file)',
],
'outputs': [
'<(PRODUCT_DIR)/<(plugin_file).breakpad.<(target_arch)',
@@ -100,14 +103,14 @@
'action': ['<(DEPTH)/build/linux/dump_app_syms',
'<(PRODUCT_DIR)/dump_syms',
'<(linux_strip_binary)',
- '<(PRODUCT_DIR)/remoting_me2me_host',
+ '<(PRODUCT_DIR)/<(plugin_file)',
'<@(_outputs)'],
'message': 'Dumping breakpad symbols to <(_outputs)',
'process_outputs_as_sources': 1,
},
],
'dependencies': [
- 'remoting_me2me_host',
+ 'remoting_host_plugin',
'../breakpad/breakpad.gyp:dump_syms',
],
}], # 'linux_dump_symbols==1'
« no previous file with comments | « remoting/remoting_host.gypi ('k') | remoting/remoting_host_mac.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698