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

Unified Diff: testing/gtest.gyp

Issue 174171: Move NSAutoreleasePool management into the PlatformTest constructor and... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 4 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 | testing/platform_test.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/gtest.gyp
===================================================================
--- testing/gtest.gyp (revision 23853)
+++ testing/gtest.gyp (working copy)
@@ -56,6 +56,11 @@
'sources': [
'platform_test_mac.mm'
],
+ 'link_settings': {
+ 'libraries': [
+ '$(SDKROOT)/System/Library/Frameworks/Foundation.framework',
+ ],
+ },
}],
['OS == "mac" or OS == "linux"', {
'defines': [
« no previous file with comments | « no previous file | testing/platform_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698