Chromium Code Reviews| Index: runtime/bin/vmservice/client/pubspec.yaml |
| =================================================================== |
| --- runtime/bin/vmservice/client/pubspec.yaml (revision 38757) |
| +++ runtime/bin/vmservice/client/pubspec.yaml (working copy) |
| @@ -3,11 +3,12 @@ |
| dependencies: |
| args: any |
| polymer: '>= 0.11.0-dev.6' |
| + unittest: any |
| transformers: |
| - polymer: |
| entry_points: |
| - web/index.html |
| - web/index_devtools.html |
| - $dart2js: |
| - suppressWarnings: false |
| + suppressWarnings: 'false' |
| $exclude: web/main.dart |