Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(627)

Unified Diff: chrome/nacl.gypi

Issue 8893023: Remove unused remnants of bootstrap stuff from nacl.gypi (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/nacl.gypi
diff --git a/chrome/nacl.gypi b/chrome/nacl.gypi
index f391ca1ed99dc8ee779ef244cf4094660bffd01f..32d1d5aed1618327476c61eefbf90d5ed6cf46c0 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',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698