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

Unified Diff: mojo/public/dart/third_party/http_multi_server/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/http_multi_server/pubspec.yaml
diff --git a/mojo/public/dart/third_party/http_multi_server/pubspec.yaml b/mojo/public/dart/third_party/http_multi_server/pubspec.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..2fb1188559772ffe0896558a0fb1951f67905dfd
--- /dev/null
+++ b/mojo/public/dart/third_party/http_multi_server/pubspec.yaml
@@ -0,0 +1,11 @@
+name: http_multi_server
+version: 1.3.2
+author: "Dart Team <misc@dartlang.org>"
+homepage: http://github.com/dart-lang/http_multi_server
+description:
+ A dart:io HttpServer wrapper that handles requests from multiple servers.
+dev_dependencies:
+ unittest: ">=0.11.0 <0.12.0"
+ http: ">=0.11.0 <0.12.0"
+environment:
+ sdk: ">=1.7.0-edge.40587 <2.0.0"

Powered by Google App Engine
This is Rietveld 408576698