Index: ppapi/ppapi_nacl.gyp |
diff --git a/ppapi/ppapi_nacl.gyp b/ppapi/ppapi_nacl.gyp |
index aa7b718bec8394f59bc86d589545a1a395aecbfe..b546954dff81b9451b61301a218e5379ecb85264 100644 |
--- a/ppapi/ppapi_nacl.gyp |
+++ b/ppapi/ppapi_nacl.gyp |
@@ -18,6 +18,7 @@ |
'variables': { |
'nlib_target': 'libppapi_cpp.a', |
'nso_target': 'libppapi_cpp.so', |
+ 'nacl_untrusted_build': 1, |
'build_glibc': 1, |
'build_newlib': 1, |
'build_pnacl_newlib': 1, |
@@ -33,6 +34,7 @@ |
'type': 'none', |
'variables': { |
'nlib_target': 'libppapi_gles2.a', |
+ 'nacl_untrusted_build': 1, |
'nso_target': 'libppapi_gles2.so', |
'build_glibc': 1, |
'build_newlib': 1, |
@@ -76,6 +78,7 @@ |
'GL_GLEXT_PROTOTYPES', |
], |
'nexe_target': 'ppapi_nacl_tests', |
+ 'nacl_untrusted_build': 1, |
'build_newlib': 1, |
'include_dirs': [ |
'lib/gl/include', |