sdk
sdk copied to clipboard
Removed unnecessary dependencies from `ddc_stable_test` and `ddc_canary_test`
The ddc_stable_test and ddc_canary_test are build target groups that include the create_sdk.
https://github.com/dart-lang/sdk/blob/16f3ad90789ce097fd1fef1159c63353bca1535a/utils/ddc/BUILD.gn#L78-L94
That builds many more targets than we actually need to run tests with ddc. create_sdk should be replaced with just the targets that are actually needed to run tests with DDC.
Easiest low hanging fruit: We don't need to build anything related to dart2wasm to run tests with DDC.
Note: When switching to AOT snapshots they depend on runtime/bin:dart_precompiled_runtime_product.