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

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

Issue 549107: Add --with_dev_pkgs option to build_image.sh to pull in developer debug packages. (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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/package_repo/package-list-prod.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/package_repo/package-list-debug.txt
diff --git a/src/package_repo/package-list-debug.txt b/src/package_repo/package-list-debug.txt
new file mode 100644
index 0000000000000000000000000000000000000000..69a8d3c7221826d1c3d70694ab4a990390f167f2
--- /dev/null
+++ b/src/package_repo/package-list-debug.txt
@@ -0,0 +1,26 @@
+# 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 to assist
+# developers. One package per line.
+
+apt
+bootchart
+bsdutils
+bzip2
+diff
+ifupdown
+iproute
+iputils-ping
+less
+ncurses-base
+net-tools
+openssh-server
+tar
+vim-tiny
+x11-utils
+xterm
+
+# needed by apt-get to verify signatures
+gnupg
« no previous file with comments | « no previous file | src/package_repo/package-list-prod.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698