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

Unified Diff: config.yaml

Issue 480063002: Update pacakge generation from configuration file (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Minor fix Created 6 years, 4 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 | « no previous file | main.dart » ('j') | main.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: config.yaml
diff --git a/config.yaml b/config.yaml
index abd8cc08280a20fd4ee9478019b50bd1181a7833..41931698ac22423fff15efbc9e4b06e3d2a2c9c9 100644
--- a/config.yaml
+++ b/config.yaml
@@ -1,22 +1,30 @@
packages:
- googleapis:
- - analytics:v3
- - bigquery:v2
- - blogger:v3
- - books:v1
- - calendar:v3
- - compute:v1
- - drive:v2
- - gmail:v1
- - plus:v1
- - storage:v1
- - urlshortener:v1
- - youtube:v3
+ version: 0.1.0
+ author: Dart Team <misc@dartlang.org>
+ homepage: http://www.dartlang.org
+ apis:
+ - analytics:v3
+ - bigquery:v2
+ - blogger:v3
+ - books:v1
+ - calendar:v3
+ - compute:v1
+ - drive:v2
+ - gmail:v1
+ - plus:v1
+ - storage:v1
+ - urlshortener:v1
+ - youtube:v3
- googleapis_beta:
- - datastore:v1beta2
- - dns:v1beta1
- - pubsub:v1beta1
+ version: 0.1.0
+ author: Dart Team <misc@dartlang.org>
+ homepage: http://www.dartlang.org
+ apis:
+ - datastore:v1beta2
+ - dns:v1beta1
+ - pubsub:v1beta1
skipped_apis:
- adexchangebuyer:v1
« no previous file with comments | « no previous file | main.dart » ('j') | main.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698