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

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

Issue 2444473002: Add gtk3 dev files to sysroot (Closed)
Patch Set: Created 4 years, 2 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/bash 1 #!/bin/bash
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 DIST_UPDATES=trusty-updates 10 DIST_UPDATES=trusty-updates
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 libgnome-keyring-dev 76 libgnome-keyring-dev
77 libgnutls26 77 libgnutls26
78 libgnutls-dev 78 libgnutls-dev
79 libgnutls-openssl27 79 libgnutls-openssl27
80 libgnutlsxx27 80 libgnutlsxx27
81 libgomp1 81 libgomp1
82 libgpg-error0 82 libgpg-error0
83 libgpg-error-dev 83 libgpg-error-dev
84 libgssapi-krb5-2 84 libgssapi-krb5-2
85 libgssrpc4 85 libgssrpc4
86 libgtk-3-0
87 libgtk-3-dev
86 libgtk2.0-0 88 libgtk2.0-0
87 libgtk2.0-dev 89 libgtk2.0-dev
88 libk5crypto3 90 libk5crypto3
89 libkadm5clnt-mit9 91 libkadm5clnt-mit9
90 libkadm5srv-mit9 92 libkadm5srv-mit9
91 libkdb5-7 93 libkdb5-7
92 libkeyutils1 94 libkeyutils1
93 libkrb5-3 95 libkrb5-3
94 libkrb5-dev 96 libkrb5-dev
95 libkrb5support0 97 libkrb5support0
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 x11proto-render-dev 183 x11proto-render-dev
182 x11proto-scrnsaver-dev 184 x11proto-scrnsaver-dev
183 x11proto-xext-dev 185 x11proto-xext-dev
184 zlib1g 186 zlib1g
185 zlib1g-dev 187 zlib1g-dev
186 " 188 "
187 189
188 DEBIAN_PACKAGES_X86="libquadmath0" 190 DEBIAN_PACKAGES_X86="libquadmath0"
189 191
190 . ${SCRIPT_DIR}/sysroot-creator.sh 192 . ${SCRIPT_DIR}/sysroot-creator.sh
OLDNEW
« no previous file with comments | « build/linux/sysroot_scripts/sysroot-creator-precise.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