File DEPS.patch of Package dart
diff --git a/DEPS b/DEPS
index 905bafa1..d195daa0 100644
--- a/DEPS
+++ b/DEPS
@@ -63,9 +63,8 @@ vars = {
# Checkout the flute benchmark only when benchmarking.
"checkout_flute": False,
- # Checkout Android dependencies only on Mac and Linux.
- "download_android_deps":
- "host_os == mac or (host_os == linux and host_cpu == x64)",
+ # Do not checkout Android dependencies.
+ "download_android_deps": False,
# Checkout extra javascript engines for testing or benchmarking. You can
# self-service update these by following the go/dart-engprod/browsers.md
@@ -82,7 +81,7 @@ vars = {
"gn_version": "git_revision:c97a86a72105f3328a540f5a5ab17d11989ab7dd",
"reclient_version": "git_revision:c7349324c93c6e0d85bc1e00b5d7526771006ea0",
- "download_reclient": True,
+ "download_reclient": False,
# Update from https://chrome-infra-packages.appspot.com/p/fuchsia/sdk/core
"fuchsia_sdk_version": "version:26.20241231.3.1",
@@ -448,37 +447,7 @@ deps = {
Var("dart_root") + "/third_party/pkg/yaml":
Var("dart_git") + "yaml.git" + "@" + Var("yaml_rev"),
- Var("dart_root") + "/buildtools/sysroot/linux": {
- "packages": [
- {
- "package": "fuchsia/third_party/sysroot/linux",
- "version": "git_revision:fa7a5a9710540f30ff98ae48b62f2cdf72ed2acd",
- },
- ],
- "condition": "host_os == linux",
- "dep_type": "cipd",
- },
- Var("dart_root") + "/buildtools/sysroot/focal": {
- "packages": [
- {
- "package": "fuchsia/third_party/sysroot/focal",
- "version": "git_revision:fa7a5a9710540f30ff98ae48b62f2cdf72ed2acd",
- },
- ],
- "condition": "host_os == linux",
- "dep_type": "cipd",
- },
-
# Keep consistent with pkg/test_runner/lib/src/options.dart.
- Var("dart_root") + "/buildtools/linux-x64/clang": {
- "packages": [
- {
- "package": "fuchsia/third_party/clang/linux-amd64",
- "version": Var("clang_version"),
- },
- ],
- "dep_type": "cipd",
- },
Var("dart_root") + "/buildtools/mac-x64/clang": {
"packages": [
{
@@ -545,16 +514,6 @@ deps = {
"dep_type": "cipd",
},
- Var("dart_root") + "/buildtools": {
- "packages": [
- {
- "package": "gn/gn/${{platform}}",
- "version": Var("gn_version"),
- },
- ],
- "condition": "host_os != 'win'",
- "dep_type": "cipd",
- },
Var("dart_root") + "/buildtools/win": {
"packages": [
{
@@ -566,14 +525,6 @@ deps = {
"dep_type": "cipd",
},
- Var("dart_root") + "/buildtools/ninja": {
- "packages": [{
- "package": "infra/3pp/tools/ninja/${{platform}}",
- "version": Var("ninja_tag"),
- }],
- "dep_type": "cipd",
- },
-
Var("dart_root") + "/third_party/android_tools/ndk": {
"packages": [
{
@@ -638,35 +589,6 @@ deps = {
"dep_type": "cipd",
},
- # TODO(37531): Remove these cipd packages and build with sdk instead when
- # benchmark runner gets support for that.
- Var("dart_root") + "/benchmarks/FfiBoringssl/native/out/": {
- "packages": [
- {
- "package": "dart/benchmarks/ffiboringssl",
- "version": "commit:a86c69888b9a416f5249aacb4690a765be064969",
- },
- ],
- "dep_type": "cipd",
- },
- Var("dart_root") + "/benchmarks/FfiCall/native/out/": {
- "packages": [
- {
- "package": "dart/benchmarks/fficall",
- "version": "ebF5aRXKDananlaN4Y8b0bbCNHT1MnkGbWqfpCpiND4C",
- },
- ],
- "dep_type": "cipd",
- },
- Var("dart_root") + "/benchmarks/NativeCall/native/out/": {
- "packages": [
- {
- "package": "dart/benchmarks/nativecall",
- "version": "w1JKzCIHSfDNIjqnioMUPq0moCXKwX67aUfhyrvw4E0C",
- },
- ],
- "dep_type": "cipd",
- },
Var("dart_root") + "/third_party/browsers/chrome": {
"packages": [
{