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

Unified Diff: pubspec.yaml

Issue 1717483002: Make PlatformSelector use boolean_selector. (Closed) Base URL: git@github.com:dart-lang/test@master
Patch Set: Created 4 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
« no previous file with comments | « lib/src/backend/platform_selector/visitor.dart ('k') | test/backend/platform_selector/ast_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pubspec.yaml
diff --git a/pubspec.yaml b/pubspec.yaml
index c2fed2ec6d0115cefcb4e4f3a7196f1e62786e77..dc0a47cf6e97bd957ee8754085d0321ff9b7c350 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -10,6 +10,7 @@ dependencies:
args: '^0.13.1'
async: '^1.8.0'
barback: '>=0.14.0 <0.16.0'
+ boolean_selector: '^1.0.0'
collection: '^1.1.0'
crypto: '^0.9.0'
glob: '^1.0.0'
@@ -35,3 +36,6 @@ dependencies:
dev_dependencies:
fake_async: '^0.1.2'
scheduled_test: '^0.12.5'
+
+dependency_overrides:
kevmoo 2016/02/19 00:00:57 oops?
nweiz 2016/02/19 00:29:23 Done.
+ boolean_selector: {path: ../boolean_selector}
« no previous file with comments | « lib/src/backend/platform_selector/visitor.dart ('k') | test/backend/platform_selector/ast_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698