| Index: ppapi/ppapi_proxy_untrusted.gyp
|
| diff --git a/ppapi/ppapi_proxy_untrusted.gyp b/ppapi/ppapi_proxy_untrusted.gyp
|
| index 49fae8269b141860e76b9626435ed19eb51b2cb9..2b87d7bb786e89a6055084dc2281cfa4f321c2c9 100644
|
| --- a/ppapi/ppapi_proxy_untrusted.gyp
|
| +++ b/ppapi/ppapi_proxy_untrusted.gyp
|
| @@ -22,11 +22,6 @@
|
| 'nlib_target': 'libppapi_proxy_untrusted.a',
|
| 'build_glibc': 0,
|
| 'build_newlib': 1,
|
| - 'defines': [
|
| - # Enable threading for the untrusted side of the proxy.
|
| - # TODO(bbudge) remove when this is the default.
|
| - 'ENABLE_PEPPER_THREADING',
|
| - ],
|
| },
|
| 'include_dirs': [
|
| '..',
|
|
|