summaryrefslogtreecommitdiffstats
path: root/chrome/nacl.gypi
diff options
context:
space:
mode:
authormcgrathr@chromium.org <mcgrathr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-12 17:51:11 +0000
committermcgrathr@chromium.org <mcgrathr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-12 17:51:11 +0000
commit1e75b26d2526d7a5ec2d9cc4ef1250fa3ea26e81 (patch)
treed39adeeccf19eb4e1830c607072160da7ae6dd60 /chrome/nacl.gypi
parent31bc2039ba95532aafee8f028673c2a53d76b24a (diff)
downloadchromium_src-1e75b26d2526d7a5ec2d9cc4ef1250fa3ea26e81.zip
chromium_src-1e75b26d2526d7a5ec2d9cc4ef1250fa3ea26e81.tar.gz
chromium_src-1e75b26d2526d7a5ec2d9cc4ef1250fa3ea26e81.tar.bz2
Remove unused remnants of bootstrap stuff from nacl.gypi
This variable is no longer used, so remove it. BUG= none TEST= build still works R=sehr@google.com Review URL: http://codereview.chromium.org/8893023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114031 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/nacl.gypi')
-rw-r--r--chrome/nacl.gypi21
1 files changed, 0 insertions, 21 deletions
diff --git a/chrome/nacl.gypi b/chrome/nacl.gypi
index f391ca1..32d1d5a 100644
--- a/chrome/nacl.gypi
+++ b/chrome/nacl.gypi
@@ -127,27 +127,6 @@
],
}],
['OS=="linux" and coverage==0', {
- 'conditions': [
- ['target_arch=="x64"', {
- 'variables': {
- # No extra reservation.
- 'nacl_reserve_top': [],
- }
- }],
- ['target_arch=="ia32"', {
- 'variables': {
- # 1G address space.
- 'nacl_reserve_top': ['--defsym', 'RESERVE_TOP=0x40000000'],
- }
- }],
- ['target_arch=="arm"', {
- 'variables': {
- # 1G address space, plus 4K guard area above because
- # immediate offsets are 12 bits.
- 'nacl_reserve_top': ['--defsym', 'RESERVE_TOP=0x40001000'],
- }
- }],
- ],
'targets': [
{
'target_name': 'nacl_helper',