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

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

Issue 199633007: Switch to using pub build instead of custom build_.dart script (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 9 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/precommit.sh ('k') | runtime/bin/vmservice/client/resources.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 69a6be07cc33cff2728ad81b36f63d8a660c679f..b2440a467184a86991a7235538a0766ed4b4ad41 100644
--- a/runtime/bin/vmservice/client/pubspec.yaml
+++ b/runtime/bin/vmservice/client/pubspec.yaml
@@ -1,5 +1,10 @@
name: observatory
-version: 0.1.1
+version: 0.1.9
dependencies:
polymer: any
logging: any
+transformers:
+- polymer:
+ entry_points:
+ - web/index.html
+ - web/index_devtools.html
« no previous file with comments | « runtime/bin/vmservice/client/precommit.sh ('k') | runtime/bin/vmservice/client/resources.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698