diff options
| author | bbudge@chromium.org <bbudge@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-15 14:43:24 +0000 |
|---|---|---|
| committer | bbudge@chromium.org <bbudge@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-15 14:43:24 +0000 |
| commit | 23e554e0da8d2dbf4f1ea43649b60d61ce103027 (patch) | |
| tree | 4aface84e3e33f278386aa7815a8a9c751cab002 /build/common.gypi | |
| parent | 1e46ff627152c5b9cdbcbf62074de66a0baea86c (diff) | |
| download | chromium_src-23e554e0da8d2dbf4f1ea43649b60d61ce103027.zip chromium_src-23e554e0da8d2dbf4f1ea43649b60d61ce103027.tar.gz chromium_src-23e554e0da8d2dbf4f1ea43649b60d61ce103027.tar.bz2 | |
Eliminate the 'build_ppapi_ipc_proxy_untrusted' build flag for untrusted PPAPI proxy builds.
This CL removes our custom GYP flag and modifies the build so both the SRPC and IPC proxies are built side by side. In addition, NaClBrowser now checks the '--enable-nacl-ipc-proxy' flag to determine which IRT to load. The IPC proxy's name is of the form 'nacl_ipc_irt_*'.
BUG=116317
TEST=builds and runs NaCl apps with --enable-nacl-ipc-proxy
TBR=bbudge@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10831316
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151693 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/common.gypi')
| -rw-r--r-- | build/common.gypi | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/build/common.gypi b/build/common.gypi index dbfbf9f..0be21da 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -294,11 +294,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 - # 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, @@ -558,7 +553,6 @@ '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)', 'enable_viewport%': '<(enable_viewport)', 'enable_hidpi%': '<(enable_hidpi)', |
