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

Unified Diff: build/common.gypi

Issue 10399068: PPAPI/NaCl: Make a gyp flag for including the untrusted IPC proxy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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 | « no previous file | ppapi/ppapi.gyp » ('j') | ppapi/ppapi.gyp » ('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 2d7f1b6f99f09932da9d142058b5849509bc5f37..3a316458e668868407d3640333d81ff7eb31d15e 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -273,6 +273,11 @@
# plugins to make call of the main thread.
'enable_pepper_threading%': 0,
+ # Include the PPAPI IPC proxy for NaCl. This is a work-in-progress; this
+ # allows us to build this feature locally without it affecting others
Mark Seaborn 2012/05/17 19:47:28 I still think we should build this by default on t
dmichael (off chromium) 2012/05/17 20:21:34 Yeah... we definitely want to get there. I think
+ # working in affected subsystems like base and ipc.
+ 'build_untrusted_ipc_ppapi_proxy%': 0,
Mark Seaborn 2012/05/17 19:47:28 Isn't the convention that '_untrusted' is a suffix
dmichael (off chromium) 2012/05/17 20:21:34 I didn't know we had a convention, but that works
dmichael (off chromium) 2012/05/17 20:23:01 I should mention I swapped "ppapi" and "ipc" while
+
# Enables use of the session service, which is enabled by default.
# Support for disabling depends on the platform.
'enable_session_service%': 1,
@@ -523,6 +528,7 @@
'use_gnome_keyring%': '<(use_gnome_keyring)',
'linux_fpic%': '<(linux_fpic)',
'enable_pepper_threading%': '<(enable_pepper_threading)',
+ 'build_untrusted_ipc_ppapi_proxy%': '<(build_untrusted_ipc_ppapi_proxy)',
'chromeos%': '<(chromeos)',
'use_virtual_keyboard%': '<(use_virtual_keyboard)',
'enable_viewport%': '<(enable_viewport)',
« no previous file with comments | « no previous file | ppapi/ppapi.gyp » ('j') | ppapi/ppapi.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698