From f8ac9201779081a0774af8c30809bda9e770013b Mon Sep 17 00:00:00 2001 From: "bbudge@chromium.org" Date: Tue, 14 Aug 2012 22:29:02 +0000 Subject: Revert 151581 - 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 Review URL: https://chromiumcodereview.appspot.com/10836220 TBR=bbudge@chromium.org Review URL: https://chromiumcodereview.appspot.com/10825351 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151584 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/nacl.gypi | 1 - 1 file changed, 1 deletion(-) (limited to 'chrome/nacl.gypi') diff --git a/chrome/nacl.gypi b/chrome/nacl.gypi index cec7909..8b29869 100644 --- a/chrome/nacl.gypi +++ b/chrome/nacl.gypi @@ -80,7 +80,6 @@ ['disable_nacl_untrusted==0', { 'dependencies': [ '../ppapi/native_client/native_client.gyp:nacl_irt', - '../ppapi/native_client/native_client.gyp:nacl_ipc_irt', ], }], ], -- cgit v1.1