New issue
Advanced search Search tips

Issue 604104 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Apr 2016
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

write_runtime_deps should only be applied when target is resolved

Project Member Reported by agrieve@chromium.org, Apr 16 2016

Issue description

The following should not produce a file:

if (false) {
  group("foo") {
    write_runtime_deps = "$root_out_dir/file"
  }
}


 
Status: Fixed (was: Started)

Sign in to add a comment