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:
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 :
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ dependencies:
2020 async_helper : any
2121 expect : any
2222 meta : any
23+ smith : any
2324
2425dependency_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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ dev_dependencies:
2626 async_helper : any
2727 expect : any
2828 litetest : any
29+ smith : any
2930
3031dependency_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
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ dev_dependencies:
2525 async_helper : any
2626 expect : any
2727 litetest : any
28+ smith : any
2829
2930dependency_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
You can’t perform that action at this time.
0 commit comments