Chromium Code Reviews| Index: frog/frogc |
| =================================================================== |
| --- frog/frogc (revision 4730) |
| +++ frog/frogc (working copy) |
| @@ -1,7 +0,0 @@ |
| -#!/bin/sh |
| - |
| -# Run frogc.dart on the Dart VM with its libdir set correctly. |
| - |
| -SCRIPTPATH=`dirname $0` |
| -LIBPATH=`dirname $SCRIPTPATH`/lib |
| -$SCRIPTPATH/dart --new_gen_heap_size=128 $SCRIPTPATH/frogc.dart --libdir=$LIBPATH $@ |