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

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

Issue 1063233004: Teach dart_package to understand the packages/ subdirectory (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Rebase Created 5 years, 8 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
« no previous file with comments | « third_party/dart-packages/crypto/crypto/src/sha256.dart ('k') | third_party/dart-packages/matcher/LICENSE » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
deleted file mode 100644
index 7548acc3a8775b8afecfa242d45b2438fdb44c62..0000000000000000000000000000000000000000
--- a/third_party/dart-packages/matcher/BUILD.gn
+++ /dev/null
@@ -1,28 +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_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",
- ]
-}
« no previous file with comments | « third_party/dart-packages/crypto/crypto/src/sha256.dart ('k') | third_party/dart-packages/matcher/LICENSE » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698