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

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

Issue 525015: rename connman and move it to it's own repo (Closed)
Patch Set: Created 10 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 | « DEPS ('k') | src/package_repo/repo_list_image.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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 69
70 # For encrypted home directories 70 # For encrypted home directories
71 dmsetup 71 dmsetup
72 libhx18 72 libhx18
73 libpam-mount 73 libpam-mount
74 e4fsprogs-git 74 e4fsprogs-git
75 75
76 # Chrome OS packages; keep alphabetized 76 # Chrome OS packages; keep alphabetized
77 chromeos-acpi 77 chromeos-acpi
78 chromeos-chrome 78 chromeos-chrome
79 chromeos-connman
80 chromeos-cryptohome 79 chromeos-cryptohome
81 chromeos-init 80 chromeos-init
82 chromeos-installer 81 chromeos-installer
82 chromeos-flimflam
83 chromeos-libcros 83 chromeos-libcros
84 chromeos-login 84 chromeos-login
85 chromeos-minijail 85 chromeos-minijail
86 chromeos-metrics-collection 86 chromeos-metrics-collection
87 chromeos-metrics-daemon 87 chromeos-metrics-daemon
88 chromeos-monitor-reconfig 88 chromeos-monitor-reconfig
89 chromeos-pam-google 89 chromeos-pam-google
90 chromeos-ply-image 90 chromeos-ply-image
91 chromeos-screenlocker 91 chromeos-screenlocker
92 chromeos-theme 92 chromeos-theme
(...skipping 12 matching lines...) Expand all
105 ibus-chewing 105 ibus-chewing
106 ibus-hangul 106 ibus-hangul
107 ibus-m17n 107 ibus-m17n
108 ibus-gtk 108 ibus-gtk
109 109
110 # For partitioning (GPT format) 110 # For partitioning (GPT format)
111 gptpart 111 gptpart
112 112
113 # For collecting metrics 113 # For collecting metrics
114 time 114 time
OLDNEW
« no previous file with comments | « DEPS ('k') | src/package_repo/repo_list_image.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698