• brettw's avatar
    Reverse the order of GN's cycle printing. · 5f42d9b7
    brettw authored
    When printing dependency cycles, the old meticulously walked the list backwards and explained that this was because the list was in the reverse order of the dependencies.
    
    This is wrong, the list is in the normal forward direction and doing that prints out the reverse cycle which is very confusing. Reverse the order of printing to get the correct cycle.
    
    Review URL: https://codereview.chromium.org/557103003
    
    Cr-Commit-Position: refs/heads/master@{#294436}
    5f42d9b7
builder.cc 17.7 KB