| Index: tools/dom/scripts/go.sh
|
| diff --git a/tools/dom/scripts/go.sh b/tools/dom/scripts/go.sh
|
| index c17719fd84c1b998830c300835711f0e472b32d1..a830a9b7d99efe98c03ee2f8dcdc313a0d05f9bf 100755
|
| --- a/tools/dom/scripts/go.sh
|
| +++ b/tools/dom/scripts/go.sh
|
| @@ -18,7 +18,7 @@ set -x
|
| #
|
| # To generate a subset of systems:
|
| #
|
| -# ./go.sh dart2js,htmldart2js
|
| +# ./go.sh dart2js,htmldartium
|
| #
|
| # The following gives a picture of the changes due to 'work'
|
| #
|
| @@ -29,7 +29,7 @@ set -x
|
| # ./go.sh
|
| # meld ../generated0 ../generated # compare directories with too
|
|
|
| -ALLSYSTEMS="htmldart2js,htmldartium"
|
| +ALLSYSTEMS="htmldart2js,htmldartium,_blink"
|
| SYSTEMS="$ALLSYSTEMS"
|
|
|
| if [[ "$1" != "" ]] ; then
|
|
|