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

Unified Diff: src/package_repo/package-list-prod.txt

Issue 627003: removes most of the old build tools (Closed)
Patch Set: Created 10 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/package_repo/package-list-dev.txt ('k') | src/scripts/build_all.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/package_repo/package-list-prod.txt
diff --git a/src/package_repo/package-list-prod.txt b/src/package_repo/package-list-prod.txt
deleted file mode 100644
index 83bca4632cb7b6635ae3948630e3ea8b3513ecc5..0000000000000000000000000000000000000000
--- a/src/package_repo/package-list-prod.txt
+++ /dev/null
@@ -1,132 +0,0 @@
-# Copyright (c) 2009 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file contains the list of packages we install on the production
-# machines (ie, end users). One package per line
-
-# To read these into a line in a script, do:
-# PKGS=`cat $PACKAGE_LIST_FILE | grep -v ' *#' | grep -v '^ *$' | tr '\n' ' '`
-# change "' '" to "','" for a comma separated list
-
-# TODO: Something broke in the dependencies so we need to manually
-# ensure that we have some X input packages
-xserver-xorg-input-kbd
-xserver-xorg-input-mouse
-xserver-xorg-input-synaptics
-xserver-xorg-video-intel [i386]
-
-# xserver
-xserver-xorg
-
-# For creating tokens that allow user binaries to communicate with the xserver.
-xauth
-
-# Needed by the developer kit.
-# TODO: Remove these from the prod list eventually but keep in debug.
-apt
-tar
-
-# Some things freak out if the hostname is not set.
-hostname
-
-# Newer packages of chromium-browser don't seem to have libgconf2 as
-# part of their depends, but chrome won't run without.
-libgconf2-4
-
-# DRI drivers are needed to run the clutter-based WM.
-libgl1-mesa-dri
-
-# Fonts
-ttf-dejavu
-ttf-droid
-ttf-sil-abyssinica
-
-# For power events (needed specifically to trap lid-close)
-acpid [i386]
-
-# For power management (battery monitor)
-devicekit-power
-
-# For dhcp
-dhcp3-client
-
-# For system logging
-rsyslog
-
-# For mounting
-devicekit-disks
-policykit-1
-
-# For shutdown to cleanly unmount the stateful partition
-lsof
-
-# For sound (needed specifically for volume adjustment)
-alsa-utils
-
-# For firewalling
-iptables
-
-# For setting time
-ntp
-
-# For encrypted home directories
-dmsetup
-libhx18
-libpam-mount
-e4fsprogs-git
-
-# Chrome OS packages; keep alphabetized
-chromeos-acpi [i386]
-chromeos-chrome
-chromeos-cryptohome
-chromeos-init
-chromeos-installer
-chromeos-flimflam
-chromeos-libcros
-chromeos-login
-chromeos-minijail
-chromeos-metrics-collection
-chromeos-metrics-daemon
-chromeos-monitor-reconfig
-chromeos-pam-google
-chromeos-pam-offline
-chromeos-ply-image [!armel]
-chromeos-screenlocker
-chromeos-theme
-chromeos-wm
-chromeos-wpasupplicant
-memento-updater
-
-# For wireless support
-iw
-libnl1
-linux-firmware
-
-# For 3g support
-ppp
-modemmanager
-eject
-
-# For IBus
-ibus
-ibus-anthy
-ibus-chewing
-ibus-hangul
-ibus-m17n
-m17n-db
-ibus-gtk
-
-# For partitioning (GPT format)
-gptpart
-
-# For collecting metrics
-time
-
-# Install the chromeos build of upstart
-upstart
-
-# Listed as a recommendation rather than dependency by chromeos-chrome to
-# make it easier to replace it with different versions, but included here
-# to make sure that we always include it in images.
-flashplugin-installer [!armel]
« no previous file with comments | « src/package_repo/package-list-dev.txt ('k') | src/scripts/build_all.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698