blob: d5ddcc72fa698023d81643008eabcd834a3dbd5c [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 \
David James79003592010-10-26 14:37:01 -070010 chromeos-base/hard-host-depends \
Darin Petkov6ffc0192010-08-13 12:42:56 -070011 chromeos-base/libchrome \
12 chromeos-base/metrics \
13 dev-cpp/gmock \
14 dev-cpp/gtest \
15 dev-util/bsdiff \
16 dev-util/lcov \
Darin Petkove7f9ce82010-08-30 14:02:24 -070017 sys-apps/fakeroot \
18 sys-apps/rootdev