write_runtime_deps should only be applied when target is resolved |
||
Issue description
The following should not produce a file:
if (false) {
group("foo") {
write_runtime_deps = "$root_out_dir/file"
}
}
,
Apr 20 2016
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Apr 20 2016