mirror of
https://github.com/dart-lang/sdk
synced 2024-11-05 18:22:09 +00:00
36c0788137
add sdk_packages.yaml file (describes SDK vendored package locations) delete old macro code in _fe_analyzer_shared, move tests/benchmarks adds a top level `pkg` directory to the Dart SDK, which is where vendored packages live BUG: https://github.com/dart-lang/sdk/issues/54976 Change-Id: Ib3503a27fb5644fa8a39ab5a3e5b568df330cfd6 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/359040 Auto-Submit: Jake Macdonald <jakemac@google.com> Reviewed-by: Konstantin Shcheglov <scheglov@google.com> Reviewed-by: Jonas Termansen <sortie@google.com> Reviewed-by: Johnni Winther <johnniwinther@google.com> Reviewed-by: Bob Nystrom <rnystrom@google.com> Commit-Queue: Jake Macdonald <jakemac@google.com> Reviewed-by: Devon Carew <devoncarew@google.com>
24 lines
953 B
Text
24 lines
953 B
Text
# Global approvers - only to be used as a last resort.
|
|
asiva@google.com #{LAST_RESORT_SUGGESTION}
|
|
athom@google.com #{LAST_RESORT_SUGGESTION}
|
|
devoncarew@google.com #{LAST_RESORT_SUGGESTION}
|
|
kustermann@google.com #{LAST_RESORT_SUGGESTION}
|
|
leafp@google.com #{LAST_RESORT_SUGGESTION}
|
|
sigmund@google.com #{LAST_RESORT_SUGGESTION}
|
|
vegorov@google.com #{LAST_RESORT_SUGGESTION}
|
|
vsm@google.com #{LAST_RESORT_SUGGESTION}
|
|
|
|
# DEPS
|
|
per-file DEPS=file:/tools/OWNERS_ENG
|
|
|
|
# Changelog, AUTHORS, and .git* do not require approval.
|
|
per-file CHANGELOG.md,AUTHORS,WATCHLISTS,.gitattributes,.gitconfig,.gitignore,sdk.code-workspace=*
|
|
|
|
# Product documentation
|
|
per-file CONTRIBUTING.md,LICENSE,PATENT_GRANT,README.*,SECURITY.md,sdk_packages.yaml=file:/tools/OWNERS_PRODUCT
|
|
|
|
# Top level build files
|
|
per-file .clang-format,.gn,BUILD.gn,sdk_args.gni=file:/tools/OWNERS_BUILD
|
|
|
|
# Infrastructure files.
|
|
per-file .style.yapf,codereview.settings,PRESUBMIT.py=file:/tools/OWNERS_INFRA
|