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

Unified Diff: remoting/remoting_host_win.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/remoting_host.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting_host_win.gypi
diff --git a/remoting/remoting_host_win.gypi b/remoting/remoting_host_win.gypi
index 87b64a61cfdf6a64228b8501e51a262d7b432aba..4e24861c5730208ab49afe7a5d5f898494f81202 100644
--- a/remoting/remoting_host_win.gypi
+++ b/remoting/remoting_host_win.gypi
@@ -465,17 +465,20 @@
'remoting_core',
'remoting_desktop',
'remoting_host_exe',
+ 'remoting_me2me_native_messaging_host',
'remoting_native_messaging_manifests',
],
'compiled_inputs': [
'<(PRODUCT_DIR)/remoting_core.dll',
'<(PRODUCT_DIR)/remoting_desktop.exe',
'<(PRODUCT_DIR)/remoting_host.exe',
+ '<(PRODUCT_DIR)/remoting_native_messaging_host.exe',
],
'compiled_inputs_dst': [
'files/remoting_core.dll',
'files/remoting_desktop.exe',
'files/remoting_host.exe',
+ 'files/remoting_native_messaging_host.exe',
],
'conditions': [
['buildtype == "Official"', {
« no previous file with comments | « remoting/remoting_host.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698