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

Unified Diff: runtime/observatory/pubspec.yaml

Issue 2109293006: Added js and js_util to observatory deps (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 6 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 | « DEPS ('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 b00ab07bd0537ea4df7032a5d0cfd0ee0baccfde..e71be36827ad9858893e8fa9b89c5fcb4b95e7e3 100644
--- a/runtime/observatory/pubspec.yaml
+++ b/runtime/observatory/pubspec.yaml
@@ -18,6 +18,8 @@ dependencies:
charted: ^0.3.0
polymer: ^0.16.3
unittest: < 0.12.0
+ js: ^0.6.0
+ js_util: ^0.2.0
usage: any
dependency_overrides:
analyzer:
@@ -52,6 +54,10 @@ dependency_overrides:
path: ../../third_party/observatory_pub_packages/packages/initialize
intl:
path: ../../third_party/observatory_pub_packages/packages/intl
+ js:
+ path: ../../third_party/observatory_pub_packages/packages/js
+ js_util:
+ path: ../../third_party/observatory_pub_packages/packages/js_util
logging:
path: ../../third_party/observatory_pub_packages/packages/logging
matcher:
@@ -76,6 +82,8 @@ dependency_overrides:
path: ../../third_party/observatory_pub_packages/packages/pool
quiver:
path: ../../third_party/observatory_pub_packages/packages/quiver
+ quiver_iterables:
+ path: ../../third_party/observatory_pub_packages/packages/quiver_iterables
smoke:
path: ../../third_party/observatory_pub_packages/packages/smoke
source_maps:
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698