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

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: mseaborn's review comments. 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') | no next file with comments »
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 e2e9c073e756fee906dc621eeb000df99530bff1..3cc9053eadf2199e170251a5942ae38cc8bb3b0a 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
+ # working in affected subsystems like base and ipc.
+ 'build_ppapi_ipc_proxy_untrusted%': 0,
+
# 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_ppapi_ipc_proxy_untrusted%': '<(build_ppapi_ipc_proxy_untrusted)',
'chromeos%': '<(chromeos)',
'use_virtual_keyboard%': '<(use_virtual_keyboard)',
'enable_viewport%': '<(enable_viewport)',
« no previous file with comments | « no previous file | ppapi/ppapi.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698