b9b77058a9
Use `pub get` to generate `.dart_tool/package_config.json` on gclient sync. All pkg/ (and a few third_party) packages that are developed inside the sdk repo are included in the workspace from the root `pubspec.yaml`. All dependencies that are pulled in via DEPS are added as path dependencies via `dependency_overrides` in the root `pubspec.yaml`. Bug: https://github.com/dart-lang/sdk/issues/56220 Change-Id: I38c12b608c68da54c57821116cf9aa6696936746 Tested: relies on CQ of existing tests. Should have no effect on functionality CoreLibraryReviewExempt: only core library change is adding a `// ignore:` comment. Should have no influence on functionality Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/397164 Commit-Queue: Sigurd Meldgaard <sigurdm@google.com> Reviewed-by: Alexander Thomas <athom@google.com>
48 lines
882 B
YAML
48 lines
882 B
YAML
name: dartdev
|
|
|
|
# This package is not intended for consumption on pub.dev. DO NOT publish.
|
|
publish_to: none
|
|
|
|
environment:
|
|
sdk: ^3.5.0
|
|
|
|
resolution: workspace
|
|
|
|
# Use 'any' constraints here; we get our versions from the DEPS file.
|
|
dependencies:
|
|
analysis_server: any
|
|
analysis_server_client: any
|
|
analyzer: any
|
|
args: any
|
|
cli_util: any
|
|
collection: any
|
|
dart2native: any
|
|
dart_style: any
|
|
dartdoc: any
|
|
dds: any
|
|
dds_service_extensions: any
|
|
dtd_impl: any
|
|
file: any
|
|
front_end: any
|
|
frontend_server: any
|
|
http: any
|
|
kernel: any
|
|
logging: any
|
|
meta: any
|
|
native_assets_builder: any
|
|
native_assets_cli: any
|
|
package_config: any
|
|
path: any
|
|
pub: any
|
|
unified_analytics: any
|
|
vm: any
|
|
vm_service: any
|
|
yaml: any
|
|
|
|
# Use 'any' constraints here; we get our versions from the DEPS file.
|
|
dev_dependencies:
|
|
expect: any
|
|
lints: any
|
|
pub_semver: any
|
|
test: any
|