Skip to content
This repository was archived by the owner on Jun 24, 2022. It is now read-only.

Commit 4e05d58

Browse files
Complete the implementation of generate-xcfilelists
https://bugs.webkit.org/show_bug.cgi?id=193782 Reviewed by Alex Christensen. A preliminary version of generate-xcfilelists was added in r238008. This patch updates that script in order to: - Support checking of .xcfilelists - Perform better execution of `make DerivedSources.make` by relaunching generate-xcfilelists under xcodebuild - Support incremental generation and checking of .xcfilelists - Support supplementary .xcfilelists files from WebKitAdditions - Support being wrapped by parallel version of generate-xcfilelists in Internal that adds support for (re)generating WebKit projects in that repo. - Support builds that have been performed in WebKitBuild as well as ~/Library/Developer/code/DerivedData - Increase robustness and debugging facilities. * Scripts/generate-xcfilelists: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@240510 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent 6e32167 commit 4e05d58

File tree

2 files changed

+1243
-316
lines changed

2 files changed

+1243
-316
lines changed

Tools/ChangeLog

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
2019-01-25 Keith Rollin <[email protected]>
2+
3+
Complete the implementation of generate-xcfilelists
4+
https://bugs.webkit.org/show_bug.cgi?id=193782
5+
6+
Reviewed by Alex Christensen.
7+
8+
A preliminary version of generate-xcfilelists was added in r238008.
9+
This patch updates that script in order to:
10+
11+
- Support checking of .xcfilelists
12+
- Perform better execution of `make DerivedSources.make` by
13+
relaunching generate-xcfilelists under xcodebuild
14+
- Support incremental generation and checking of .xcfilelists
15+
- Support supplementary .xcfilelists files from WebKitAdditions
16+
- Support being wrapped by parallel version of generate-xcfilelists in
17+
Internal that adds support for (re)generating WebKit projects in
18+
that repo.
19+
- Support builds that have been performed in WebKitBuild as well as
20+
~/Library/Developer/code/DerivedData
21+
- Increase robustness and debugging facilities.
22+
23+
* Scripts/generate-xcfilelists:
24+
125
2019-01-25 Brent Fulgham <[email protected]>
226

327
Activate the WebResourceLoadStatisticsStore in the NetworkProcess and deactivate it in the UIProcess.

0 commit comments

Comments
 (0)