From d6345fe31199b634aff5a5ca0a1c5ed2f7defab3 Mon Sep 17 00:00:00 2001 From: "bbudge@chromium.org" Date: Mon, 8 Oct 2012 22:13:28 +0000 Subject: Enable Pepper threading, but only for the untrusted side of the NaCl IPC proxy. BUG=116317 TEST=manual for now Review URL: https://chromiumcodereview.appspot.com/11013053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@160723 0039d316-1c4b-4281-b951-d872f2087c98 --- ppapi/ppapi_ipc_untrusted.gyp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ppapi/ppapi_ipc_untrusted.gyp') diff --git a/ppapi/ppapi_ipc_untrusted.gyp b/ppapi/ppapi_ipc_untrusted.gyp index ec6fdf9..2cee51c 100644 --- a/ppapi/ppapi_ipc_untrusted.gyp +++ b/ppapi/ppapi_ipc_untrusted.gyp @@ -23,6 +23,9 @@ 'nlib_target': 'libppapi_ipc_untrusted.a', 'build_glibc': 0, 'build_newlib': 1, + # Enable threading for the untrusted side of the proxy. + # TODO(bbudge) remove when this is the default. + 'enable_pepper_threading': '1', }, 'defines': [ 'NACL_PPAPI_IPC_PROXY', -- cgit v1.1