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

Side by Side Diff: pubspec.yaml

Issue 2213693002: Updated charted DEP to 0.4.X (Closed) Base URL: https://github.com/dart-lang/observatory_pub_packages.git@master
Patch Set: Created 4 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 unified diff | Download patch
« no previous file with comments | « packages/charted/tool/build_unicode_segmentation_data.dart ('k') | no next file » | 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 packages/charted/charts/themes/quantum_theme.css: false 9 packages/charted/charts/themes/quantum_theme.css: false
10 $exclude: [web/third_party/*.html, web/timeline.html] 10 $exclude: [web/third_party/*.html, web/timeline.html]
11 - $dart2js: 11 - $dart2js:
12 $include: "**/*.polymer.bootstrap.dart" 12 $include: "**/*.polymer.bootstrap.dart"
13 suppressWarnings: false 13 suppressWarnings: false
14 commandLineOptions: [--show-package-warnings] 14 commandLineOptions: [--show-package-warnings]
15 dependencies: 15 dependencies:
16 args: any 16 args: any
17 charted: ^0.3.0 17 charted: ^0.4.0
18 polymer: ^0.16.3 18 polymer: ^0.16.3
19 unittest: < 0.12.0 19 unittest: < 0.12.0
20 js: ^0.6.0 20 js: ^0.6.0
21 js_util: ^0.2.0 21 js_util: ^0.2.0
22 usage: any 22 usage: any
23 dependency_overrides: 23 dependency_overrides:
24 analyzer: '>=0.26.1 <0.26.1+15' 24 analyzer: '>=0.26.1 <0.26.1+15'
25 dart_style: <0.2.2 25 dart_style: <0.2.2
OLDNEW
« no previous file with comments | « packages/charted/tool/build_unicode_segmentation_data.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698