Chromium Code Reviews| Index: third_party/dart-packages/matcher/BUILD.gn |
| diff --git a/third_party/dart-packages/matcher/BUILD.gn b/third_party/dart-packages/matcher/BUILD.gn |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..7548acc3a8775b8afecfa242d45b2438fdb44c62 |
| --- /dev/null |
| +++ b/third_party/dart-packages/matcher/BUILD.gn |
| @@ -0,0 +1,28 @@ |
| +# Copyright 2015 The Chromium Authors. All rights reserved. |
|
tonyg
2015/03/02 22:43:31
These BUILD.gn files should be in mirror directori
Elliot Glaysher
2015/03/04 23:04:35
The version there has been modified; all import st
|
| +# 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_package("matcher") { |
| + sources = [ |
| + "matcher/matcher.dart", |
| + "matcher/mirror_matchers.dart", |
| + "matcher/src/core_matchers.dart", |
| + "matcher/src/description.dart", |
| + "matcher/src/error_matchers.dart", |
| + "matcher/src/expect.dart", |
| + "matcher/src/future_matchers.dart", |
| + "matcher/src/interfaces.dart", |
| + "matcher/src/iterable_matchers.dart", |
| + "matcher/src/map_matchers.dart", |
| + "matcher/src/numeric_matchers.dart", |
| + "matcher/src/operator_matchers.dart", |
| + "matcher/src/pretty_print.dart", |
| + "matcher/src/prints_matcher.dart", |
| + "matcher/src/string_matchers.dart", |
| + "matcher/src/throws_matcher.dart", |
| + "matcher/src/throws_matchers.dart", |
| + "matcher/src/util.dart", |
| + ] |
| +} |