Chromium Code Reviews| Index: src/shared/imc/imc.gyp |
| =================================================================== |
| --- src/shared/imc/imc.gyp (revision 9678) |
| +++ src/shared/imc/imc.gyp (working copy) |
| @@ -79,8 +79,9 @@ |
| 'type': 'none', |
| 'variables': { |
| 'nlib_target': 'libimc.a', |
| + 'nso_target': 'libimc.so', |
| 'build_glibc': 1, |
| - 'build_newlib': 0, |
| + 'build_newlib': 1, |
| 'sources': ['nacl_imc_c.cc', 'nacl_imc_common.cc', 'nacl/nacl_imc.cc'], |
| }, |
| 'dependencies': [ |