Skip to content
  • dpranke's avatar
    Add a build arg to control whether to use a jessie sysroot. · 657454d7
    dpranke authored
    We're working on a class of changes in the Linux desktop UI
    that won't work on Precise; they need newer Linux versions
    that basically amount to needing to link against the Debian
    Jessie sysroot instead of the Debian Wheezy sysroot. Previously
    we were working around this by checking whether we were building
    with ozone + use_kbdcommon, but that caused a dependency inversion
    by making //build depend on //ui.
    
    This changes adds a dedicated GN build arg, use_jessie_sysroot,
    that we'll explicitly set instead, and that way we can avoid
    the dependency inversion.
    
    R=thomasanderson@chromium.org, tonikitoo@igalia.com
    BUG=564904
    
    Review-Url: https://codereview.chromium.org/2687203002
    Cr-Commit-Position: refs/heads/master@{#449505}
    657454d7