Chromium Code Reviews| 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)', |