This repository was archived by the owner on Feb 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +17
-0
lines changed Expand file tree Collapse file tree 7 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -107,6 +107,8 @@ dependency_overrides:
107
107
path : ../../third_party/dart/third_party/pkg/shelf
108
108
shelf_static :
109
109
path : ../../third_party/dart/third_party/pkg/shelf_static
110
+ smith :
111
+ path : ../../third_party/dart/pkg/smith
110
112
source_maps :
111
113
path : ../../third_party/dart/third_party/pkg/source_maps
112
114
source_span :
Original file line number Diff line number Diff line change @@ -65,6 +65,8 @@ dependency_overrides:
65
65
path : ../../../third_party/dart/third_party/pkg/path
66
66
pedantic :
67
67
path : ../../../third_party/dart/third_party/pkg/pedantic
68
+ smith :
69
+ path : ../../../third_party/dart/pkg/smith
68
70
source_span :
69
71
path : ../../../third_party/dart/third_party/pkg/source_span
70
72
string_scanner :
Original file line number Diff line number Diff line change @@ -34,6 +34,8 @@ dependency_overrides:
34
34
path : ../../../third_party/dart/pkg/meta
35
35
path :
36
36
path : ../../../third_party/dart/third_party/pkg/path
37
+ smith :
38
+ path : ../../../third_party/dart/pkg/smith
37
39
spirv :
38
40
path : ../../lib/spirv
39
41
sky_engine :
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ dependencies:
20
20
async_helper : any
21
21
expect : any
22
22
meta : any
23
+ smith : any
23
24
24
25
dependency_overrides :
25
26
async_helper :
@@ -28,3 +29,5 @@ dependency_overrides:
28
29
path : ../../../third_party/dart/pkg/expect
29
30
meta :
30
31
path : ../../../third_party/dart/pkg/meta
32
+ smith :
33
+ path : ../../../third_party/dart/pkg/smith
Original file line number Diff line number Diff line change @@ -27,3 +27,5 @@ dependency_overrides:
27
27
path : ../litetest
28
28
meta :
29
29
path : ../../../third_party/dart/pkg/meta
30
+ smith :
31
+ path : ../../../third_party/dart/pkg/smith
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ dev_dependencies:
26
26
async_helper : any
27
27
expect : any
28
28
litetest : any
29
+ smith : any
29
30
30
31
dependency_overrides :
31
32
args :
@@ -52,3 +53,5 @@ dependency_overrides:
52
53
path : ../../../third_party/pkg/process
53
54
process_runner :
54
55
path : ../../../third_party/pkg/process_runner
56
+ smith :
57
+ path : ../../../third_party/dart/pkg/smith
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ dev_dependencies:
25
25
async_helper : any
26
26
expect : any
27
27
litetest : any
28
+ smith : any
28
29
29
30
dependency_overrides :
30
31
args :
@@ -53,3 +54,5 @@ dependency_overrides:
53
54
path : ../../../third_party/pkg/process
54
55
process_runner :
55
56
path : ../../../third_party/pkg/process_runner
57
+ smith :
58
+ path : ../../../third_party/dart/pkg/smith
You can’t perform that action at this time.
0 commit comments