Chromium Code Reviews| Index: gce/uploader_iteration.sh |
| diff --git a/gce/uploader_iteration.sh b/gce/uploader_iteration.sh |
| index 41e95067b5631d8165738afeed2b14aa5e1c3f6a..ae31a2af2aea701d48620f67f6e081aac90804e2 100755 |
| --- a/gce/uploader_iteration.sh |
| +++ b/gce/uploader_iteration.sh |
| @@ -129,12 +129,13 @@ for REVISION in $REVISION_LIST; do |
| echo "is_debug=false" > out/Default/args.gn |
| gn gen out/Default || exit $EXIT_GYP_DEVTOOLS |
| - echo "Running ninja" |
| + echo "Generating LASTCHANGE files" |
| LASTCHANGE_FILE="build/util/LASTCHANGE" |
| - echo "LASTCHANGE=$REVISION" > $LASTCHANGE_FILE |
| + python build/util/lastchange.py > $LASTCHANGE_FILE |
| LASTCHANGE_BLINK_FILE="build/util/LASTCHANGE.blink" |
|
chenwilliam
2017/04/20 00:17:43
I think it might be OK to stop generating this fil
dgozman
2017/04/20 16:49:33
I vaguley remember the build/util/lastchange.py di
|
| echo "LASTCHANGE=$REVISION" > $LASTCHANGE_BLINK_FILE |
| + echo "Running ninja" |
| ninja -C out/Default devtools_frontend_resources || exit $EXIT_BUILD_FRONTEND |
| ZIP_FILE_NAME=devtools_frontend.zip |
| ZIP_FILE=$(pwd)/out/$ZIP_FILE_NAME |