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

Side by Side Diff: runtime/embedders/openglui/build_skia.sh

Issue 12224077: Use bash on linux for skia script (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 10 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 | « no previous file | 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/sh 1 #!/bin/bash
2 2
3 function usage { 3 function usage {
4 echo "usage: $0 [ --help ] [ --android ] [ --arm | --x86] [--clean] [<Dart dir ectory>]" 4 echo "usage: $0 [ --help ] [ --android ] [ --arm | --x86] [--clean] [<Dart dir ectory>]"
5 echo 5 echo
6 echo "Sync up Skia and build" 6 echo "Sync up Skia and build"
7 echo 7 echo
8 echo " --android: Build for Android" 8 echo " --android: Build for Android"
9 echo " --x86 : Build for Intel" 9 echo " --x86 : Build for Intel"
10 echo " --arm : Cross-compile for ARM (implies --android)" 10 echo " --arm : Cross-compile for ARM (implies --android)"
11 echo 11 echo
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 fi 96 fi
97 cd .. 97 cd ..
98 98
99 fi 99 fi
100 100
101 popd 101 popd
102 # TODO(gram) We should really propogate the make exit code here. 102 # TODO(gram) We should really propogate the make exit code here.
103 exit 0 103 exit 0
104 104
105 105
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698