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

Unified Diff: build/common.gypi

Issue 11361075: Enable pepper threading by default. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Lock on resource replies Created 8 years, 1 month 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 | « no previous file | ppapi/proxy/flash_resource.cc » ('j') | ppapi/proxy/plugin_dispatcher.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 6a0205ba0767f7e43ae4030da92b2c0447624dc0..300bd808389046a69510f280c5201e37f247fb93 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -302,7 +302,7 @@
# PPAPI by default does not support plugins making calls off the main
# thread. Set to 1 to turn on experimental support for out-of-process
# plugins to make call of the main thread.
- 'enable_pepper_threading%': 0,
+ 'enable_pepper_threading%': 1,
# Enables use of the session service, which is enabled by default.
# Support for disabling depends on the platform.
« no previous file with comments | « no previous file | ppapi/proxy/flash_resource.cc » ('j') | ppapi/proxy/plugin_dispatcher.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698