blob: 4e85e6c723c643f75c83434b9bc2b186f7624c09 [file] [log] [blame]
# Copyright 2016 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
group("trace_converters") {
deps = [
":chromium",
]
}
source_set("chromium") {
sources = [
"chromium_exporter.cc",
"chromium_exporter.h",
]
deps = [
"//garnet/public/lib/fxl",
"//third_party/rapidjson",
"//zircon/public/lib/trace-provider",
]
public_deps = [
"//garnet/lib/cpuperf",
"//zircon/public/lib/trace-reader",
]
}