Title: [104171] trunk/Source/ThirdParty
Revision
104171
Author
[email protected]
Date
2012-01-05 09:49:06 -0800 (Thu, 05 Jan 2012)

Log Message

Made Debug/Release builds of gtest build only for the active architecture.

Reviewed by Dave Kilzer.

* gtest/xcode/Config/DebugProject.xcconfig:
* gtest/xcode/Config/ProductionProject.xcconfig:
* gtest/xcode/Config/ReleaseProject.xcconfig:

Modified Paths

Diff

Modified: trunk/Source/ThirdParty/ChangeLog (104170 => 104171)


--- trunk/Source/ThirdParty/ChangeLog	2012-01-05 17:31:24 UTC (rev 104170)
+++ trunk/Source/ThirdParty/ChangeLog	2012-01-05 17:49:06 UTC (rev 104171)
@@ -1,3 +1,13 @@
+2012-01-05  Dan Bernstein  <[email protected]>
+
+        Made Debug/Release builds of gtest build only for the active architecture.
+
+        Reviewed by Dave Kilzer.
+
+        * gtest/xcode/Config/DebugProject.xcconfig:
+        * gtest/xcode/Config/ProductionProject.xcconfig:
+        * gtest/xcode/Config/ReleaseProject.xcconfig:
+
 2012-01-04  David Kilzer  <[email protected]>
 
         Remove HEADER_SEARCH_PATHS from Production configurations for gtest

Modified: trunk/Source/ThirdParty/gtest/xcode/Config/DebugProject.xcconfig (104170 => 104171)


--- trunk/Source/ThirdParty/gtest/xcode/Config/DebugProject.xcconfig	2012-01-05 17:31:24 UTC (rev 104170)
+++ trunk/Source/ThirdParty/gtest/xcode/Config/DebugProject.xcconfig	2012-01-05 17:49:06 UTC (rev 104171)
@@ -31,3 +31,5 @@
 
 // Used by HEADER_SEARCH_PATHS in General.xcconfig
 WEBCORE_PRIVATE_HEADERS_DIR = $(BUILT_PRODUCTS_DIR)/WebCore.framework/PrivateHeaders;
+
+_ONLY_ACTIVE_ARCH_ = YES

Modified: trunk/Source/ThirdParty/gtest/xcode/Config/ProductionProject.xcconfig (104170 => 104171)


--- trunk/Source/ThirdParty/gtest/xcode/Config/ProductionProject.xcconfig	2012-01-05 17:31:24 UTC (rev 104170)
+++ trunk/Source/ThirdParty/gtest/xcode/Config/ProductionProject.xcconfig	2012-01-05 17:49:06 UTC (rev 104171)
@@ -12,3 +12,5 @@
 
 // Used by HEADER_SEARCH_PATHS in General.xcconfig
 WEBCORE_PRIVATE_HEADERS_DIR = $(NEXT_ROOT)$(SYSTEM_LIBRARY_DIR)/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/PrivateHeaders;
+
+_ONLY_ACTIVE_ARCH_ = NO

Modified: trunk/Source/ThirdParty/gtest/xcode/Config/ReleaseProject.xcconfig (104170 => 104171)


--- trunk/Source/ThirdParty/gtest/xcode/Config/ReleaseProject.xcconfig	2012-01-05 17:31:24 UTC (rev 104170)
+++ trunk/Source/ThirdParty/gtest/xcode/Config/ReleaseProject.xcconfig	2012-01-05 17:49:06 UTC (rev 104171)
@@ -33,3 +33,5 @@
 
 // Used by HEADER_SEARCH_PATHS in General.xcconfig
 WEBCORE_PRIVATE_HEADERS_DIR = $(BUILT_PRODUCTS_DIR)/WebCore.framework/PrivateHeaders;
+
+_ONLY_ACTIVE_ARCH_ = YES
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to