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

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

Issue 434033: Build IBus packages. (Closed)
Patch Set: copy files before patching Created 11 years, 1 month 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 | « src/package_repo/package-list-dev.txt ('k') | src/package_repo/repo_list_dev.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 on the production 5 # This file contains the list of packages we install on the production
6 # machines (ie, end users). One package per line 6 # machines (ie, end users). 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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 chromeos-installer 75 chromeos-installer
76 chromeos-libcros 76 chromeos-libcros
77 chromeos-login 77 chromeos-login
78 chromeos-monitor-reconfig 78 chromeos-monitor-reconfig
79 chromeos-pam-google 79 chromeos-pam-google
80 chromeos-ply-image 80 chromeos-ply-image
81 chromeos-screenlocker 81 chromeos-screenlocker
82 chromeos-wm 82 chromeos-wm
83 chromeos-wpasupplicant 83 chromeos-wpasupplicant
84 memento-updater 84 memento-updater
85
86 # For IBus
87 ibus
88 ibus-anthy
89 ibus-chewing
90 ibus-gtk
91 libibus1
92 python-ibus
OLDNEW
« no previous file with comments | « src/package_repo/package-list-dev.txt ('k') | src/package_repo/repo_list_dev.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698