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

Side by Side Diff: build/linux/sysroot_scripts/sysroot-creator-jessie.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=$(cd $(dirname $0) && pwd) 6 SCRIPT_DIR=$(cd $(dirname $0) && pwd)
7 7
8 DISTRO=debian 8 DISTRO=debian
9 DIST=jessie 9 DIST=jessie
10 DIST_UPDATES=jessie-updates 10 DIST_UPDATES=jessie-updates
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 libgnome-keyring-dev 89 libgnome-keyring-dev
90 libgnutls-openssl27 90 libgnutls-openssl27
91 libgnutls-deb0-28 91 libgnutls-deb0-28
92 libgnutlsxx28 92 libgnutlsxx28
93 libgnutls28-dev 93 libgnutls28-dev
94 libgomp1 94 libgomp1
95 libgpg-error0 95 libgpg-error0
96 libgpg-error-dev 96 libgpg-error-dev
97 libgssapi-krb5-2 97 libgssapi-krb5-2
98 libgssrpc4 98 libgssrpc4
99 libgtk-3-0
100 libgtk-3-dev
99 libgtk2.0-0 101 libgtk2.0-0
100 libgtk2.0-dev 102 libgtk2.0-dev
101 libharfbuzz0b 103 libharfbuzz0b
102 libharfbuzz-dev 104 libharfbuzz-dev
103 libharfbuzz-gobject0 105 libharfbuzz-gobject0
104 libharfbuzz-icu0 106 libharfbuzz-icu0
105 libatomic1 107 libatomic1
106 libk5crypto3 108 libk5crypto3
107 libkadm5clnt-mit9 109 libkadm5clnt-mit9
108 libkadm5srv-mit9 110 libkadm5srv-mit9
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 libdatrie1 241 libdatrie1
240 libgmp10 242 libgmp10
241 libgraphite2-3 243 libgraphite2-3
242 libhogweed2 244 libhogweed2
243 libitm1 245 libitm1
244 libnettle4 246 libnettle4
245 libthai0 247 libthai0
246 " 248 "
247 249
248 . ${SCRIPT_DIR}/sysroot-creator.sh 250 . ${SCRIPT_DIR}/sysroot-creator.sh
OLDNEW
« no previous file with comments | « build/linux/sysroot_scripts/packagelist.wheezy.mipsel ('k') | build/linux/sysroot_scripts/sysroot-creator-precise.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698