| Index: pkg/compiler/pubspec.yaml
|
| diff --git a/pkg/compiler/pubspec.yaml b/pkg/compiler/pubspec.yaml
|
| index d1f45c5b479f42b6c175fc34a6d2ddb4c5cea82b..27ea1ae6839143648813df78785d601c6b46e547 100644
|
| --- a/pkg/compiler/pubspec.yaml
|
| +++ b/pkg/compiler/pubspec.yaml
|
| @@ -10,6 +10,9 @@ dependencies:
|
| path: ../../sdk/lib/_internal/js_runtime
|
| sdk_library_metadata:
|
| path: ../../sdk/lib/_internal/sdk_library_metadata
|
| +dev_dependencies:
|
| + shelf: ^0.6.1+2
|
| + shelf_static: ^0.2.2
|
|
|
| # Uncomment if running gclient, so you can depend directly on the downloaded
|
| # versions of dart2js's transitive dependencies:
|
| @@ -21,3 +24,11 @@ dependencies:
|
| # path: ../../third_party/pkg/path
|
| # charcode:
|
| # path: ../../third_party/pkg/charcode
|
| +# collection:
|
| +# path: ../../third_party/pkg/collection
|
| +# crypto:
|
| +# path: ../../third_party/pkg/crypto
|
| +# http_parser:
|
| +# path: ../../third_party/pkg/http_parser
|
| +# shelf:
|
| +# path: ../../third_party/pkg/shelf
|
|
|