Bug 75153

Summary: Add Production configuration to gtest Xcode project
Product: WebKit Reporter: David Kilzer (:ddkilzer) <ddkilzer>
Component: Tools / TestsAssignee: David Kilzer (:ddkilzer) <ddkilzer>
Status: RESOLVED FIXED    
Severity: Normal CC: aroben, lforschler, mrowe, sam, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 66521    
Attachments:
Description Flags
Patch v1
none
Patch v2 none

Description David Kilzer (:ddkilzer) 2011-12-22 16:46:40 PST
The fix for Bug 66521 requires a header search path be added to WebCore.framework.  In order to make gtest build properly internally at Apple, we need a separate Production configuration that will allow us to use a different path for WebCore.framework.

Initially, the Production configuration will simply be based on the Release configuration.
Comment 1 David Kilzer (:ddkilzer) 2011-12-22 17:10:41 PST
Created attachment 120416 [details]
Patch v1
Comment 2 David Kilzer (:ddkilzer) 2011-12-22 21:57:23 PST
Created attachment 120433 [details]
Patch v2
Comment 3 David Kilzer (:ddkilzer) 2011-12-22 21:58:17 PST
(In reply to comment #2)
> Created an attachment (id=120433) [details]
> Patch v2

Made "Production" the default configuration for xcodebuild.

Tested Tools/Scripts/build-api-test and it still works as expected.
Comment 4 WebKit Review Bot 2012-01-03 08:25:27 PST
Comment on attachment 120433 [details]
Patch v2

Clearing flags on attachment: 120433

Committed r103941: <http://trac.webkit.org/changeset/103941>
Comment 5 WebKit Review Bot 2012-01-03 08:25:31 PST
All reviewed patches have been landed.  Closing bug.