flutter/packages/flutter_tools/test/general.shard/build_system/targets
Martin Kustermann d4b1b6e744
Reland "Disentangle and align flutter build web --wasm flags (#143517)" (#143549)
Update: Accidentally use `--O4` instead of `-O4` in `dev/devicelab/lib/tasks/web_benchmarks.dart` update.

Original description:

* Make `flutter build web` have one option that determins the
optimization level: `-O<level>` / `--optimization-level=<level>` =>
Defaulting to -O4 => Will apply to both dart2js and dart2wasm

* Deprecate `--dart2js-optimization=O<level>`

* Disentagle concept of optimization from concept of static symbols =>
Add a `--strip-wasm` / `--no-strip-wasm` flag that determins whether
static symbols are kept in the resulting wasm file.

* Remove copy&past'ed code in the tests for wasm build tests

* Cleanup some artifacts code, now that we no longer use `wasm-opt`
inside flutter tools
2024-02-16 00:19:38 +00:00
..
android_test.dart Refactor ShaderTarget to not explicitly mention impeller or Skia (#141460) 2024-01-31 21:30:02 +00:00
assets_test.dart [reland] Support conditional bundling of assets based on --flavor (#139834) 2023-12-14 05:30:10 +00:00
common_test.dart Set template and migrate apps to iOS 12 minimum (#140823) 2024-01-03 00:47:40 +00:00
dart_plugin_registrant_test.dart Enable private field promotion for flutter_tools (#134474) 2023-09-12 20:20:04 +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 Space character should be optional when tree shaking fonts (#132880) 2023-08-19 02:04:15 +00:00
ios_test.dart Refactor ShaderTarget to not explicitly mention impeller or Skia (#141460) 2024-01-31 21:30:02 +00: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 provide command to FakeCommand::onRun (#142206) 2024-01-25 07:51:25 +00: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 "Disentangle and align flutter build web --wasm flags (#143517)" (#143549) 2024-02-16 00:19:38 +00:00
windows_test.dart Enable native compilation for windows-arm64 (#141930) 2024-01-26 00:08:20 +00:00