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

Unified Diff: pubspec.yaml

Issue 1788973002: Remove code that requires whole-program compile (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 4 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
Index: pubspec.yaml
diff --git a/pubspec.yaml b/pubspec.yaml
index 3bb0b776af20bbd912ee4513443fa820e76e0d6b..e622b6c1955882674e75dcd7577709252e114d58 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -10,11 +10,8 @@ homepage: https://github.com/dart-lang/dev_compiler
dependencies:
analyzer: ^0.27.3-alpha.1
- barback: ^0.15.2+7
- code_transformers: ^0.4.0
args: ^0.13.0
cli_util: ^0.0.1
- crypto: ^0.9.0
func: ^0.1.0
html: ^0.12.0
js: ^0.6.0
@@ -33,7 +30,6 @@ dev_dependencies:
# changes, may change the output format.
dart_style: 0.2.4
test: ^0.12.0
- transformer_test: ^0.1.0
webdriver: ^0.8.8
environment:
@@ -43,7 +39,7 @@ executables:
# Similar to "analyzer.dart" and its command line "dartanalyzer" we use
# "dartdevc".
dartdevc: dartdevc
- dev_compiler:
+ dev_compiler: dartdevc
# Similar to dartdevc, but runs the (single) entry point with iojs (requires
# a very recent iojs next-nightly version).
dartdevrun: devrun

Powered by Google App Engine
This is Rietveld 408576698