flutter/packages/flutter_tools/test/general.shard/build_system/targets
Daco Harkes 6967ae551e
Fix dep tracking (#147709)
Fix dependency tracking in the build.

* https://github.com/flutter/flutter/issues/147643

## Testing

It's not clear to me where to test the caching behavior of specific targets.

* test/general.shard/build_system/targets/common_test.dart
   * This doesn't test the caching behavior of any targets
* test/general.shard/build_system/build_system_test.dart
* test/general.shard/cache_test.dart
   * Both of these don't test specific `Target`s, these have `TestTarget`s.
* test/integration.shard/isolated/native_assets_test.dart
   * This could work, but it's an integration test that already takes long to run.
2024-05-07 17:44:12 +00:00
..
android_test.dart Refactor ShaderTarget to not explicitly mention impeller or Skia (#141460) 2024-01-31 21:30:02 +00:00
asset_transformer_test.dart Fixed few typos (#147087) 2024-04-22 16:49:19 +00:00
assets_test.dart Reland "Expose build mode in environment of asset transformer processes" (#144958) 2024-04-22 15:46:13 +00:00
common_test.dart Fix dep tracking (#147709) 2024-05-07 17:44:12 +00:00
dart_plugin_registrant_test.dart Reland: Update link branches to main (#146882) 2024-04-17 13:16:33 +00:00
deferred_components_test.dart [flutter_tools] migrate more unit tests to null safety (#106153) 2022-06-17 21:34:27 -07:00
desktop_test.dart Migrate some test files to null safety (#104469) 2022-05-24 16:53:08 -07:00
icon_tree_shaker_test.dart Update icon tree shaker to allow system font fallback (#147202) 2024-04-23 16:40:29 +00:00
ios_test.dart Bump dependencies in Flutter (#147546) 2024-04-29 15:53:25 -07:00
linux_test.dart [flutter_tools] migrate more unit tests to null safety (#106153) 2022-06-17 21:34:27 -07:00
localizations_test.dart Refactor "gen-l10n" command to use same code path when "l10n.yaml" is present or not present (#125429) 2023-04-26 11:49:25 -07:00
macos_test.dart Bump dependencies in Flutter (#147546) 2024-04-29 15:53:25 -07:00
shader_compiler_test.dart Avoid depending on files from build_system/targets other than from top level entrypoints in flutter_tools. (#142760) 2024-02-02 18:23:08 +00:00
web_defines_test.dart Dual compile reland (#143262) 2024-02-13 20:02:10 +00:00
web_test.dart Reland "Expose build mode in environment of asset transformer processes" (#144958) 2024-04-22 15:46:13 +00:00
windows_test.dart Enable native compilation for windows-arm64 (#141930) 2024-01-26 00:08:20 +00:00