summaryrefslogtreecommitdiffstats
path: root/ipc
diff options
context:
space:
mode:
authordschuff@chromium.org <dschuff@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-04 06:32:21 +0000
committerdschuff@chromium.org <dschuff@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-04 06:32:21 +0000
commitc5707ee6e2afe3d2c40b28b62f8d55dd7885a808 (patch)
treed57be773d7928387863ec571012ed3d28eb0e971 /ipc
parentb8a46fba93af033b82bd8890ffae01ee4791b0c4 (diff)
downloadchromium_src-c5707ee6e2afe3d2c40b28b62f8d55dd7885a808.zip
chromium_src-c5707ee6e2afe3d2c40b28b62f8d55dd7885a808.tar.gz
chromium_src-c5707ee6e2afe3d2c40b28b62f8d55dd7885a808.tar.bz2
Use gyp variables for NaCl untrusted build paths instead of hardcoding them.
Add the build_irt variable to targets which are part of the NaCl IRT. The aim of this CL is to enable the IRT to use untrusted library builds which are separate from those linked into testing nexes and the NaCl SDK, and ultimately to allow a different compiler to be used to build them. These libraries get an extra build_irt variable which will cause them to be built an extra time for the IRT. This is a prerequisite for NaCl CL https://codereview.chromium.org/21362004 to be DEPSed into Chrome, after which the build_newlib variable for most of them can go away (most libraries only need to go into the IRT or into the SDK/test nexes, but not both). R=bradnelson@google.com TBR=dmichael@chromium.org,brettw@chromium.org,piman@chromium.org,fischman@chromium.org BUG= https://code.google.com/p/nativeclient/issues/detail?id=3577 Review URL: https://chromiumcodereview.appspot.com/21898006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215530 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ipc')
-rw-r--r--ipc/ipc_untrusted.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipc/ipc_untrusted.gyp b/ipc/ipc_untrusted.gyp
index 00f91b8..a502548 100644
--- a/ipc/ipc_untrusted.gyp
+++ b/ipc/ipc_untrusted.gyp
@@ -22,6 +22,7 @@
'nlib_target': 'libipc_untrusted.a',
'build_glibc': 0,
'build_newlib': 1,
+ 'build_irt': 1,
},
'dependencies': [
'<(DEPTH)/native_client/tools.gyp:prep_toolchain',