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

Side by Side Diff: build/linux/sysroot_scripts/sysroot-creator-precise.sh

Issue 2277633002: Sysroot: Update install-sysroot.py (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@UpdatePackagelists
Patch Set: Remove dependent patch set Created 4 years, 3 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 unified diff | Download patch
« no previous file with comments | « build/linux/sysroot_scripts/sysroot-creator.sh ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #!/bin/bash 1 #!/bin/bash
2 # Copyright 2016 The Chromium Authors. All rights reserved. 2 # Copyright 2016 The Chromium Authors. All rights reserved.
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 SCRIPT_DIR=$(dirname $0) 6 SCRIPT_DIR=$(dirname $0)
7 7
8 DISTRO=ubuntu 8 DISTRO=ubuntu
9 DIST=precise 9 DIST=precise
10 DIST_UPDATES=precise-updates 10 DIST_UPDATES=precise-updates
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 x11proto-randr-dev 186 x11proto-randr-dev
187 x11proto-record-dev 187 x11proto-record-dev
188 x11proto-render-dev 188 x11proto-render-dev
189 x11proto-scrnsaver-dev 189 x11proto-scrnsaver-dev
190 x11proto-xext-dev 190 x11proto-xext-dev
191 zlib1g 191 zlib1g
192 zlib1g-dev 192 zlib1g-dev
193 " 193 "
194 194
195 DEBIAN_PACKAGES_X86="libquadmath0" 195 DEBIAN_PACKAGES_X86="libquadmath0"
196 DEBIAN_PACKAGES_ARM="libdrm-omap1"
196 197
197 . ${SCRIPT_DIR}/sysroot-creator.sh 198 . ${SCRIPT_DIR}/sysroot-creator.sh
OLDNEW
« no previous file with comments | « build/linux/sysroot_scripts/sysroot-creator.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698