Skip to content

Commit

Permalink
[Build] Use source filters from WebKitAdditions
Browse files Browse the repository at this point in the history
rdar://140377889

Reviewed by Alexey Proskuryakov.

Apple's internal build system uses these filters to narrow the scope of
source changes that can require a rebuild of each of WebKit's projects.

* .sourcefilters: Added.

Canonical link: https://commits.webkit.org/289831@main
  • Loading branch information
emw-apple committed Feb 4, 2025
1 parent 9ad0659 commit 6d99efb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .sourcefilters
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[sourcefilter "include"]
external = WebKitAdditions
1 change: 1 addition & 0 deletions .submitproject
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[submitproject "filter"]
includedSubdirectoryPatterns = .sourcefilters
includedSubdirectoryPatterns = Configurations/
includedSubdirectoryPatterns = Source/
includedSubdirectoryPatterns = WebKitLibraries/SDKs/*.internal-additions.sdk/
Expand Down

0 comments on commit 6d99efb

Please sign in to comment.