Skip to content

Commit

Permalink
Add pkg:smith as a dependency for flutter_frontend_server. (flutter#3…
Browse files Browse the repository at this point in the history
…0903)

* 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
  • Loading branch information
aam authored Jan 18, 2022
1 parent 1d8e997 commit d2972a8
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flutter_frontend_server/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ dependency_overrides:
path: ../../third_party/dart/third_party/pkg/shelf
shelf_static:
path: ../../third_party/dart/third_party/pkg/shelf_static
smith:
path: ../../third_party/dart/pkg/smith
source_maps:
path: ../../third_party/dart/third_party/pkg/source_maps
source_span:
Expand Down
2 changes: 2 additions & 0 deletions testing/benchmark/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ dependency_overrides:
path: ../../../third_party/dart/third_party/pkg/path
pedantic:
path: ../../../third_party/dart/third_party/pkg/pedantic
smith:
path: ../../../third_party/dart/pkg/smith
source_span:
path: ../../../third_party/dart/third_party/pkg/source_span
string_scanner:
Expand Down
2 changes: 2 additions & 0 deletions testing/dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ dependency_overrides:
path: ../../../third_party/dart/pkg/meta
path:
path: ../../../third_party/dart/third_party/pkg/path
smith:
path: ../../../third_party/dart/pkg/smith
spirv:
path: ../../lib/spirv
sky_engine:
Expand Down
3 changes: 3 additions & 0 deletions testing/litetest/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ dependencies:
async_helper: any
expect: any
meta: any
smith: any

dependency_overrides:
async_helper:
Expand All @@ -28,3 +29,5 @@ dependency_overrides:
path: ../../../third_party/dart/pkg/expect
meta:
path: ../../../third_party/dart/pkg/meta
smith:
path: ../../../third_party/dart/pkg/smith
2 changes: 2 additions & 0 deletions testing/smoke_test_failure/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ dependency_overrides:
path: ../litetest
meta:
path: ../../../third_party/dart/pkg/meta
smith:
path: ../../../third_party/dart/pkg/smith
3 changes: 3 additions & 0 deletions tools/clang_tidy/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ dev_dependencies:
async_helper: any
expect: any
litetest: any
smith: any

dependency_overrides:
args:
Expand All @@ -52,3 +53,5 @@ dependency_overrides:
path: ../../../third_party/pkg/process
process_runner:
path: ../../../third_party/pkg/process_runner
smith:
path: ../../../third_party/dart/pkg/smith
3 changes: 3 additions & 0 deletions tools/githooks/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ dev_dependencies:
async_helper: any
expect: any
litetest: any
smith: any

dependency_overrides:
args:
Expand Down Expand Up @@ -53,3 +54,5 @@ dependency_overrides:
path: ../../../third_party/pkg/process
process_runner:
path: ../../../third_party/pkg/process_runner
smith:
path: ../../../third_party/dart/pkg/smith

0 comments on commit d2972a8

Please sign in to comment.