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

Commit 8f67cce

Browse files
committed
Cleanup Dart package dependencies a bit
1 parent 90fdd91 commit 8f67cce

File tree

13 files changed

+12
-18
lines changed

13 files changed

+12
-18
lines changed

DEPS

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -644,9 +644,6 @@ deps = {
644644
'src/third_party/pkg/equatable':
645645
Var('github_git') + '/felangel/equatable.git' + '@' + '0ba67c72db8bed75877fc1caafa74112ee0bd921', # 2.0.2
646646

647-
'src/third_party/pkg/file':
648-
Var('dart_git') + '/external/github.com/google/file.dart.git' + '@' + 'b2e31cb6ef40b223701dbfa0b907fe58468484d7', # 6.1.4
649-
650647
'src/third_party/pkg/flutter_packages':
651648
Var('flutter_git') + '/mirrors/packages' + '@' + '25454e63851fe7933f04d025606e68c1eac4fe0f', # various
652649

@@ -665,9 +662,6 @@ deps = {
665662
'src/third_party/pkg/process_runner':
666663
Var('github_git') + '/google/process_runner.git' + '@' + 'f24c69efdcaf109168f23d381fa281453d2bc9b1', # 4.1.2
667664

668-
'src/third_party/pkg/quiver':
669-
Var('chromium_git') + '/external/github.com/google/quiver-dart' + '@' + '90b92bee895e507d435012356a8b5c5f17eafa52', # 3.2.1
670-
671665
'src/third_party/pkg/vector_math':
672666
Var('dart_git') + '/external/github.com/google/vector_math.dart.git' + '@' + '0a5fd95449083d404df9768bc1b321b88a7d2eef', # 2.1.0
673667

ci/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependency_overrides:
4040
expect:
4141
path: ../../third_party/dart/pkg/expect
4242
file:
43-
path: ../../third_party/pkg/file/packages/file
43+
path: ../../third_party/dart/third_party/pkg/file/packages/file
4444
litetest:
4545
path: ../testing/litetest
4646
meta:

impeller/golden_tests_harvester/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependency_overrides:
2727
crypto:
2828
path: ../../../third_party/dart/third_party/pkg/crypto
2929
file:
30-
path: ../../../third_party/pkg/file/packages/file
30+
path: ../../../third_party/dart/third_party/pkg/file/packages/file
3131
meta:
3232
path: ../../../third_party/dart/pkg/meta
3333
path:

testing/scenario_app/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependency_overrides:
3030
crypto:
3131
path: ../../../third_party/dart/third_party/pkg/crypto
3232
file:
33-
path: ../../../third_party/pkg/file/packages/file
33+
path: ../../../third_party/dart/third_party/pkg/file/packages/file
3434
meta:
3535
path: ../../../third_party/dart/pkg/meta
3636
path:

testing/skia_gold_client/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependency_overrides:
2525
crypto:
2626
path: ../../../third_party/dart/third_party/pkg/crypto
2727
file:
28-
path: ../../../third_party/pkg/file/packages/file
28+
path: ../../../third_party/dart/third_party/pkg/file/packages/file
2929
meta:
3030
path: ../../../third_party/dart/pkg/meta
3131
path:

tools/android_lint/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependency_overrides:
2424
args:
2525
path: ../../../third_party/dart/third_party/pkg/args
2626
file:
27-
path: ../../../third_party/pkg/file/packages/file
27+
path: ../../../third_party/dart/third_party/pkg/file/packages/file
2828
meta:
2929
path: ../../../third_party/dart/pkg/meta
3030
path:

tools/api_check/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ dependency_overrides:
5757
expect:
5858
path: ../../../third_party/dart/pkg/expect
5959
file:
60-
path: ../../../third_party/pkg/file/packages/file
60+
path: ../../../third_party/dart/third_party/pkg/file/packages/file
6161
glob:
6262
path: ../../../third_party/dart/third_party/pkg/glob
6363
litetest:

tools/clang_tidy/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dependency_overrides:
4646
expect:
4747
path: ../../../third_party/dart/pkg/expect
4848
file:
49-
path: ../../../third_party/pkg/file/packages/file
49+
path: ../../../third_party/dart/third_party/pkg/file/packages/file
5050
git_repo_tools:
5151
path: ../pkg/git_repo_tools
5252
litetest:

tools/githooks/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dependency_overrides:
4444
expect:
4545
path: ../../../third_party/dart/pkg/expect
4646
file:
47-
path: ../../../third_party/pkg/file/packages/file
47+
path: ../../../third_party/dart/third_party/pkg/file/packages/file
4848
git_repo_tools:
4949
path: ../pkg/git_repo_tools
5050
litetest:

tools/licenses/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ environment:
2020
dependencies:
2121
archive: any
2222
args: any
23-
collection: ^1.16.0
23+
collection: any
2424
crypto: any
2525
meta: any
2626
path: any

0 commit comments

Comments
 (0)