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

Unified Diff: runtime/bin/vmservice/client/pubspec.yaml

Issue 335463008: Allow Observatory to run as a hosted web service (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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 | « runtime/bin/vmservice/client/lib/src/service/object.dart ('k') | runtime/bin/vmservice/client/run.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/vmservice/client/pubspec.yaml
diff --git a/runtime/bin/vmservice/client/pubspec.yaml b/runtime/bin/vmservice/client/pubspec.yaml
index 752a205bb5d36e805070b6b639df6ebe926d714e..ee65d74364e4758e9f78b8b27f4f8155b54b5922 100644
--- a/runtime/bin/vmservice/client/pubspec.yaml
+++ b/runtime/bin/vmservice/client/pubspec.yaml
@@ -1,12 +1,13 @@
name: observatory
version: 1.6.0-dev.1
dependencies:
+ args: any
polymer: '>= 0.11.0-dev.6'
transformers:
- polymer:
- entry_points:
- - web/index.html
- - web/index_devtools.html
+ entry_points:
+ - web/index.html
+ - web/index_devtools.html
- $dart2js:
suppressWarnings: false
$exclude: web/main.dart
« no previous file with comments | « runtime/bin/vmservice/client/lib/src/service/object.dart ('k') | runtime/bin/vmservice/client/run.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698