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

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

Issue 1803883002: Reland: Media Galleries Partial Deprecation: Remove image metadata & libexif. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove a remnant on MacOSX official build 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=$(dirname $0) 6 SCRIPT_DIR=$(dirname $0)
7 7
8 DISTRO=ubuntu 8 DISTRO=ubuntu
9 DIST=trusty 9 DIST=trusty
10 10
(...skipping 26 matching lines...) Expand all
37 libcap2 37 libcap2
38 libcomerr2 38 libcomerr2
39 libcups2 39 libcups2
40 libcups2-dev 40 libcups2-dev
41 libdbus-1-3 41 libdbus-1-3
42 libdbus-1-dev 42 libdbus-1-dev
43 libdbus-glib-1-2 43 libdbus-glib-1-2
44 libdrm2 44 libdrm2
45 libelf1 45 libelf1
46 libelf-dev 46 libelf-dev
47 libexif12
48 libexif-dev
49 libexpat1 47 libexpat1
50 libexpat1-dev 48 libexpat1-dev
51 libffi6 49 libffi6
52 libfontconfig1 50 libfontconfig1
53 libfontconfig1-dev 51 libfontconfig1-dev
54 libfreetype6 52 libfreetype6
55 libfreetype6-dev 53 libfreetype6-dev
56 libgcc1 54 libgcc1
57 libgconf-2-4 55 libgconf-2-4
58 libgconf2-4 56 libgconf2-4
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 x11proto-render-dev 172 x11proto-render-dev
175 x11proto-scrnsaver-dev 173 x11proto-scrnsaver-dev
176 x11proto-xext-dev 174 x11proto-xext-dev
177 zlib1g 175 zlib1g
178 zlib1g-dev 176 zlib1g-dev
179 " 177 "
180 178
181 DEBIAN_PACKAGES_X86="libquadmath0" 179 DEBIAN_PACKAGES_X86="libquadmath0"
182 180
183 . ${SCRIPT_DIR}/sysroot-creator.sh 181 . ${SCRIPT_DIR}/sysroot-creator.sh
OLDNEW
« no previous file with comments | « build/linux/sysroot_scripts/sysroot-creator-jessie.sh ('k') | build/linux/sysroot_scripts/sysroot-creator-wheezy.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698