summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_tests.gypi
diff options
context:
space:
mode:
authorajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-09 09:35:35 +0000
committerajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-09 09:35:35 +0000
commitb16291dfed4bfb0237357d895146871e0751b545 (patch)
tree579c222009d129111e0d6b4087c44ecb6cb8191d /chrome/chrome_tests.gypi
parent857a877d61c72e4f36f247a98feb959732938f53 (diff)
downloadchromium_src-b16291dfed4bfb0237357d895146871e0751b545.zip
chromium_src-b16291dfed4bfb0237357d895146871e0751b545.tar.gz
chromium_src-b16291dfed4bfb0237357d895146871e0751b545.tar.bz2
More libwebcore.a ordering fixes to work around 32-bit ld VM fragmentation on mac.
BUG=43791 TEST=none Review URL: http://codereview.chromium.org/2966001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51940 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rw-r--r--chrome/chrome_tests.gypi13
1 files changed, 13 insertions, 0 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 8c26f86..5b3e333 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -2037,6 +2037,13 @@
'../build/linux/system.gyp:nss',
],
}],
+ ['OS=="mac"', {
+ # See the comment in this section of the unit_tests target for an
+ # explanation (crbug.com/43791 - libwebcore.a is too large to mmap).
+ 'dependencies+++': [
+ '../third_party/WebKit/WebCore/WebCore.gyp/WebCore.gyp:webcore',
+ ],
+ }],
['OS=="win"', {
'sources': [
'app/chrome_dll.rc',
@@ -2323,6 +2330,12 @@
},
}],
['OS=="mac"', {
+ # See the comment in this section of the unit_tests target for an
+ # explanation (crbug.com/43791 - libwebcore.a is too large to
+ # mmap).
+ 'dependencies+++': [
+ '../third_party/WebKit/WebCore/WebCore.gyp/WebCore.gyp:webcore',
+ ],
'include_dirs': [
'..',
'$(SDKROOT)/usr/include/python2.5',