Chromium Code Reviews| Index: build/common.gypi |
| =================================================================== |
| --- build/common.gypi (revision 147791) |
| +++ build/common.gypi (working copy) |
| @@ -273,11 +273,6 @@ |
| # 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 |
|
brettw
2012/07/23 19:42:51
It's not clear to me why you deleted this.
bbudge
2012/07/23 19:53:40
To get gpu code to build, we need a compile time f
|
| - # 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, |