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

Unified Diff: initialize/pubspec.yaml

Issue 1400473008: Roll Observatory packages and add a roll script (Closed) Base URL: git@github.com:dart-lang/observatory_pub_packages.git@master
Patch Set: Created 5 years, 2 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 | « initialize/lib/transformer.dart ('k') | intl/lib/date_symbol_data_file.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: initialize/pubspec.yaml
diff --git a/initialize/pubspec.yaml b/initialize/pubspec.yaml
deleted file mode 100644
index b9ade8be36a9220749535a9aa63b212fc2ca348e..0000000000000000000000000000000000000000
--- a/initialize/pubspec.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-name: initialize
-version: 0.6.1+2
-author: Polymer.dart Authors <web@dartlang.org>
-description: Generic building blocks for doing static initialization.
-homepage: https://github.com/dart-lang/initialize
-dependencies:
- analyzer: '>=0.15.6 <0.27.0'
- barback: '>=0.14.2 <0.16.0'
- code_transformers: '>=0.2.7 <0.3.0'
- dart_style: '>=0.1.3 <0.3.0'
- glob: ">=1.0.4 <2.0.0"
- html: '>=0.12.0 <0.13.0'
- path: '>=1.3.0 <2.0.0'
-dev_dependencies:
- test_package:
- path: test_package
- unittest: '>=0.10.0 <0.12.0'
-environment:
- sdk: ">=1.9.0-dev.7.1 <2.0.0"
-transformers:
-- initialize/build/loader_replacer:
- $include: lib/initialize.dart
-- initialize:
- $include: '**/*_test.dart'
- entry_points:
- - test/deferred_library_test.dart
- - test/initializer_test.dart
- - test/initializer_from_test.dart
- - test/initializer_parts_test.dart
- - test/initializer_super_test.dart
- - test/initializer_cycle_error_test.dart
- - test/initializer_custom_filter_test.dart
- - test/initializer_type_filter_test.dart
- - test/init_method_test.dart
-- $dart2js:
- $exclude: '**/*.dart'
« no previous file with comments | « initialize/lib/transformer.dart ('k') | intl/lib/date_symbol_data_file.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698