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

Unified Diff: pkg/oauth2/pubspec.yaml

Issue 11419207: Add http and oauth2 as SDK packages. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 1 month 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 | « no previous file | tools/create_sdk.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/oauth2/pubspec.yaml
diff --git a/pkg/http/pubspec.yaml b/pkg/oauth2/pubspec.yaml
similarity index 76%
copy from pkg/http/pubspec.yaml
copy to pkg/oauth2/pubspec.yaml
index 9978dd466a5b628e63506160359cb7f4b69a1321..477d211faddd2e5f52f4e2d31f55564cbaba7117 100644
--- a/pkg/http/pubspec.yaml
+++ b/pkg/oauth2/pubspec.yaml
@@ -1,5 +1,7 @@
-name: http
+name: oauth2
description: A composable, Future-based API for making HTTP requests.
dependencies:
unittest:
sdk: unittest
+ http:
+ sdk: http
« no previous file with comments | « no previous file | tools/create_sdk.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698