| Index: mojo/dart/http_load_test/BUILD.gn
|
| diff --git a/mojo/dart/http_load_test/BUILD.gn b/mojo/dart/http_load_test/BUILD.gn
|
| deleted file mode 100644
|
| index 8c69ebd92779d24c9fd268cdf79907fc4314f506..0000000000000000000000000000000000000000
|
| --- a/mojo/dart/http_load_test/BUILD.gn
|
| +++ /dev/null
|
| @@ -1,20 +0,0 @@
|
| -# 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/dart/packages",
|
| - "//mojo/public/dart",
|
| - ]
|
| -}
|
|
|