Index: remoting/remoting_host.gypi |
diff --git a/remoting/remoting_host.gypi b/remoting/remoting_host.gypi |
index 8b865e70c5efdf49aa56d5277d08bfa6bb378106..057b01edfe6508fb6c0780c42c48072e03c32fa2 100644 |
--- a/remoting/remoting_host.gypi |
+++ b/remoting/remoting_host.gypi |
@@ -555,6 +555,28 @@ |
], |
}, # end of target 'remoting_it2me_host_static' |
{ |
+ 'target_name': 'remoting_me2me_native_messaging_host', |
+ 'type': 'executable', |
+ 'product_name': 'remoting_native_messaging_host', |
+ 'variables': { 'enable_wexit_time_destructors': 1, }, |
+ 'dependencies': [ |
+ '../base/base.gyp:base', |
+ 'remoting_host', |
+ 'remoting_host_setup_base', |
+ 'remoting_native_messaging_base', |
+ ], |
+ 'sources': [ |
+ 'host/setup/me2me_native_messaging_host_main.cc', |
+ ], |
+ 'conditions': [ |
+ ['OS=="linux" and linux_use_tcmalloc==1', { |
+ 'dependencies': [ |
+ '../base/allocator/allocator.gyp:allocator', |
+ ], |
+ }], |
+ ], |
+ }, # end of target 'remoting_me2me_native_messaging_host' |
+ { |
'target_name': 'remoting_it2me_native_messaging_host', |
'type': 'executable', |
'variables': { 'enable_wexit_time_destructors': 1, }, |
@@ -608,7 +630,7 @@ |
'conditions': [ |
[ 'OS == "win"', { |
'variables': { |
- 'me2me_host_path': 'remoting_host.exe', |
+ 'me2me_host_path': 'remoting_native_messaging_host.exe', |
'it2me_host_path': 'remoting_assistance_host.exe', |
}, |
}], |
@@ -787,28 +809,6 @@ |
}], # OS=linux |
], # end of 'conditions' |
}, # end of target 'remoting_me2me_host' |
- { |
- 'target_name': 'remoting_me2me_native_messaging_host', |
- 'type': 'executable', |
- 'product_name': 'remoting_native_messaging_host', |
- 'variables': { 'enable_wexit_time_destructors': 1, }, |
- 'dependencies': [ |
- '../base/base.gyp:base', |
- 'remoting_host', |
- 'remoting_host_setup_base', |
- 'remoting_native_messaging_base', |
- ], |
- 'sources': [ |
- 'host/setup/me2me_native_messaging_host_main.cc', |
- ], |
- 'conditions': [ |
- ['OS=="linux" and linux_use_tcmalloc==1', { |
- 'dependencies': [ |
- '../base/allocator/allocator.gyp:allocator', |
- ], |
- }], |
- ], |
- }, # end of target 'remoting_me2me_native_messaging_host' |
], # end of 'targets' |
}], # OS!="win" |