| Index: ppapi/native_client/src/untrusted/pnacl_support_extension/BUILD.gn
|
| diff --git a/ppapi/native_client/src/untrusted/pnacl_support_extension/BUILD.gn b/ppapi/native_client/src/untrusted/pnacl_support_extension/BUILD.gn
|
| index a2160889d9eaa727f65a91370b9e0fe543251765..fac4fc5582a175547178d31b4338adc0347497cf 100644
|
| --- a/ppapi/native_client/src/untrusted/pnacl_support_extension/BUILD.gn
|
| +++ b/ppapi/native_client/src/untrusted/pnacl_support_extension/BUILD.gn
|
| @@ -25,7 +25,8 @@ if (enable_nacl && enable_nacl_untrusted && enable_pnacl) {
|
| # (x86-64 sandbox base address hiding). One thing we don't want is the
|
| # IRT's secondary TLS, but that is handled by tls_edit and not compiler
|
| # flags (so IRT compiler flags should be fine).
|
| - shim_toolchain_base = "//native_client/build/toolchain/nacl:irt_"
|
| + shim_toolchain_base = "//build/toolchain/nacl:irt_"
|
| +
|
| shim_target_tc_label = "$shim_target_label($shim_toolchain_base$target_cpu)"
|
| deps = [
|
| shim_target_tc_label,
|
|
|