Skip to content
  • dpranke's avatar
    Add support for customizing GN's args text. · eacf0f43
    dpranke authored
    It would be nice if, when you ran `gn args out/foo`, you could get
    some sample text that was actually customized to the build that
    you have, rather than referencing dummy arguments like 'enable_doom_melon'.
    
    This CL adds support for that. If you set `arg_file_template_path` in
    your dotfile, then GN will use the contents of that file as the sample
    text that it passes to the editor.
    
    R=brettw@chromium.org
    BUG=
    
    Review-Url: https://codereview.chromium.org/2514333005
    Cr-Commit-Position: refs/heads/master@{#454750}
    eacf0f43