Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1271)

Unified Diff: third_party/dart-packages/matcher/BUILD.gn

Issue 971083002: Create an apptesting framework for dart. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Update upload_binaries.py to add the apptest.dartzip artifact. Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
+# 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",
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698