| Index: services/dart/dart_apptests/BUILD.gn
|
| diff --git a/services/dart/dart_apptests/BUILD.gn b/services/dart/dart_apptests/BUILD.gn
|
| deleted file mode 100644
|
| index 3ac585a7e12a2b7c3b96f38eba31b2c2b5133492..0000000000000000000000000000000000000000
|
| --- a/services/dart/dart_apptests/BUILD.gn
|
| +++ /dev/null
|
| @@ -1,32 +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("dart_apptests") {
|
| - apps = [ [
|
| - "dart_apptests",
|
| - "lib/main.dart",
|
| - ] ]
|
| - sources = [
|
| - "lib/src/connect_to_loader_apptests.dart",
|
| - "lib/src/echo_apptests.dart",
|
| - "lib/src/file_apptests.dart",
|
| - "lib/src/io_http_apptests.dart",
|
| - "lib/src/io_internet_address_apptests.dart",
|
| - "lib/src/pingpong_apptests.dart",
|
| - "lib/src/versioning_apptests.dart",
|
| - "pubspec.yaml",
|
| - ]
|
| - deps = [
|
| - "//mojo/dart/packages",
|
| - "//mojo/public/dart",
|
| - "//mojo/public/interfaces/bindings/tests:versioning_test_client_interfaces",
|
| - "//mojo/public/interfaces/bindings/tests:versioning_test_service_interfaces",
|
| - "//services/dart/test/echo",
|
| - "//services/dart/test/pingpong",
|
| - "//services/dart/test/pingpong_target",
|
| - "//services/dart/test/dart/service_test_interfaces",
|
| - ]
|
| -}
|
|
|