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

Unified Diff: mojo/public/dart/third_party/test/pubspec.yaml

Issue 1346773002: Stop running pub get at gclient sync time and fix build bugs (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 3 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: mojo/public/dart/third_party/test/pubspec.yaml
diff --git a/mojo/public/dart/third_party/test/pubspec.yaml b/mojo/public/dart/third_party/test/pubspec.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..b91798325c11bd75236aaceaaae1149561d59524
--- /dev/null
+++ b/mojo/public/dart/third_party/test/pubspec.yaml
@@ -0,0 +1,36 @@
+name: test
+version: 0.12.4+7
+author: Dart Team <misc@dartlang.org>
+description: A library for writing dart unit tests.
+homepage: https://github.com/dart-lang/test
+environment:
+ sdk: '>=1.11.0 <1.14.0'
+dependencies:
+ analyzer: '>=0.23.0 <0.27.0'
+ args: '>=0.12.1 <0.14.0'
+ async: '>=1.3.0 <2.0.0'
+ barback: '>=0.14.0 <0.16.0'
+ collection: '^1.1.0'
+ crypto: '^0.9.0'
+ glob: '^1.0.0'
+ http_multi_server: '^1.0.0'
+ http_parser: '>=0.0.2 <2.0.0'
+ path: '^1.2.0'
+ pool: '^1.1.0'
+ pub_semver: '^1.0.0'
+ shelf: '>=0.6.0 <0.7.0'
+ shelf_static: '^0.2.0'
+ shelf_web_socket: '^0.0.1'
+ source_map_stack_trace: '^1.0.0'
+ source_maps: '^0.10.1'
+ source_span: '^1.0.0'
+ stack_trace: '^1.2.1'
+ string_scanner: '^0.1.1'
+ yaml: '>=0.9.0 <3.0.0'
+
+ # Use a tight version constraint to ensure that a constraint on matcher
+ # properly constrains all features it provides.
+ matcher: '>=0.12.0 <0.12.1'
+dev_dependencies:
+ fake_async: '^0.1.2'
+ scheduled_test: '^0.12.2'
« no previous file with comments | « mojo/public/dart/third_party/test/lib/test.dart ('k') | mojo/public/dart/third_party/test/test/backend/declarer_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698