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