Skip to content
  • brettw's avatar
    Add GCAPI to the GN build. · f986f957
    brettw authored
    GCAPI is a Windows-specific API for distributors of Chrome.
    
    This adds all chrome/installer targets to "gn check" and fixes many associated issues. The result codes targets are also added to "gn check" to make sure people don't accidentally add stuff to those headers.
    
    Rather than add a disable for the size_t to int warning for this target, I just fixed the warning and removed the disable flag from GYP.
    
    Merged //chrome/common:result_codes into //chrome/common:constants. This is basically a constant and everybody that needed the result codes already depended on the constants target.
    
    Fix google_update build file. The midl template already did everything this file was trying to do. I clarified the template documentation a bit.
    
    BUG=539428
    
    Review URL: https://codereview.chromium.org/1388943004
    
    Cr-Commit-Position: refs/heads/master@{#352869}
    f986f957