2 # Copyright 2014 The Chromium Authors. All rights reserved.
3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file.
6 SCRIPT_DIR
=$
(dirname $0)
10 # This is where we get all the debian packages from.
11 APT_REPO
=http
://archive.ubuntu.com
/ubuntu
12 APT_REPO_ARM
=http
://ports.ubuntu.com
13 REPO_BASEDIR
="${APT_REPO}/dists/${DIST}"
14 KEYRING_FILE
=/usr
/share
/keyrings
/ubuntu-archive-keyring.gpg
16 # Sysroot packages: these are the packages needed to build chrome.
17 # NOTE: When DEBIAN_PACKAGES is modified, the packagelist files must be updated
18 # by running this script in GeneratePackageList mode.
19 # TODO(thestig) Remove libgcrypt11* the next time a package gets added.
35 libcairo-script-interpreter2 \
63 libgdk-pixbuf2.0-dev \
70 libgnome-keyring-dev \
102 libpangocairo-1.0-0 \
116 libpulse-mainloop-glib0 \
166 x11proto-composite-dev \
168 x11proto-damage-dev \
173 x11proto-record-dev \
174 x11proto-render-dev \
175 x11proto-scrnsaver-dev \
180 DEBIAN_PACKAGES_X86
="libquadmath0"
182 .
${SCRIPT_DIR}/sysroot-creator.sh