blob: 86163e13cb58f16c5ee883b44d65ae71445e2a68 [file] [log] [blame]
# Copyright 2020 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.
import("//build/dart/dart_tool.gni")
dart_tool("process_trace") {
main_dart = "process_trace.dart"
deps = [ "//sdk/testing/sl4f/client" ]
}