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

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

Issue 2603963002: build: Add jsoncpp packages to jessie sysroots. (Closed)
Patch Set: Created 3 years, 11 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/packagelist.jessie.mipsel ('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 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 "${BASH_SOURCE[0]}" )" && pwd )" 6 SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[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 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 libgssrpc4 102 libgssrpc4
103 libgtk-3-0 103 libgtk-3-0
104 libgtk-3-dev 104 libgtk-3-dev
105 libgtk2.0-0 105 libgtk2.0-0
106 libgtk2.0-dev 106 libgtk2.0-dev
107 libharfbuzz0b 107 libharfbuzz0b
108 libharfbuzz-dev 108 libharfbuzz-dev
109 libharfbuzz-gobject0 109 libharfbuzz-gobject0
110 libharfbuzz-icu0 110 libharfbuzz-icu0
111 libatomic1 111 libatomic1
112 libjsoncpp0
113 libjsoncpp-dev
112 libk5crypto3 114 libk5crypto3
113 libkadm5clnt-mit9 115 libkadm5clnt-mit9
114 libkadm5srv-mit9 116 libkadm5srv-mit9
115 libkdb5-7 117 libkdb5-7
116 libkeyutils1 118 libkeyutils1
117 libkrb5-3 119 libkrb5-3
118 libkrb5-dev 120 libkrb5-dev
119 libkrb5support0 121 libkrb5support0
120 libnspr4 122 libnspr4
121 libnspr4-dev 123 libnspr4-dev
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 libdatrie1 255 libdatrie1
254 libgmp10 256 libgmp10
255 libgraphite2-3 257 libgraphite2-3
256 libhogweed2 258 libhogweed2
257 libitm1 259 libitm1
258 libnettle4 260 libnettle4
259 libthai0 261 libthai0
260 " 262 "
261 263
262 . "${SCRIPT_DIR}/sysroot-creator.sh" 264 . "${SCRIPT_DIR}/sysroot-creator.sh"
OLDNEW
« no previous file with comments | « build/linux/sysroot_scripts/packagelist.jessie.mipsel ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698