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

Unified Diff: remoting/tools/keygen.py

Issue 10821028: Basic Debian packaging for Linux Me2Me host (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add copyright notices 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
« no previous file with comments | « remoting/host/installer/linux/debian/rules ('k') | remoting/tools/me2me_virtual_host.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/tools/keygen.py
diff --git a/remoting/tools/keygen.py b/remoting/tools/keygen.py
index 482aeca86f81b4595d3de6411492afca81dcda71..d7e5d582c872150b2b6b05e787e5f92843eeb8dc 100644
--- a/remoting/tools/keygen.py
+++ b/remoting/tools/keygen.py
@@ -18,7 +18,8 @@ _EXE_PATHS_TO_TRY = [
'../../xcodebuild/Debug',
'../../xcodebuild/Release',
'../../out/Debug',
- '../../out/Release']
+ '../../out/Release',
+ '/usr/lib/chrome-remote-desktop']
def locate_executable(exe_name):
« no previous file with comments | « remoting/host/installer/linux/debian/rules ('k') | remoting/tools/me2me_virtual_host.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698