From d2c4150c6fde709da41dcaf260406c26dc14e653 Mon Sep 17 00:00:00 2001 From: "auto-submit[bot]" Date: Wed, 16 Oct 2024 21:45:20 +0000 Subject: [PATCH] Revert "update the repo references for package:file (#55906)" This reverts commit 066a3c71187bb3b6ef694decb9c32287bcd06e45. --- DEPS | 4 ++++ pubspec.yaml | 2 +- web_sdk/pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index 4829146e1084b..a3f0388ccaf5b 100644 --- a/DEPS +++ b/DEPS @@ -170,6 +170,7 @@ vars = { "upstream_dartdoc": "https://github.com/dart-lang/dartdoc.git", "upstream_equatable": "https://github.com/felangel/equatable.git", "upstream_ffi": "https://github.com/dart-lang/ffi.git", + "upstream_file": "https://github.com/google/file.dart.git", "upstream_fixnum": "https://github.com/dart-lang/fixnum.git", "upstream_flatbuffers": "https://github.com/google/flatbuffers.git", "upstream_freetype2": "https://gitlab.freedesktop.org/freetype/freetype.git", @@ -386,6 +387,9 @@ deps = { 'src/flutter/third_party/dart/third_party/pkg/dartdoc': Var('dart_git') + '/dartdoc.git@5df03dd913a0a2e20421cac61112aa84111160e0', + 'src/flutter/third_party/dart/third_party/pkg/file': + Var('dart_git') + '/external/github.com/google/file.dart@6842feaef1c4e06239bd30f8d3ef722838b1c97e', + 'src/flutter/third_party/dart/third_party/pkg/fixnum': Var('dart_git') + '/fixnum.git@83293b8ed86ccd574a94fcf4a2da43f31c1b43e0', diff --git a/pubspec.yaml b/pubspec.yaml index bece8d638daba..f38a5defb7e52 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -194,7 +194,7 @@ dependency_overrides: expect: path: ./third_party/dart/pkg/expect file: - path: ./third_party/dart/third_party/pkg/tools/pkgs/file + path: ./third_party/dart/third_party/pkg/file/packages/file ffi: path: ./third_party/dart/third_party/pkg/native/pkgs/ffi fixnum: diff --git a/web_sdk/pubspec.yaml b/web_sdk/pubspec.yaml index 3908fe252eeb8..e79ee6cd2ba59 100644 --- a/web_sdk/pubspec.yaml +++ b/web_sdk/pubspec.yaml @@ -33,7 +33,7 @@ dependency_overrides: # Must include all transitive dependencies from the "any" dart_internal: path: ../third_party/dart/pkg/dart_internal file: - path: ../third_party/dart/third_party/pkg/tools/pkgs/file + path: ../third_party/dart/third_party/pkg/file/packages/file glob: path: ../third_party/dart/third_party/pkg/glob macros: