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

Side by Side Diff: src/package_repo/package-list-dev.txt

Issue 502089: Adding third_party/ibus-m17n/ to the Chromium OS build. (Closed)
Patch Set: Created 11 years 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 | « DEPS ('k') | src/package_repo/package-list-prod.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # This file contains the list of packages we install for Chrome OS developers. 5 # This file contains the list of packages we install for Chrome OS developers.
6 # One package per line 6 # One package per line
7 7
8 # To read these into a line in a script, do: 8 # To read these into a line in a script, do:
9 # PKGS=`cat $PACKAGE_LIST_FILE | grep -v ' *#' | grep -v '^ *$' | tr '\n' ' '` 9 # PKGS=`cat $PACKAGE_LIST_FILE | grep -v ' *#' | grep -v '^ *$' | tr '\n' ' '`
10 # change "' '" to "','" for a comma separated list 10 # change "' '" to "','" for a comma separated list
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 cmake 163 cmake
164 gob2 164 gob2
165 libchewing3-dev 165 libchewing3-dev
166 166
167 # Packages needed to build IBus-Anthy 167 # Packages needed to build IBus-Anthy
168 cvs 168 cvs
169 gettext 169 gettext
170 libanthy-dev 170 libanthy-dev
171 swig 171 swig
172 172
173 # Packages needed to build IBus-m17n
174 libdatrie-dev
175 libgd2-noxpm
176 libm17n-dev
177 libotf0
178 libthai-dev
179 m17n-contrib
180 m17n-db
181
173 # Packages needed to build wireless tools 182 # Packages needed to build wireless tools
174 libnl-dev 183 libnl-dev
175 184
176 # Packages needed to build chromeos-minijail 185 # Packages needed to build chromeos-minijail
177 libcap-dev 186 libcap-dev
178 187
179 # Needed for chromiumos-build 188 # Needed for chromiumos-build
180 python-debian 189 python-debian
181 dpkg-cross 190 dpkg-cross
182 python-apt 191 python-apt
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 procps 226 procps
218 python 227 python
219 sudo 228 sudo
220 tasksel 229 tasksel
221 tzdata 230 tzdata
222 ubuntu-keyring 231 ubuntu-keyring
223 udev 232 udev
224 upstart 233 upstart
225 vim-tiny 234 vim-tiny
226 whiptail 235 whiptail
OLDNEW
« no previous file with comments | « DEPS ('k') | src/package_repo/package-list-prod.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698