Bug 135806

Summary: [Win] Adjust build scripts for Windows production build
Product: WebKit Reporter: Brent Fulgham <bfulgham>
Component: Web InspectorAssignee: Brent Fulgham <bfulgham>
Status: RESOLVED FIXED    
Severity: Blocker CC: bfulgham, graouts, joepeck, timothy, webkit-bug-importer
Priority: P1 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   
Attachments:
Description Flags
Patch
none
Patch
none
Attempt to satisfy EWS bots (line-endings) timothy: review+

Description Brent Fulgham 2014-08-11 10:23:14 PDT
The 'OFFICIAL_BUILD=1' variation of the Windows build needs a few tweaks to work properly with the MSBuild system. This bug does the following:

1. Adds WebCore's "InspectorWebBackendCommands.js" to the "Include/private" files for WebCore.
2. Adds JSC's "InspectorJSBackendCommands.js" to the "Include/private" files for JavaScriptCore.
3. Corrects the 'OFFICIAL_BUILD=1' variation of the WebInspector build rules.
Comment 1 Radar WebKit Bug Importer 2014-08-11 10:23:23 PDT
<rdar://problem/17978299>
Comment 2 Brent Fulgham 2014-08-11 10:39:19 PDT
Created attachment 236378 [details]
Patch
Comment 3 Brent Fulgham 2014-08-11 10:51:51 PDT
Created attachment 236380 [details]
Patch
Comment 4 Brent Fulgham 2014-08-11 10:53:09 PDT
Created attachment 236381 [details]
Attempt to satisfy EWS bots (line-endings)
Comment 5 Brent Fulgham 2014-08-11 11:24:25 PDT
Committed r172397: <http://trac.webkit.org/changeset/172397>