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

Unified Diff: runtime/observatory/pubspec.yaml

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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/observatory/maintainers/pubspec.template ('k') | runtime/observatory/web/main.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/observatory/pubspec.yaml
diff --git a/runtime/observatory/pubspec.yaml b/runtime/observatory/pubspec.yaml
index ccdc3f716722c3240af354263bc70ed12821743e..294aa1d273189950a03de63d70ac68c904c90510 100644
--- a/runtime/observatory/pubspec.yaml
+++ b/runtime/observatory/pubspec.yaml
@@ -7,13 +7,14 @@ transformers:
inline_stylesheets:
lib/src/elements/css/shared.css: false
- $dart2js:
+ $include: "**/*.polymer.bootstrap.dart"
suppressWarnings: false
- $exclude: web/main.dart
commandLineOptions: [--show-package-warnings]
dependencies:
args: any
+ charted: any
polymer: any
- unittest: any
+ unittest: < 0.12.0
usage: any
dependency_overrides:
analyzer:
@@ -24,6 +25,8 @@ dependency_overrides:
path: ../../third_party/observatory_pub_packages/barback
browser:
path: ../../third_party/observatory_pub_packages/browser
+ charted:
+ path: ../../third_party/observatory_pub_packages/charted
cli_util:
path: ../../third_party/observatory_pub_packages/cli_util
code_transformers:
@@ -36,10 +39,12 @@ dependency_overrides:
path: ../../third_party/observatory_pub_packages/dart_style
glob:
path: ../../third_party/observatory_pub_packages/glob
- html5lib:
- path: ../../third_party/observatory_pub_packages/html5lib
+ html:
+ path: ../../third_party/observatory_pub_packages/html
initialize:
path: ../../third_party/observatory_pub_packages/initialize
+ intl:
+ path: ../../third_party/observatory_pub_packages/intl
logging:
path: ../../third_party/observatory_pub_packages/logging
matcher:
@@ -48,12 +53,18 @@ dependency_overrides:
path: ../../third_party/observatory_pub_packages/observe
path:
path: ../../third_party/observatory_pub_packages/path
+ petitparser:
+ path: ../../third_party/observatory_pub_packages/petitparser
polymer:
path: ../../third_party/observatory_pub_packages/polymer
polymer_expressions:
path: ../../third_party/observatory_pub_packages/polymer_expressions
+ polymer_interop:
+ path: ../../third_party/observatory_pub_packages/polymer_interop
pool:
path: ../../third_party/observatory_pub_packages/pool
+ quiver:
+ path: ../../third_party/observatory_pub_packages/quiver
smoke:
path: ../../third_party/observatory_pub_packages/smoke
source_maps:
« no previous file with comments | « runtime/observatory/maintainers/pubspec.template ('k') | runtime/observatory/web/main.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698