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

Unified Diff: chrome/chrome_tests.gypi

Issue 3528017: Change some link tricks for safe_browsing_tests on Mac to make it run. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: resync Created 10 years, 2 months 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/chrome_tests.gypi
===================================================================
--- chrome/chrome_tests.gypi (revision 62020)
+++ chrome/chrome_tests.gypi (working copy)
@@ -2199,6 +2199,15 @@
},
},
}],
+ ['OS=="mac"', {
+ # See crbug.com/43791 - libwebcore.a is too large to mmap on Mac.
+ 'dependencies+++': [
+ '../third_party/WebKit/WebCore/WebCore.gyp/WebCore.gyp:webcore',
+ ],
+ # These flags are needed to run the test on Mac.
+ # Search for comments about "xcode_settings" elsewhere in this file.
+ 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']},
+ }],
],
}, # target safe_browsing_tests
{
« 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