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

Unified Diff: testing/gtest.gyp

Issue 3028047: This adds adds four macros when compiling using GTEST_OS_MAC: (Closed)
Patch Set: Fix compile Created 10 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
Index: testing/gtest.gyp
diff --git a/testing/gtest.gyp b/testing/gtest.gyp
index c8f64e560d28a847259588461b9dfd79349b1d6d..a6b28f00cfd22201d0c280cd8e4f99525ef461d3 100644
--- a/testing/gtest.gyp
+++ b/testing/gtest.gyp
@@ -51,6 +51,8 @@
'conditions': [
['OS == "mac"', {
'sources': [
+ 'gtest_mac.h',
+ 'gtest_mac.mm',
'platform_test_mac.mm'
],
'link_settings': {
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | testing/gtest_mac.h » ('j') | testing/gtest_mac.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698