Index: chrome/test/BUILD.gn |
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn |
index adb114f1a6bc5af54446dc0cf7bfc5f3c3271263..b1cc7dc3ee71879b1bd24870c58d5318edb5c79b 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", |
] |
} |
@@ -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)", |
] |
} |
} |