blob: 55b17c4ac76154b1494f47683388af6b004f6b0d [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_app.gni")
import("//build/dart/fidl_move.gni")
dart_app("dart-inspect-benchmarks") {
components = [
{
component_name = "dart-inspect-benchmarks"
component_type = "dart"
package_root = "."
main_dart = "lib/dart_inspect_benchmarks.dart"
sources = [ "dart_inspect_benchmarks.dart" ]
deps = [
"//third_party/dart-pkg/pub/args",
dart_package_label.fuchsia,
dart_package_label.fuchsia_inspect,
]
},
]
meta = [
{
path = rebase_path("meta/dart-inspect-benchmarks.cmx")
dest = "dart-inspect-benchmarks.cmx"
},
]
}