blob: 2d09f036ba410a5d38a833d96b7cda1f788ed8bc [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/system/ulib/trace-reader",
]
}