Open
Description
The Dart SDK internal binaries, such as gen_snapshot
support a depsfile
output:
sdk/runtime/bin/main_options.cc
Line 794 in a3c6d05
The Flutter tool, and Flutter engine, use this option to correctly rebuild from various build systems.
It would be nice to have this available in dart compile
so that Dart SDK internal binaries are (less?) not needed.