From bc61eb0c4267c386e31338d2857614ce0f6ebce4 Mon Sep 17 00:00:00 2001 From: "rsesek@chromium.org" Date: Fri, 14 May 2010 16:35:08 +0000 Subject: When building browser_tests, put libwebcore.a first so we don't exhuast the address space. BUG=43791 TEST=Mac Valgrind browser_tests links. Review URL: http://codereview.chromium.org/2081003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47278 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/chrome_tests.gypi | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'chrome/chrome_tests.gypi') diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi index 226c2c1..de78cb7 100644 --- a/chrome/chrome_tests.gypi +++ b/chrome/chrome_tests.gypi @@ -1475,6 +1475,11 @@ '-Wl,-ObjC', ], }, + # 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=="linux" or OS=="freebsd"', { 'conditions': [ -- cgit v1.1