 Chromium Code Reviews
 Chromium Code Reviews Issue 1355893003:
  Rewire DDC to use the analyzer task model  (Closed) 
  Base URL: https://github.com/dart-lang/dev_compiler.git@master
    
  
    Issue 1355893003:
  Rewire DDC to use the analyzer task model  (Closed) 
  Base URL: https://github.com/dart-lang/dev_compiler.git@master| 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/ |