| Index: testing/gtest_nacl.gyp
|
| diff --git a/testing/gtest_nacl.gyp b/testing/gtest_nacl.gyp
|
| index d1c0ce0fb40387f8138f57e1e4ce0dad3a1fbeb0..e375dc5ac4ca1f50f513167da69dba41cc202500 100644
|
| --- a/testing/gtest_nacl.gyp
|
| +++ b/testing/gtest_nacl.gyp
|
| @@ -20,9 +20,7 @@
|
| '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)',
|
| @@ -72,9 +70,7 @@
|
| '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',
|
|
|