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

Unified Diff: runtime/observatory/maintainers/pubspec.template

Issue 937603002: Rev observatory dependencies (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 10 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/observatory/.gitignore ('k') | runtime/observatory/maintainers/snapshot_dependencies.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/observatory/maintainers/pubspec.template
diff --git a/runtime/observatory/maintainers/pubspec.template b/runtime/observatory/maintainers/pubspec.template
index f2aca6981c2a1a97005d70b4fe6b07f6d1a3bf1d..c6b306cbdf5ea65284fe5c2b41c456c1df23eefc 100644
--- a/runtime/observatory/maintainers/pubspec.template
+++ b/runtime/observatory/maintainers/pubspec.template
@@ -1,16 +1,17 @@
name: observatory
version: 1.6.0-dev.1
-dependencies:
- args: any
- polymer: any
- unittest: any
transformers:
- polymer:
entry_points:
- web/index.html
- - web/index_devtools.html
inline_stylesheets:
lib/src/elements/css/shared.css: false
- $dart2js:
suppressWarnings: false
$exclude: web/main.dart
+ commandLineOptions: [--show-package-warnings]
+dependencies:
+ args: any
+ polymer: any
+ unittest: any
+ usage: any
« no previous file with comments | « runtime/observatory/.gitignore ('k') | runtime/observatory/maintainers/snapshot_dependencies.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698