diff options
author | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-27 17:01:42 +0000 |
---|---|---|
committer | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-27 17:01:42 +0000 |
commit | 45a7f4faf115f78a12e1cd7ac71d353030d59acd (patch) | |
tree | 3592942b9d307394fc2ee65a68969d05cbbc4aa9 /chrome/chrome_tests.gypi | |
parent | 84ed47759f5fc210c40cf88b166f0007d7a41ab7 (diff) | |
download | chromium_src-45a7f4faf115f78a12e1cd7ac71d353030d59acd.zip chromium_src-45a7f4faf115f78a12e1cd7ac71d353030d59acd.tar.gz chromium_src-45a7f4faf115f78a12e1cd7ac71d353030d59acd.tar.bz2 |
Add the libwebcore.a dependencies hack on Mac for sync_unit_tests to hopefully fix the link step.
BUG=43791
TEST=Mac Valgrind can link sync_unit_tests
Review URL: http://codereview.chromium.org/2276006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48398 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 e15d8f7..92c6d78 100644 --- a/chrome/chrome_tests.gypi +++ b/chrome/chrome_tests.gypi @@ -1920,6 +1920,11 @@ ], }], ['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', + ], 'dependencies': [ 'helper_app' ], |