• garykac's avatar
    [Chromoting] Update build-webapp to accept a filelist & update GN rules · c9f08364
    garykac authored
    This cl:
    * Adds file list support to build-webapp.py
    * Update teh GN webapp build rules to build/pass a filelist
    * Enable the GN webapp build for Windows
    
    This change is motivated by enabling the remoting webapp build on
    Windows, which has a limit on the size of the command line. This
    limit was encountered with the Windows GN build.
    
    The corresponding GYP build files are not updated (even though GYP
    has support for building filelists via the <| syntax) because our
    files have GYP paths in them that get written into the file rather
    than being expanded. Fixing this is not worth the time since we're
    moving away from our GYP builds.
    
    BUG=
    
    Review URL: https://codereview.chromium.org/1107483002
    
    Cr-Commit-Position: refs/heads/master@{#326959}
    c9f08364
build-webapp.py 19.4 KB