blob: cb90a9d056693bbb986a8afd7096a5bad9f27b42 [file] [log] [blame]
# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=4
CROS_WORKON_COMMIT="c8d554d73c8de4e131468230ef107cc99a7cd111"
CROS_WORKON_TREE="e513ba8fd090db72dd0d75108626810501e65e65"
CROS_WORKON_LOCALNAME="../platform/chromiumos-wide-profiling"
CROS_WORKON_PROJECT="chromiumos/platform/chromiumos-wide-profiling"
inherit cros-debug cros-workon toolchain-funcs
DESCRIPTION="Program used to collect performance data on ChromeOS machines"
HOMEPAGE=""
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 arm x86"
IUSE=""
LIBCHROME_VERS="180609"
COMMON_DEPEND="chromeos-base/libchrome:${LIBCHROME_VERS}[cros-debug=]
dev-libs/openssl
dev-libs/protobuf"
RDEPEND="${COMMON_DEPEND}
virtual/perf"
DEPEND="${COMMON_DEPEND}
test? ( dev-cpp/gtest )"
src_configure() {
cros-workon_src_configure
}
src_compile() {
cros-workon_src_compile
}
src_test() {
cros-workon_src_test
}
src_install() {
dobin quipper
}