Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(941)

Unified Diff: ppapi/ppapi_shared_untrusted.gyp

Issue 11170006: Fix the NaCl IPC proxy untrusted side to allow calls off the main thread. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/ppapi_ipc_untrusted.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/ppapi_shared_untrusted.gyp
===================================================================
--- ppapi/ppapi_shared_untrusted.gyp (revision 162107)
+++ ppapi/ppapi_shared_untrusted.gyp (working copy)
@@ -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',
« no previous file with comments | « ppapi/ppapi_ipc_untrusted.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698