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

Side by Side 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, 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « content/content_shell.gypi ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #!/bin/bash 1 #!/bin/bash
2 2
3 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 3 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
John Grabowski 2012/07/10 03:45:34 Uh, one more thing. I don't think this script shou
4 # Use of this source code is governed by a BSD-style license that can be 4 # Use of this source code is governed by a BSD-style license that can be
5 # found in the LICENSE file. 5 # found in the LICENSE file.
6 6
7 # gcl wrapper to kick off nacl-sdk try jobs. 7 set -eu
John Grabowski 2012/07/10 03:43:44 A comment in this file is warranted. E.g. used fr
8 8
9 readonly script_dir=$(dirname $0) 9 buildtype="$(tr '[A-Z]' '[a-z]' <<< "${6}")"
10 gcl try $* $(${script_dir}/sdktry-list.sh) 10
11 exec "${1}" "${2}" "${3}" "${4}" "${5}" "${buildtype}"
OLDNEW
« 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