| Index: mojo/dart/apptests/BUILD.gn
|
| diff --git a/mojo/public/interfaces/BUILD.gn b/mojo/dart/apptests/BUILD.gn
|
| similarity index 64%
|
| copy from mojo/public/interfaces/BUILD.gn
|
| copy to mojo/dart/apptests/BUILD.gn
|
| index 654145bd90a316bb1bf0e7f7d938266d40ffe206..dcfdfb83e486a9acd35323f0c9fe4003b8974c1b 100644
|
| --- a/mojo/public/interfaces/BUILD.gn
|
| +++ b/mojo/dart/apptests/BUILD.gn
|
| @@ -2,10 +2,9 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -group("interfaces") {
|
| +group("apptests") {
|
| deps = [
|
| - "application",
|
| - "bindings",
|
| - "network",
|
| + "//mojo/dart/apptests/dart_apptests",
|
| + "//mojo/dart/apptests/test_apps",
|
| ]
|
| }
|
|
|