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

Unified Diff: src/scripts/build_platform_packages.sh

Issue 436035: Add change to enable getting safe build of chrome (Closed) Base URL: svn://chrome-svn/chromeos/trunk/
Patch Set: '' Created 11 years, 1 month 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 | « src/platform/chrome/copy_chrome_zip.sh ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/scripts/build_platform_packages.sh
===================================================================
--- src/scripts/build_platform_packages.sh (revision 315)
+++ src/scripts/build_platform_packages.sh (working copy)
@@ -12,6 +12,7 @@
assert_inside_chroot
# Flags
+DEFINE_boolean stable $FLAGS_FALSE "Build with stable version of browser."
# Parse command line
FLAGS "$@" || exit 1
@@ -36,6 +37,12 @@
wpa_supplicant xscreensaver/xscreensaver-5.08 \
xserver-xorg-core xserver-xorg-video-intel"
+if [ $FLAGS_stable -eq $FLAGS_TRUE ]
+then
+ # Passed to copy_chrome_zip.sh to get stable version of the browser
+ export GET_STABLE_CHROME=1
+fi
+
# Build third_party packages first, since packages and libs depend on them.
for i in $THIRD_PARTY_PACKAGES
do
« no previous file with comments | « src/platform/chrome/copy_chrome_zip.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698