mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 15:17:07 +00:00
00e3109368
Currently, the VM can create depfiles when writing out a snapshot. The snapshot file is the output file for the depfile. This change allows creating a depfile when not writing out a snapshot. It accomplishes this by adding a new flag --depfile_output_filename, which allows the user to supply the output filename for the depfile, which would otherwise be ambiguous when we are not creating a snapshot. This change also adds the flag --depfile, which --snapshot_depfile is now an alias of. related #34026 Change-Id: I45eee463c499fc542e577d805b7ef9911ccb72a7 Reviewed-on: https://dart-review.googlesource.com/67420 Reviewed-by: Siva Annamalai <asiva@google.com> Reviewed-by: Ryan Macnak <rmacnak@google.com> Commit-Queue: Zach Anderson <zra@google.com> |
||
---|---|---|
.. | ||
analysis_server | ||
bazel | ||
compiler | ||
dartanalyzer | ||
dartdevc | ||
dartdoc | ||
dartfmt | ||
kernel-service | ||
peg | ||
pub | ||
tests/peg | ||
application_snapshot.gni | ||
compile_platform.gni | ||
create_timestamp.gni | ||
generate_entry_points_json.gni | ||
generate_patch_sdk.gni |