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

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: Cleanup 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
Index: pubspec.yaml
diff --git a/pubspec.yaml b/pubspec.yaml
index 42f5373d6c5cc7f9153ef3ed8028b4e283892936..70e1ff4b222088367ad45b1802502f7ab29c89a5 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -41,3 +41,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:
Leaf 2015/10/07 21:48:38 You'll want to make sure to take this out.
+ analyzer:
+ path: ../dart/sdk/pkg/analyzer/

Powered by Google App Engine
This is Rietveld 408576698