summaryrefslogtreecommitdiffstats
path: root/ppapi/ppapi_ipc_untrusted.gyp
diff options
context:
space:
mode:
authorbbudge@chromium.org <bbudge@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-10 23:44:19 +0000
committerbbudge@chromium.org <bbudge@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-10 23:44:19 +0000
commitcc345b63e010cae3d1c1910fc00f77b25f5c2cdb (patch)
tree758301957da8d4fb3b215d0ed5d560b7f7d4549a /ppapi/ppapi_ipc_untrusted.gyp
parent326dff446c95d772d1f80f086ccff86b3ff8bf25 (diff)
downloadchromium_src-cc345b63e010cae3d1c1910fc00f77b25f5c2cdb.zip
chromium_src-cc345b63e010cae3d1c1910fc00f77b25f5c2cdb.tar.gz
chromium_src-cc345b63e010cae3d1c1910fc00f77b25f5c2cdb.tar.bz2
Fix NaCl IPC proxy build, to properly enable Pepper threading.
BUG=116317 TEST=manual, "Zombie Track Meat" and "From Dust" run. Review URL: https://chromiumcodereview.appspot.com/11086054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@161232 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/ppapi_ipc_untrusted.gyp')
-rw-r--r--ppapi/ppapi_ipc_untrusted.gyp12
1 files changed, 6 insertions, 6 deletions
diff --git a/ppapi/ppapi_ipc_untrusted.gyp b/ppapi/ppapi_ipc_untrusted.gyp
index 2cee51c..1f5c3c9 100644
--- a/ppapi/ppapi_ipc_untrusted.gyp
+++ b/ppapi/ppapi_ipc_untrusted.gyp
@@ -23,13 +23,13 @@
'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',
+ # Enable threading for the untrusted side of the proxy.
+ # TODO(bbudge) remove when this is the default.
+ 'ENABLE_PEPPER_THREADING',
+ ],
},
- 'defines': [
- 'NACL_PPAPI_IPC_PROXY',
- ],
'include_dirs': [
'..',
],