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

Unified Diff: remoting/tools/me2me_virtual_host.py

Issue 10821028: Basic Debian packaging for Linux Me2Me host (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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
« remoting/host/installer/linux/debian/control ('K') | « remoting/tools/keygen.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/tools/me2me_virtual_host.py
diff --git a/remoting/tools/me2me_virtual_host.py b/remoting/tools/me2me_virtual_host.py
index 2b537b6e076b244ce97b40e5dd10e90798a34a08..34092427764d4333720328767670ea7bb15dad41 100755
--- a/remoting/tools/me2me_virtual_host.py
+++ b/remoting/tools/me2me_virtual_host.py
@@ -30,6 +30,7 @@ import urllib2
import uuid
# Local modules
+sys.path.insert(0, "/usr/share/chrome-remote-desktop")
import gaia_auth
import keygen
@@ -58,7 +59,8 @@ else:
EXE_PATHS_TO_TRY = [
".",
"../../out/Debug",
- "../../out/Release"
+ "../../out/Release",
+ "/usr/lib/chrome-remote-desktop",
]
CONFIG_DIR = os.path.expanduser("~/.config/chrome-remote-desktop")
« remoting/host/installer/linux/debian/control ('K') | « remoting/tools/keygen.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698