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

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

Issue 361743002: observatory/vm: add support for computing/passing end tokens on classes (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
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..c6449d9fb0899f64eba76ff85d523ada76a6939a 100644
--- a/runtime/bin/vmservice/client/pubspec.yaml
+++ b/runtime/bin/vmservice/client/pubspec.yaml
@@ -2,11 +2,13 @@ name: observatory
version: 1.6.0-dev.1
dependencies:
polymer: '>= 0.11.0-dev.6'
+dev_dependencies:
+ unittest: any
transformers:
- polymer:
- entry_points:
- - web/index.html
- - web/index_devtools.html
+ entry_points:
+ - web/index.html
+ - web/index_devtools.html
- $dart2js:
- suppressWarnings: false
+ suppressWarnings: 'false'
$exclude: web/main.dart

Powered by Google App Engine
This is Rietveld 408576698