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

Unified Diff: runtime/observatory/pubspec.yaml

Issue 937603002: Rev observatory dependencies (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 10 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/snapshot_dependencies.sh ('k') | no next file » | 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 e237f6e9e7968ca25f32af212fdf3d915c466287..ccdc3f716722c3240af354263bc70ed12821743e 100644
--- a/runtime/observatory/pubspec.yaml
+++ b/runtime/observatory/pubspec.yaml
@@ -1,9 +1,20 @@
name: observatory
version: 1.6.0-dev.1
+transformers:
+- polymer:
+ entry_points:
+ - web/index.html
+ inline_stylesheets:
+ lib/src/elements/css/shared.css: false
+- $dart2js:
+ suppressWarnings: false
+ $exclude: web/main.dart
+ commandLineOptions: [--show-package-warnings]
dependencies:
args: any
polymer: any
unittest: any
+ usage: any
dependency_overrides:
analyzer:
path: ../../third_party/observatory_pub_packages/analyzer
@@ -13,14 +24,22 @@ dependency_overrides:
path: ../../third_party/observatory_pub_packages/barback
browser:
path: ../../third_party/observatory_pub_packages/browser
+ cli_util:
+ path: ../../third_party/observatory_pub_packages/cli_util
code_transformers:
path: ../../third_party/observatory_pub_packages/code_transformers
collection:
path: ../../third_party/observatory_pub_packages/collection
csslib:
path: ../../third_party/observatory_pub_packages/csslib
+ dart_style:
+ path: ../../third_party/observatory_pub_packages/dart_style
+ glob:
+ path: ../../third_party/observatory_pub_packages/glob
html5lib:
path: ../../third_party/observatory_pub_packages/html5lib
+ initialize:
+ path: ../../third_party/observatory_pub_packages/initialize
logging:
path: ../../third_party/observatory_pub_packages/logging
matcher:
@@ -49,21 +68,17 @@ dependency_overrides:
path: ../../third_party/observatory_pub_packages/template_binding
unittest:
path: ../../third_party/observatory_pub_packages/unittest
+ usage:
+ path: ../../third_party/observatory_pub_packages/usage
utf:
path: ../../third_party/observatory_pub_packages/utf
watcher:
path: ../../third_party/observatory_pub_packages/watcher
web_components:
path: ../../third_party/observatory_pub_packages/web_components
+ when:
+ path: ../../third_party/observatory_pub_packages/when
+ which:
+ path: ../../third_party/observatory_pub_packages/which
yaml:
path: ../../third_party/observatory_pub_packages/yaml
-transformers:
-- polymer:
- entry_points:
- - web/index.html
- - web/index_devtools.html
- inline_stylesheets:
- lib/src/elements/css/shared.css: false
-- $dart2js:
- suppressWarnings: false
- $exclude: web/main.dart
« no previous file with comments | « runtime/observatory/maintainers/snapshot_dependencies.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698