| Index: chrome/test/BUILD.gn
|
| diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
|
| index adb114f1a6bc5af54446dc0cf7bfc5f3c3271263..772dfef52f4fca098ab9afdec333b79a0d8c76f9 100644
|
| --- a/chrome/test/BUILD.gn
|
| +++ b/chrome/test/BUILD.gn
|
| @@ -425,7 +425,7 @@ if (!is_android) {
|
| if (enable_nacl) {
|
| deps += [
|
| "//components/nacl:nacl_helper",
|
| - # '../components/nacl_nonsfi.gyp:nacl_helper_nonsfi', TODO(GYP)
|
| + "//components/nacl:nacl_helper_nonsfi(//build/toolchain/nacl:newlib_pnacl_nonsfi)",
|
| ]
|
| }
|
|
|
| @@ -967,7 +967,7 @@ if (!is_android) {
|
| if (is_linux) {
|
| data_deps += [
|
| "//components/nacl:nacl_helper",
|
| - # "//components/nacl_nonsfi.gyp:nacl_helper_nonsfi", # TODO(GYP) bug 512912.
|
| + "//components/nacl:nacl_helper_nonsfi(//build/toolchain/nacl:newlib_pnacl_nonsfi)",
|
| ]
|
| }
|
| }
|
|
|