blob: 67b1688b1cb98519bd2ffbb047f6b63c7d9ca93a [file] [log] [blame]
# Copyright 2015 The Chromium 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("//mojo/public/dart/rules.gni")
dart_pkg("http_load_test") {
apps = [ [
"dart_http_load_test",
"lib/main.dart",
] ]
sources = [
"lib/src/part0.dart",
"pubspec.yaml",
]
deps = [
"//mojo/public/dart",
"//mojo/dart/mojo_services",
]
}