Skip to content
  • brettw's avatar
    GN: forward_variables_from shouldn't clobber vars. · 0785c950
    brettw authored
    The documentation for forward_variables_from specifies that it will give an error if the variable already exists in the target scope. But this was not implemented. Instead, the value would be silently overwritten.
    
    This change implements the error, and fixes the times this happens in the Linux and Android builds.
    
    Review-Url: https://codereview.chromium.org/1943583002
    Cr-Commit-Position: refs/heads/master@{#391136}
    0785c950