Bug 135806 - [Win] Adjust build scripts for Windows production build
Summary: [Win] Adjust build scripts for Windows production build
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P1 Blocker
Assignee: Brent Fulgham
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-08-11 10:23 PDT by Brent Fulgham
Modified: 2014-08-11 11:24 PDT (History)
5 users (show)

See Also:


Attachments
Patch (8.23 KB, patch)
2014-08-11 10:39 PDT, Brent Fulgham
no flags Details | Formatted Diff | Diff
Patch (9.25 KB, patch)
2014-08-11 10:51 PDT, Brent Fulgham
no flags Details | Formatted Diff | Diff
Attempt to satisfy EWS bots (line-endings) (8.23 KB, patch)
2014-08-11 10:53 PDT, Brent Fulgham
timothy: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>