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

Unified Diff: trunk/src/ppapi/ppapi_shared_untrusted.gyp

Issue 12920003: Revert 189518 "PPAPI: Remove threading options; it's always on" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 9 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
Index: trunk/src/ppapi/ppapi_shared_untrusted.gyp
===================================================================
--- trunk/src/ppapi/ppapi_shared_untrusted.gyp (revision 189681)
+++ trunk/src/ppapi/ppapi_shared_untrusted.gyp (working copy)
@@ -23,6 +23,11 @@
'nlib_target': 'libppapi_shared_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': [
'..',
« no previous file with comments | « trunk/src/ppapi/ppapi_proxy_untrusted.gyp ('k') | trunk/src/ppapi/proxy/device_enumeration_resource_helper_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698