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

Unified Diff: gce/uploader_iteration.sh

Issue 960873003: [chrome-devtools-frontend] Generate LASTCHANGE.blink in the uploader script (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/chrome-devtools-frontend
Patch Set: Created 5 years, 10 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 ce2e0835b6af0995dd8ee55dd3d01afa42661b08..4ad8c4fbf3b2c68ddcac922ee60967894b0a7900 100755
--- a/gce/uploader_iteration.sh
+++ b/gce/uploader_iteration.sh
@@ -101,6 +101,11 @@ for REVISION in $REVISION_LIST; do
GYP_GENERATORS=ninja ../gyp/gyp --toplevel-dir="$DEVTOOLS_DIR" --depth=../../../../devtools-frontend --generator-output=../../../../devtools-frontend "$DEVTOOLS_GYP" || exit $EXIT_GYP_DEVTOOLS
popd
+ LASTCHANGE_DIR="$SOURCE_DIR/../build/util"
+ LASTCHANGE_FILE="$LASTCHANGE_DIR/LASTCHANGE.blink"
+ mkdir -p $LASTCHANGE_DIR
+ echo "LASTCHANGE=$REVISION" > $LASTCHANGE_FILE
+
ninja -C devtools-frontend/out/Default devtools_frontend_resources || exit $EXIT_BUILD_FRONTEND
ZIP_FILE_NAME=devtools_frontend.zip
ZIP_FILE=$(pwd)/devtools-frontend/$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