| Index: build/toolchain/nacl/BUILD.gn
|
| diff --git a/build/toolchain/nacl/BUILD.gn b/build/toolchain/nacl/BUILD.gn
|
| index 686960297d403f7725801860811a5c6aee67d5ce..5addfb95c19c455e2940ffe4dc651fcd5e9d6b4e 100644
|
| --- a/build/toolchain/nacl/BUILD.gn
|
| +++ b/build/toolchain/nacl/BUILD.gn
|
| @@ -3,11 +3,9 @@
|
| # found in the LICENSE file.
|
|
|
| import("//build/config/sysroot.gni")
|
| +import("//build/config/nacl/config.gni")
|
| import("//build/toolchain/nacl_toolchain.gni")
|
|
|
| -nacl_toolchain_dir = rebase_path("//native_client/toolchain", root_build_dir)
|
| -os_toolchain_dir = "${nacl_toolchain_dir}/${host_os}_x86"
|
| -
|
| # Add the toolchain revision as a preprocessor define so that sources are
|
| # rebuilt when a toolchain is updated.
|
| # Idea we could use the toolchain deps feature, but currently that feature is
|
|
|