• dpranke's avatar
    Fix 32-bit x86 Linux build for GN uploads. · 1c35162e
    dpranke authored
    The bots still use 'cpu_arch' to set the architecture, and the build
    file was keying off of build_cpu_arch to determine whether or not
    to enable NaCl, so things were failing. Updating the the code to
    'current_cpu' fixes the problem correctly.
    
    TBR=brettw@chromium.org
    
    Review URL: https://codereview.chromium.org/964003002
    
    Cr-Commit-Position: refs/heads/master@{#318585}
    1c35162e
features.gni 5.83 KB