Index: pkg/compiler/pubspec.yaml |
diff --git a/pkg/compiler/pubspec.yaml b/pkg/compiler/pubspec.yaml |
deleted file mode 100644 |
index 19bd26e27b03e0c4ff84361832a88bd3db5d67f9..0000000000000000000000000000000000000000 |
--- a/pkg/compiler/pubspec.yaml |
+++ /dev/null |
@@ -1,43 +0,0 @@ |
-# This pubspec is currently mainly used to make it easier to develop on dart2js |
Siggi Cherem (dart-lang)
2016/10/06 17:58:08
I guess now that we have the .packages at the top
Harry Terkelsen
2016/10/06 18:22:42
Done.
|
-# by making it a standalone package. |
-name: compiler |
-#version: do-not-upload |
-dependencies: |
- package_config: '>=0.1.1 <2.0.0' |
- pub_semver: ^1.2.1 |
- js: |
- path: ../js |
- js_ast: |
- path: ../js_ast |
- js_runtime: |
- path: ../../sdk/lib/_internal/js_runtime |
- kernel: |
- path: ../../third_party/pkg/kernel |
- sdk_library_metadata: |
- path: ../../sdk/lib/_internal/sdk_library_metadata |
- dart2js_info: ^0.3.0 |
- lookup_map: |
- path: ../lookup_map |
- |
-# Uncomment if running gclient, so you can depend directly on the downloaded |
-# versions of dart2js's transitive dependencies: |
-# |
-# dependency_overrides: |
-# package_config: |
-# path: ../../third_party/pkg_tested/package_config |
-# path: |
-# 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 |
-# args: |
-# path: ../../third_party/pkg/args |
-# shelf: |
-# path: ../../third_party/pkg/shelf |
-# yaml: |
-# path: ../../third_party/pkg/yaml |