| Index: mojo/dart/testing/BUILD.gn
|
| diff --git a/mojo/dart/apptest/BUILD.gn b/mojo/dart/testing/BUILD.gn
|
| similarity index 61%
|
| copy from mojo/dart/apptest/BUILD.gn
|
| copy to mojo/dart/testing/BUILD.gn
|
| index 1f5aa556e0d2404240cf3233902ccb5dcbf365de..0dd56ae5844eff765057547301651b00821e348a 100644
|
| --- a/mojo/dart/apptest/BUILD.gn
|
| +++ b/mojo/dart/testing/BUILD.gn
|
| @@ -4,12 +4,11 @@
|
|
|
| import("//mojo/public/dart/rules.gni")
|
|
|
| -dart_package("apptest") {
|
| - uses_pub = true
|
| +dart_pkg("testing") {
|
| sources = [
|
| - "apptest/apptest.dart",
|
| - ]
|
| - deps = [
|
| - "//mojo/public/dart",
|
| + "lib/async_helper.dart",
|
| + "lib/expect.dart",
|
| + "lib/validation_test_input_parser.dart",
|
| + "pubspec.yaml",
|
| ]
|
| }
|
|
|