077e1be29c
Turns out that dart compile exe --depfile produces depfile which does not work with ninja because it uses absolute path to the output file instead of using relative path. So we can't use it directly and need to fix depfile. TEST=manually Change-Id: I1aadfd5079cc38d392933f9afe333f63407bb295 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/435680 Reviewed-by: Martin Kustermann <kustermann@google.com> Commit-Queue: Slava Egorov <vegorov@google.com>