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

Side by Side Diff: runtime/observatory/maintainers/pubspec.template

Issue 1125203002: Fix breakage due to package upgrades (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 7 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | runtime/observatory/pubspec.yaml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 name: observatory 1 name: observatory
2 version: 1.6.0-dev.1 2 version: 1.6.0-dev.1
3 transformers: 3 transformers:
4 - polymer: 4 - polymer:
5 entry_points: 5 entry_points:
6 - web/index.html 6 - web/index.html
7 inline_stylesheets: 7 inline_stylesheets:
8 lib/src/elements/css/shared.css: false 8 lib/src/elements/css/shared.css: false
9 - $dart2js: 9 - $dart2js:
10 suppressWarnings: false 10 suppressWarnings: false
11 $exclude: web/main.dart 11 $exclude: web/main.dart
12 commandLineOptions: [--show-package-warnings] 12 commandLineOptions: [--show-package-warnings]
13 dependencies: 13 dependencies:
14 args: any 14 args: any
15 charted: any
15 polymer: any 16 polymer: any
16 unittest: any 17 unittest: < 0.12.0
17 usage: any 18 usage: any
OLDNEW
« no previous file with comments | « no previous file | runtime/observatory/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698