mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-22 22:21:10 +02:00
Add change to enable getting safe build of chrome
Review URL: http://codereview.chromium.org/436035 git-svn-id: svn://chrome-svn/chromeos/trunk@318 06c00378-0e64-4dae-be16-12b19f9950a1
This commit is contained in:
parent
cc4f826f05
commit
07fe79d41c
@ -12,6 +12,7 @@
|
|||||||
assert_inside_chroot
|
assert_inside_chroot
|
||||||
|
|
||||||
# Flags
|
# Flags
|
||||||
|
DEFINE_boolean stable $FLAGS_FALSE "Build with stable version of browser."
|
||||||
|
|
||||||
# Parse command line
|
# Parse command line
|
||||||
FLAGS "$@" || exit 1
|
FLAGS "$@" || exit 1
|
||||||
@ -36,6 +37,12 @@ THIRD_PARTY_PACKAGES="connman e2fsprogs/files gflags gtest \
|
|||||||
wpa_supplicant xscreensaver/xscreensaver-5.08 \
|
wpa_supplicant xscreensaver/xscreensaver-5.08 \
|
||||||
xserver-xorg-core xserver-xorg-video-intel"
|
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.
|
# Build third_party packages first, since packages and libs depend on them.
|
||||||
for i in $THIRD_PARTY_PACKAGES
|
for i in $THIRD_PARTY_PACKAGES
|
||||||
do
|
do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user