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

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

Issue 1791623002: Revert of Media Galleries Partial Deprecation: Remove image metadata & libexif. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Manual revert/rebase. Created 4 years, 9 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
OLDNEW
1 #!/bin/sh 1 #!/bin/sh
2 # Copyright 2014 The Chromium Authors. All rights reserved. 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 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=$(cd $(dirname $0) && pwd) 6 SCRIPT_DIR=$(cd $(dirname $0) && pwd)
7 7
8 DISTRO=debian 8 DISTRO=debian
9 DIST=wheezy 9 DIST=wheezy
10 APT_REPO=http://http.us.debian.org/debian 10 APT_REPO=http://http.us.debian.org/debian
(...skipping 30 matching lines...) Expand all
41 libcups2-dev 41 libcups2-dev
42 libdbus-1-3 42 libdbus-1-3
43 libdbus-1-dev 43 libdbus-1-dev
44 libdbus-glib-1-2 44 libdbus-glib-1-2
45 libdrm2 45 libdrm2
46 libdrm-dev 46 libdrm-dev
47 libdrm-nouveau1a 47 libdrm-nouveau1a
48 libdrm-radeon1 48 libdrm-radeon1
49 libelf1 49 libelf1
50 libelf-dev 50 libelf-dev
51 libexif12
52 libexif-dev
51 libexpat1 53 libexpat1
52 libexpat1-dev 54 libexpat1-dev
53 libffi5 55 libffi5
54 libffi-dev 56 libffi-dev
55 libfontconfig1 57 libfontconfig1
56 libfontconfig1-dev 58 libfontconfig1-dev
57 libfreetype6 59 libfreetype6
58 libfreetype6-dev 60 libfreetype6-dev
59 libgcc1 61 libgcc1
60 libgconf-2-4 62 libgconf-2-4
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 x11proto-xinerama-dev 184 x11proto-xinerama-dev
183 zlib1g 185 zlib1g
184 zlib1g-dev 186 zlib1g-dev
185 " 187 "
186 188
187 DEBIAN_PACKAGES_X86="libquadmath0 libdrm-intel1" 189 DEBIAN_PACKAGES_X86="libquadmath0 libdrm-intel1"
188 DEBIAN_PACKAGES_ARM="libdrm-omap1" 190 DEBIAN_PACKAGES_ARM="libdrm-omap1"
189 DEBIAN_PACKAGES_AMD64="" 191 DEBIAN_PACKAGES_AMD64=""
190 192
191 . ${SCRIPT_DIR}/sysroot-creator.sh 193 . ${SCRIPT_DIR}/sysroot-creator.sh
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698