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"', { |