| Index: pkg/compiler/pubspec.yaml
|
| diff --git a/pkg/compiler/pubspec.yaml b/pkg/compiler/pubspec.yaml
|
| index e0f3df7daf1e0319d69aa92d5929f29e2ae36b37..da400c1a35a43ba48782b51b5c48c170ee67b987 100644
|
| --- a/pkg/compiler/pubspec.yaml
|
| +++ b/pkg/compiler/pubspec.yaml
|
| @@ -19,6 +19,13 @@ dependencies:
|
| path: ../../third_party/pkg/dart2js_info
|
| lookup_map:
|
| path: ../lookup_map
|
| + front_end:
|
| + path: ../front_end
|
| +dependency_overrides:
|
| + front_end:
|
| + path: ../front_end
|
| + analyzer:
|
| + path: ../analyzer
|
|
|
| # Uncomment if running gclient, so you can depend directly on the downloaded
|
| # versions of dart2js's transitive dependencies:
|
|
|