summaryrefslogtreecommitdiffstats
path: root/chrome/nacl.gypi
diff options
context:
space:
mode:
authorbbudge@chromium.org <bbudge@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-15 14:43:24 +0000
committerbbudge@chromium.org <bbudge@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-15 14:43:24 +0000
commit23e554e0da8d2dbf4f1ea43649b60d61ce103027 (patch)
tree4aface84e3e33f278386aa7815a8a9c751cab002 /chrome/nacl.gypi
parent1e46ff627152c5b9cdbcbf62074de66a0baea86c (diff)
downloadchromium_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 'chrome/nacl.gypi')
-rw-r--r--chrome/nacl.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/nacl.gypi b/chrome/nacl.gypi
index 8b29869..cec7909 100644
--- a/chrome/nacl.gypi
+++ b/chrome/nacl.gypi
@@ -80,6 +80,7 @@
['disable_nacl_untrusted==0', {
'dependencies': [
'../ppapi/native_client/native_client.gyp:nacl_irt',
+ '../ppapi/native_client/native_client.gyp:nacl_ipc_irt',
],
}],
],