diff options
author | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-14 16:35:08 +0000 |
---|---|---|
committer | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-14 16:35:08 +0000 |
commit | bc61eb0c4267c386e31338d2857614ce0f6ebce4 (patch) | |
tree | 2e8e34d2b9e7c4609603d8a1d69ae1360c17f264 /chrome/chrome_tests.gypi | |
parent | 29973a1324f51d4f231eeb8585fa65a5e10da45b (diff) | |
download | chromium_src-bc61eb0c4267c386e31338d2857614ce0f6ebce4.zip chromium_src-bc61eb0c4267c386e31338d2857614ce0f6ebce4.tar.gz chromium_src-bc61eb0c4267c386e31338d2857614ce0f6ebce4.tar.bz2 |
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
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rw-r--r-- | chrome/chrome_tests.gypi | 5 |
1 files changed, 5 insertions, 0 deletions
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': [ |