New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 633662 link

Starred by 2 users

Issue metadata

Status: Untriaged
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

GN: "executable" target should be rebuild when "inputs" change

Project Member Reported by sdefresne@chromium.org, Aug 2 2016

Issue description

With https://codereview.chromium.org/2187343003/ the executable target in ios_app_bundle targets depends on the output of codesign.py script and pass the generated file as an input to the link step. The generated file is listed on the "inputs" of the executable target.

If the script is modified, the code to generate the .xcrnt file is re-run as expected, but not the link action.
 
Components: Build

Sign in to add a comment