summaryrefslogtreecommitdiffstats
path: root/ppapi/ppapi_shared_untrusted.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/ppapi_shared_untrusted.gyp')
-rw-r--r--ppapi/ppapi_shared_untrusted.gyp12
1 files changed, 6 insertions, 6 deletions
diff --git a/ppapi/ppapi_shared_untrusted.gyp b/ppapi/ppapi_shared_untrusted.gyp
index fa01207..ef76bd3 100644
--- a/ppapi/ppapi_shared_untrusted.gyp
+++ b/ppapi/ppapi_shared_untrusted.gyp
@@ -5,9 +5,6 @@
{
'variables': {
'chromium_code': 1,
- # Enable threading for the untrusted side of the proxy.
- # TODO(bbudge) remove when this is the default.
- 'enable_pepper_threading': '1',
},
'includes': [
'../build/common_untrusted.gypi',
@@ -26,10 +23,13 @@
'nlib_target': 'libppapi_shared_untrusted.a',
'build_glibc': 0,
'build_newlib': 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': [
'..',
'../third_party/khronos',