Files
sdk/pkg/compiler/pubspec.yaml
T
Sigmund Cherem 2e1c17e5c1 Revert "dump-info: Use relative paths for library canonicalUri..."
This reverts commit 7fe8659613.

Reason for revert: we decided to take an alternative approach to solve the problem.

Original change's description:
> dump-info: Use relative paths for library canonicalUri...
> 
> ...if they are within the working directory
> 
> Makes output from dump-info more stable, especially with pkg:build
> 
> Change-Id: I3e6c444a0aa7df55c10e1bdff4b59ef035d2acc3
> Reviewed-on: https://dart-review.googlesource.com/53168
> Reviewed-by: Harry Terkelsen <het@google.com>
> Commit-Queue: Kevin Moore <kevmoo@google.com>

TBR=kevmoo@google.com,het@google.com

# Not skipping CQ checks because original CL landed > 1 day ago.

Change-Id: I701847cf8879599c3d129a83809b8fe1c9d9d172
Reviewed-on: https://dart-review.googlesource.com/54141
Reviewed-by: Sigmund Cherem <sigmund@google.com>
Commit-Queue: Sigmund Cherem <sigmund@google.com>
2018-05-08 02:00:52 +00:00

52 lines
1.3 KiB
YAML

# This pubspec is currently mainly used to make it easier to develop on dart2js
# 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: ../../pkg/kernel
sdk_library_metadata:
path: ../../sdk/lib/_internal/sdk_library_metadata
dart2js_info:
path: ../../third_party/pkg/dart2js_info
front_end:
path: ../front_end
dependency_overrides:
front_end:
path: ../front_end
analyzer:
path: ../analyzer
kernel:
path: ../../pkg/kernel
# 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