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

Commit d2972a8

Browse files
authored
Add pkg:smith as a dependency for flutter_frontend_server. (#30903)
* Add pkg:smith as a dependency for flutter_frontend_server. This is needed to roll dart past dart-lang/sdk@b453c6b * Update few more packages that depend on internal dart sdk expect package
1 parent 1d8e997 commit d2972a8

File tree

7 files changed

+17
-0
lines changed

7 files changed

+17
-0
lines changed

flutter_frontend_server/pubspec.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ dependency_overrides:
107107
path: ../../third_party/dart/third_party/pkg/shelf
108108
shelf_static:
109109
path: ../../third_party/dart/third_party/pkg/shelf_static
110+
smith:
111+
path: ../../third_party/dart/pkg/smith
110112
source_maps:
111113
path: ../../third_party/dart/third_party/pkg/source_maps
112114
source_span:

testing/benchmark/pubspec.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ dependency_overrides:
6565
path: ../../../third_party/dart/third_party/pkg/path
6666
pedantic:
6767
path: ../../../third_party/dart/third_party/pkg/pedantic
68+
smith:
69+
path: ../../../third_party/dart/pkg/smith
6870
source_span:
6971
path: ../../../third_party/dart/third_party/pkg/source_span
7072
string_scanner:

testing/dart/pubspec.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ dependency_overrides:
3434
path: ../../../third_party/dart/pkg/meta
3535
path:
3636
path: ../../../third_party/dart/third_party/pkg/path
37+
smith:
38+
path: ../../../third_party/dart/pkg/smith
3739
spirv:
3840
path: ../../lib/spirv
3941
sky_engine:

testing/litetest/pubspec.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ dependencies:
2020
async_helper: any
2121
expect: any
2222
meta: any
23+
smith: any
2324

2425
dependency_overrides:
2526
async_helper:
@@ -28,3 +29,5 @@ dependency_overrides:
2829
path: ../../../third_party/dart/pkg/expect
2930
meta:
3031
path: ../../../third_party/dart/pkg/meta
32+
smith:
33+
path: ../../../third_party/dart/pkg/smith

testing/smoke_test_failure/pubspec.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,5 @@ dependency_overrides:
2727
path: ../litetest
2828
meta:
2929
path: ../../../third_party/dart/pkg/meta
30+
smith:
31+
path: ../../../third_party/dart/pkg/smith

tools/clang_tidy/pubspec.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ dev_dependencies:
2626
async_helper: any
2727
expect: any
2828
litetest: any
29+
smith: any
2930

3031
dependency_overrides:
3132
args:
@@ -52,3 +53,5 @@ dependency_overrides:
5253
path: ../../../third_party/pkg/process
5354
process_runner:
5455
path: ../../../third_party/pkg/process_runner
56+
smith:
57+
path: ../../../third_party/dart/pkg/smith

tools/githooks/pubspec.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ dev_dependencies:
2525
async_helper: any
2626
expect: any
2727
litetest: any
28+
smith: any
2829

2930
dependency_overrides:
3031
args:
@@ -53,3 +54,5 @@ dependency_overrides:
5354
path: ../../../third_party/pkg/process
5455
process_runner:
5556
path: ../../../third_party/pkg/process_runner
57+
smith:
58+
path: ../../../third_party/dart/pkg/smith

0 commit comments

Comments
 (0)