Index: testing/gtest_nacl.gyp |
diff --git a/testing/gtest_nacl.gyp b/testing/gtest_nacl.gyp |
index e375dc5ac4ca1f50f513167da69dba41cc202500..d1c0ce0fb40387f8138f57e1e4ce0dad3a1fbeb0 100644 |
--- a/testing/gtest_nacl.gyp |
+++ b/testing/gtest_nacl.gyp |
@@ -20,7 +20,9 @@ |
'nlib_target': 'libgtest_nacl.a', |
'build_glibc': 0, |
'build_newlib': 0, |
+ 'build_irt': 0, |
'build_pnacl_newlib': 1, |
+ 'build_nonsfi_helper': 1, |
}, |
'sources': [ |
'<@(gtest_sources)', |
@@ -70,7 +72,9 @@ |
'nlib_target': 'libgtest_main_nacl.a', |
'build_glibc': 0, |
'build_newlib': 0, |
+ 'build_irt': 0, |
'build_pnacl_newlib': 1, |
+ 'build_nonsfi_helper': 1, |
}, |
'dependencies': [ |
'gtest_nacl', |