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

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: merged 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
« no previous file with comments | « lib/transformer.dart ('k') | test/all_tests.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pubspec.yaml
diff --git a/pubspec.yaml b/pubspec.yaml
index 28386d006b26bb04f0824c041d261e10ac392e40..1eceb0edf794580a9154b3f4fcfdcfb65cf8d5ea 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
« no previous file with comments | « lib/transformer.dart ('k') | test/all_tests.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698