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

Unified Diff: pubspec.yaml

Issue 1355893003: Rewire DDC to use the analyzer task model (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 3 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 6e85f28c9a0489f0a70603b6070a9812bc17df49..43e8bfdf39ef2ad1a7f4b579dcfbd1ac99372303 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -35,3 +35,6 @@ executables:
# Similar to dartdevc, but runs the (single) entry point with iojs (requires
# a very recent iojs next-nightly version).
dartdevrun: devrun
+dependency_overrides:
+ analyzer:
+ path: ../dart/sdk/pkg/analyzer/
vsm 2015/09/18 22:57:45 This needs to be replaced with a new analyzer vers

Powered by Google App Engine
This is Rietveld 408576698