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

Side by Side Diff: tools/testing/legpad/example.sh

Issue 10187018: fix legpad example to use new dart2js bash script (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 7 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 # Sample script showing how to use legpad. 1 # Sample script showing how to use legpad.
2 2
3 # First compile "legpad.dart" to "legpad.dart.js" usung dart2js. 3 # First compile "legpad.dart" to "legpad.dart.js" usung dart2js.
4 set -x 4 set -x
5 DART_DIR="../../.." 5 DART_DIR="../../.."
6 $DART_DIR/out/Release_ia32/dart $DART_DIR/out/Release_ia32/dart2js --out=legpad. dart.js legpad.dart 6 $DART_DIR/out/Release_ia32/dart2js --out=legpad.dart.js legpad.dart
7 7
8 # Now run legpad to generate an html page that can be used to compile 8 # Now run legpad to generate an html page that can be used to compile
9 # example.dart 9 # example.dart
10 python legpad.py example.dart 10 python legpad.py example.dart
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