blob: 4709d1161cd6fb68f1ddd0b601e5af94f07fecbd [file] [log] [blame]
Darin Petkov6ffc0192010-08-13 12:42:56 -07001#!/bin/bash
2
3# Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
4# Use of this source code is governed by a BSD-style license that can be
5# found in the LICENSE file.
6
7set -ex
8
Andrew de los Reyesa7e33e42010-09-16 16:25:42 -07009sudo USE="-crash cros-debug" emerge -DNauv1 \
Darin Petkov6ffc0192010-08-13 12:42:56 -070010 chromeos-base/libchrome \
11 chromeos-base/metrics \
12 dev-cpp/gmock \
13 dev-cpp/gtest \
14 dev-util/bsdiff \
15 dev-util/lcov \
Darin Petkove7f9ce82010-08-30 14:02:24 -070016 sys-apps/fakeroot \
17 sys-apps/rootdev