| Index: ppapi/ppapi_untrusted.gyp
|
| diff --git a/ppapi/ppapi_untrusted.gyp b/ppapi/ppapi_untrusted.gyp
|
| index 3f817de4db6d38914444f3f2ac83d4837c6a388a..9f14e122627eb04693f6908c5b7a4c442484986f 100644
|
| --- a/ppapi/ppapi_untrusted.gyp
|
| +++ b/ppapi/ppapi_untrusted.gyp
|
| @@ -20,7 +20,6 @@
|
| 'nso_target': 'libppapi_cpp.so',
|
| 'build_glibc': 1,
|
| 'build_newlib': 1,
|
| - 'build_pnacl_newlib': 1,
|
| 'sources': [
|
| '<@(cpp_source_files)',
|
| 'cpp/module_embedder.h',
|
| @@ -39,7 +38,6 @@
|
| 'nso_target': 'libppapi_gles2.so',
|
| 'build_glibc': 1,
|
| 'build_newlib': 1,
|
| - 'build_pnacl_newlib': 1,
|
| 'include_dirs': [
|
| 'lib/gl/include',
|
| ],
|
|
|