DescriptionMove the cros_* GN args to a .gni file and add a bootstrap cros toolchain.
This moves the cros_* GN args from //build/toolchain/cros/BUILD.gn
to //build/toolchain/cros_toolchain.gni so that files in other
places (specifically in native_client/src/trusted/service_runtime/linux)
can have access to them, and adds the nacl_bootstrap toolchain to
//build/toolchain/cros so that it is kept consistent with the target
toolchains.
R=mcgrathr@chromium.org, llozano@chromium.org, bradnelson@chromium.org
BUG=621686
Committed: https://crrev.com/44febce5c4911c03a7975273235fce6e9cacd16d
Cr-Commit-Position: refs/heads/master@{#401532}
Patch Set 1 #Patch Set 2 : see if using forward_variables_from() makes gn happier #Patch Set 3 : try forward_variables_from(invoker, ["*"] #Patch Set 4 : import needed declare_args(), fix toolchain_os #
Messages
Total messages: 20 (11 generated)
|