Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit be403f7

Browse files
authored
Revert "Reverts "update the repo references for package:file (#55906)" (#55916)"
This reverts commit f12e0d3.
1 parent bf8530e commit be403f7

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

DEPS

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ vars = {
170170
"upstream_dartdoc": "https://github.com/dart-lang/dartdoc.git",
171171
"upstream_equatable": "https://github.com/felangel/equatable.git",
172172
"upstream_ffi": "https://github.com/dart-lang/ffi.git",
173-
"upstream_file": "https://github.com/google/file.dart.git",
174173
"upstream_fixnum": "https://github.com/dart-lang/fixnum.git",
175174
"upstream_flatbuffers": "https://github.com/google/flatbuffers.git",
176175
"upstream_freetype2": "https://gitlab.freedesktop.org/freetype/freetype.git",
@@ -387,9 +386,6 @@ deps = {
387386
'src/flutter/third_party/dart/third_party/pkg/dartdoc':
388387
Var('dart_git') + '/dartdoc.git@80c6f18f34b387d4b9ce89ddd2e3049093335f9d',
389388

390-
'src/flutter/third_party/dart/third_party/pkg/file':
391-
Var('dart_git') + '/external/github.com/google/file.dart@6842feaef1c4e06239bd30f8d3ef722838b1c97e',
392-
393389
'src/flutter/third_party/dart/third_party/pkg/fixnum':
394390
Var('dart_git') + '/fixnum.git@83293b8ed86ccd574a94fcf4a2da43f31c1b43e0',
395391

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ dependency_overrides:
194194
expect:
195195
path: ./third_party/dart/pkg/expect
196196
file:
197-
path: ./third_party/dart/third_party/pkg/file/packages/file
197+
path: ./third_party/dart/third_party/pkg/tools/pkgs/file
198198
ffi:
199199
path: ./third_party/dart/third_party/pkg/native/pkgs/ffi
200200
fixnum:

web_sdk/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependency_overrides: # Must include all transitive dependencies from the "any"
3333
dart_internal:
3434
path: ../third_party/dart/pkg/dart_internal
3535
file:
36-
path: ../third_party/dart/third_party/pkg/file/packages/file
36+
path: ../third_party/dart/third_party/pkg/tools/pkgs/file
3737
glob:
3838
path: ../third_party/dart/third_party/pkg/glob
3939
macros:

0 commit comments

Comments
 (0)