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

Unified Diff: gce/uploader_iteration.sh

Issue 2829683005: DevTools: update LASTCHANGE for uploader_iteration.sh (Closed)
Patch Set: Created 3 years, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« 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