Chromium Code Reviews

Unified Diff: mojo/public/dart/third_party/shelf/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.
Jump to:
View side-by-side diff with in-line comments
Index: mojo/public/dart/third_party/shelf/pubspec.yaml
diff --git a/mojo/public/dart/third_party/shelf/pubspec.yaml b/mojo/public/dart/third_party/shelf/pubspec.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..28fc35ab1e7d580a38626b27eacc22ad7d75196e
--- /dev/null
+++ b/mojo/public/dart/third_party/shelf/pubspec.yaml
@@ -0,0 +1,16 @@
+name: shelf
+version: 0.6.3
+author: Dart Team <misc@dartlang.org>
+description: Web Server Middleware for Dart
+homepage: https://github.com/dart-lang/shelf
+environment:
+ sdk: '>=1.9.0 <2.0.0'
+dependencies:
+ collection: '^1.0.0'
+ http_parser: '>=0.0.0 <2.0.0'
+ path: '^1.0.0'
+ stack_trace: '^1.0.0'
+dev_dependencies:
+ http: '>=0.9.2 <0.12.0'
+ scheduled_test: '^0.12.0'
+ test: '^0.12.0'
« no previous file with comments | « mojo/public/dart/third_party/shelf/lib/src/util.dart ('k') | mojo/public/dart/third_party/shelf/test/cascade_test.dart » ('j') | no next file with comments »

Powered by Google App Engine