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

Unified Diff: remoting/host/linux/remoting_me2me_host_wrapper.sh

Issue 1885483003: Copy Linux me2me script to output dir for GN builds (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 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/linux/linux_me2me_host.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/linux/remoting_me2me_host_wrapper.sh
diff --git a/remoting/host/linux/remoting_me2me_host_wrapper.sh b/remoting/host/linux/remoting_me2me_host_wrapper.sh
new file mode 100755
index 0000000000000000000000000000000000000000..12e4400b72d68a9f2d1d4fd57f843bb303e71b99
--- /dev/null
+++ b/remoting/host/linux/remoting_me2me_host_wrapper.sh
@@ -0,0 +1,16 @@
+#!/bin/sh
+
+# Copyright 2016 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# This is a simple wrapper script around the remoting_me2me_host binary,
+# intended only for development use. It is copied into a build
+# subdirectory as
+# $CHROMIUM_OUTPUT_DIR/remoting/chrome-remote-desktop-host
+# and runs the remoting_me2me_host binary in the parent output directory.
+# The linux_me2me_host.py script is also copied into the remoting/
+# build directory, so it finds this host wrapper script in the same
+# directory.
+
+exec "$(dirname "$0")/../remoting_me2me_host" "$@"
« no previous file with comments | « remoting/host/linux/linux_me2me_host.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698