aboutsummaryrefslogtreecommitdiff
path: root/GTM_Prefix.pch
diff options
context:
space:
mode:
authorGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2010-06-02 17:36:03 +0000
committerGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2010-06-02 17:36:03 +0000
commit0608b15caa35831a16aa7e5fd1490df24dd01784 (patch)
treed36c1f14713752cc077b6afe320c0e9123618293 /GTM_Prefix.pch
parenta470905a1dffcc61761dc49be13c2d1c8761d0d1 (diff)
[Author: dmaclach]
Cleans up builds of GTM on Snow Leopard with gcc 4.2. Cleans up iPhone configs Adds libgcov for Snow Leopard Fixes up some small bugs. R=thomasvl DELTA=2028 (972 added, 990 deleted, 66 changed)
Diffstat (limited to 'GTM_Prefix.pch')
-rw-r--r--GTM_Prefix.pch24
1 files changed, 6 insertions, 18 deletions
diff --git a/GTM_Prefix.pch b/GTM_Prefix.pch
index a7c0011..5434868 100644
--- a/GTM_Prefix.pch
+++ b/GTM_Prefix.pch
@@ -14,24 +14,12 @@
// the License.
//
-// We don't require a prefix to use any GTM code, so this prefix is just to
-// speed up the basic compiles of *all* of the GTM projects/targets.
+// We don't require a prefix to use any GTM code. This prefix is just for unit
+// test logging.
-// We don't want to drag GTMDefines into the prefix so we make sure each file
-// that directly needs it includes it, so we just use the iphone test directly
-// instead of our GTM_IPHONE_SDK symbol.
-#ifdef __OBJC__
- #include <TargetConditionals.h>
- #if TARGET_OS_IPHONE // iPhone SDK
- #import <Foundation/Foundation.h>
- #import <UIKit/UIKit.h>
- #else
- #import <Cocoa/Cocoa.h>
- #endif
- // This turns on unit test logging so that we can track unittests if we are
- // doing them. See GTMUnitTestDevLog.h for details.
- // (_GTMUnitTestDevLog comes from GTMDevLogUnitTestingBridge.m)
- #define _GTMDevLog _GTMUnitTestDevLog
-#endif
+// This turns on unit test logging so that we can track unittests if we are
+// doing them. See GTMUnitTestDevLog.h for details.
+// (_GTMUnitTestDevLog comes from GTMDevLogUnitTestingBridge.m)
+#define _GTMDevLog _GTMUnitTestDevLog