From 0a2ab94da2494e9d9f599de23cb5bc459fad7edc Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Wed, 16 Oct 2024 11:05:42 -0700 Subject: [PATCH] update the repo references for package:file --- DEPS | 4 ---- pubspec.yaml | 2 +- web_sdk/pubspec.yaml | 2 +- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/DEPS b/DEPS index 5cd6c9b00f6ae..ff00976b736ad 100644 --- a/DEPS +++ b/DEPS @@ -170,7 +170,6 @@ 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", @@ -387,9 +386,6 @@ deps = { 'src/flutter/third_party/dart/third_party/pkg/dartdoc': Var('dart_git') + '/dartdoc.git@80c6f18f34b387d4b9ce89ddd2e3049093335f9d', - '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 f38a5defb7e52..bece8d638daba 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/file/packages/file + path: ./third_party/dart/third_party/pkg/tools/pkgs/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 e79ee6cd2ba59..3908fe252eeb8 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/file/packages/file + path: ../third_party/dart/third_party/pkg/tools/pkgs/file glob: path: ../third_party/dart/third_party/pkg/glob macros: