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

Unified Diff: remoting/remoting.gyp

Issue 171163003: Add version info resource to the it2me and me2me native messaging hosts. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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
Index: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index 1ac3b845220c7124fe5d825a5bf6628d8ba2c007..1392529e85bc8448bff734f3ef51642e7e7b6aa9 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -108,6 +108,8 @@
'BINARY_DESKTOP=2',
'BINARY_HOST_ME2ME=3',
'BINARY_HOST_PLUGIN=4',
+ 'BINARY_NATIVE_MESSAGING_HOST=5',
+ 'BINARY_REMOTE_ASSISTANCE_HOST=6',
],
'include_dirs': [
'..', # Root of Chrome checkout

Powered by Google App Engine
This is Rietveld 408576698