diff options
author | weitaosu@chromium.org <weitaosu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-15 08:28:27 +0000 |
---|---|---|
committer | weitaosu@chromium.org <weitaosu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-15 08:28:27 +0000 |
commit | 477fa792c3d4d86c03aeacad95cd36a1f2b14b0f (patch) | |
tree | 683bfb96fba5d3754b56de5ae5ec61ba43afa11a /remoting/remoting_host.gypi | |
parent | e96a060fcfbc2c852b01440c67970859865b28d6 (diff) | |
download | chromium_src-477fa792c3d4d86c03aeacad95cd36a1f2b14b0f.zip chromium_src-477fa792c3d4d86c03aeacad95cd36a1f2b14b0f.tar.gz chromium_src-477fa792c3d4d86c03aeacad95cd36a1f2b14b0f.tar.bz2 |
Add the it2me native messaging host to the windows installer.
BUG=338952
Review URL: https://codereview.chromium.org/168113002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251560 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting_host.gypi')
-rw-r--r-- | remoting/remoting_host.gypi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/remoting/remoting_host.gypi b/remoting/remoting_host.gypi index 6284b30..93f7cf0 100644 --- a/remoting/remoting_host.gypi +++ b/remoting/remoting_host.gypi @@ -608,6 +608,7 @@ ], }], ['OS=="win"', { + 'product_name': 'remote_assistance_host', 'msvs_settings': { 'VCManifestTool': { 'EmbedManifest': 'true', @@ -634,7 +635,7 @@ [ 'OS == "win"', { 'variables': { 'me2me_host_path': 'remoting_native_messaging_host.exe', - 'it2me_host_path': 'remoting_assistance_host.exe', + 'it2me_host_path': 'remote_assistance_host.exe', }, }], [ 'OS == "mac"', { |