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

Commit de569ba

Browse files
authored
re-land "update the repo references for package:file (#55906)" (#55935)
This is a re-land of the reverted PR, #55916 (it depended on a dart roll that was reverted, and has subsequently been re-landed). From the original PR: > The SoT repository for `package:file` has changed from google/file.dart to dart-lang/tools; this PR updates the DEPS file and the hard-coded paths in the two pubspec.yaml files (see dart-lang/tools#674).
1 parent 315540e commit de569ba

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
@@ -171,7 +171,6 @@ vars = {
171171
"upstream_dartdoc": "https://github.com/dart-lang/dartdoc.git",
172172
"upstream_equatable": "https://github.com/felangel/equatable.git",
173173
"upstream_ffi": "https://github.com/dart-lang/ffi.git",
174-
"upstream_file": "https://github.com/google/file.dart.git",
175174
"upstream_fixnum": "https://github.com/dart-lang/fixnum.git",
176175
"upstream_flatbuffers": "https://github.com/google/flatbuffers.git",
177176
"upstream_freetype2": "https://gitlab.freedesktop.org/freetype/freetype.git",
@@ -391,9 +390,6 @@ deps = {
391390
'src/flutter/third_party/dart/third_party/pkg/dartdoc':
392391
Var('dart_git') + '/dartdoc.git@80c6f18f34b387d4b9ce89ddd2e3049093335f9d',
393392

394-
'src/flutter/third_party/dart/third_party/pkg/file':
395-
Var('dart_git') + '/external/github.com/google/file.dart@6842feaef1c4e06239bd30f8d3ef722838b1c97e',
396-
397393
'src/flutter/third_party/dart/third_party/pkg/fixnum':
398394
Var('dart_git') + '/fixnum.git@83293b8ed86ccd574a94fcf4a2da43f31c1b43e0',
399395

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)