diff options
-rw-r--r-- | ppapi/ppapi_ipc_proxy_untrusted.gyp | 9 | ||||
-rw-r--r-- | ppapi/ppapi_ipc_untrusted.gyp | 9 | ||||
-rw-r--r-- | ppapi/ppapi_shared_untrusted.gyp | 9 |
3 files changed, 9 insertions, 18 deletions
diff --git a/ppapi/ppapi_ipc_proxy_untrusted.gyp b/ppapi/ppapi_ipc_proxy_untrusted.gyp index d2f7fa2..9111d3a 100644 --- a/ppapi/ppapi_ipc_proxy_untrusted.gyp +++ b/ppapi/ppapi_ipc_proxy_untrusted.gyp @@ -27,13 +27,10 @@ 'nlib_target': 'libppapi_proxy_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', diff --git a/ppapi/ppapi_ipc_untrusted.gyp b/ppapi/ppapi_ipc_untrusted.gyp index 1f5c3c9..ec6fdf9 100644 --- a/ppapi/ppapi_ipc_untrusted.gyp +++ b/ppapi/ppapi_ipc_untrusted.gyp @@ -23,13 +23,10 @@ 'nlib_target': 'libppapi_ipc_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': [ '..', ], diff --git a/ppapi/ppapi_shared_untrusted.gyp b/ppapi/ppapi_shared_untrusted.gyp index ef76bd3..2897337 100644 --- a/ppapi/ppapi_shared_untrusted.gyp +++ b/ppapi/ppapi_shared_untrusted.gyp @@ -23,13 +23,10 @@ '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', |