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

Unified Diff: content/content_shell_ant_helper.sh

Issue 10669030: Pass the build type to ant build (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Remove the unused code Created 8 years, 6 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 | « content/content_shell.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_shell_ant_helper.sh
diff --git a/native_client_sdk/src/sdktry.sh b/content/content_shell_ant_helper.sh
similarity index 59%
copy from native_client_sdk/src/sdktry.sh
copy to content/content_shell_ant_helper.sh
index 220381deb7c41dbb19746f1bfaf625711fbc98c1..e239609f8914a8f410cde59368ed5763e676b0c9 100755
--- a/native_client_sdk/src/sdktry.sh
+++ b/content/content_shell_ant_helper.sh
@@ -4,7 +4,8 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-# gcl wrapper to kick off nacl-sdk try jobs.
+set -eu
John Grabowski 2012/07/10 03:43:44 A comment in this file is warranted. E.g. used fr
-readonly script_dir=$(dirname $0)
-gcl try $* $(${script_dir}/sdktry-list.sh)
+buildtype="$(tr '[A-Z]' '[a-z]' <<< "${6}")"
+
+exec "${1}" "${2}" "${3}" "${4}" "${5}" "${buildtype}"
« no previous file with comments | « content/content_shell.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698