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

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

Issue 501150: Adding third_party/ibus-hangul/ to the Chromium OS build. (Closed)
Patch Set: Added a TODO comment. Removed 2 packages from package-list-prod.txt. Created 10 years, 12 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 | « DEPS ('k') | src/scripts/build_platform_packages.sh » ('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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 # For wireless support 94 # For wireless support
95 iw 95 iw
96 libnl1 96 libnl1
97 linux-firmware 97 linux-firmware
98 98
99 # For IBus 99 # For IBus
100 ibus 100 ibus
101 ibus-anthy 101 ibus-anthy
102 ibus-chewing 102 ibus-chewing
103 ibus-gtk 103 ibus-gtk
104 libibus1 104 ibus-hangul
105 python-ibus
106 105
107 # For partitioning (GPT format) 106 # For partitioning (GPT format)
108 gptpart 107 gptpart
OLDNEW
« no previous file with comments | « DEPS ('k') | src/scripts/build_platform_packages.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698