summaryrefslogtreecommitdiffstats
path: root/remoting
diff options
context:
space:
mode:
authorsergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-03 23:25:30 +0000
committersergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-03 23:25:30 +0000
commit4ad66d407b0f9cdbe9cc59afe7229d3198ed015a (patch)
treebda2359eacf0e44bfe569644a71cddd250460f92 /remoting
parenteb218c006d96230a856e266cc4ad14ee6e738e2c (diff)
downloadchromium_src-4ad66d407b0f9cdbe9cc59afe7229d3198ed015a.zip
chromium_src-4ad66d407b0f9cdbe9cc59afe7229d3198ed015a.tar.gz
chromium_src-4ad66d407b0f9cdbe9cc59afe7229d3198ed015a.tar.bz2
Use correct path for remote_assistance_host
BUG=309844 Review URL: https://codereview.chromium.org/147273003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248607 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting')
-rw-r--r--remoting/remoting_host.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/remoting_host.gypi b/remoting/remoting_host.gypi
index 7567245..620f722 100644
--- a/remoting/remoting_host.gypi
+++ b/remoting/remoting_host.gypi
@@ -646,7 +646,7 @@
'action': [
'python', '<(remoting_localize_path)',
'--define', 'ME2ME_HOST_PATH=<(me2me_host_path)',
- '--define', 'IT2ME_HOST_PATH=<(me2me_host_path)',
+ '--define', 'IT2ME_HOST_PATH=<(it2me_host_path)',
'--variables', '<(branding_path)',
'--template', '<(RULE_INPUT_PATH)',
'--locale_output', '<@(_outputs)',