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

Unified Diff: remoting/remoting_host.gypi

Issue 143303007: Enable pairing registry in me2me native messaging host on Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pairing
Patch Set: Created 6 years, 10 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/host/setup/me2me_native_messaging_host_main.cc ('k') | remoting/remoting_host_win.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
« no previous file with comments | « remoting/host/setup/me2me_native_messaging_host_main.cc ('k') | remoting/remoting_host_win.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698