| Index: components/nacl/BUILD.gn
|
| diff --git a/components/nacl/BUILD.gn b/components/nacl/BUILD.gn
|
| index 74f871b368177fe1e2cd41398e3a9082ac351d8e..02f0f060a6b518798bfb793f43d0bac0901da684 100644
|
| --- a/components/nacl/BUILD.gn
|
| +++ b/components/nacl/BUILD.gn
|
| @@ -44,7 +44,7 @@ if (enable_nacl) {
|
| if (enable_nacl_untrusted) {
|
| data_deps = [
|
| # TODO(GYP): handle other architectures correctly.
|
| - "//ppapi/native_client:nacl_irt(//native_client/build/toolchain/nacl:irt_x64)",
|
| + "//ppapi/native_client:nacl_irt(//build/toolchain/nacl:irt_x64)",
|
| ]
|
| }
|
| if (enable_pnacl) {
|
|
|