Xcode-based ports use a Makefile to run *.sb.in files through clang, to "preprocess" them and support feature flags and rudimentary includes. This means that files that are included are unknown to the build system, so changes in e.g. "common.sb" do not re-generate the sandbox profiles. Let's move this process over to build rules and emit a discovered dependency file.
<rdar://problem/109790387>
Pull request: https://github.com/WebKit/WebKit/pull/14302
Committed 264612@main (40fd93b1f2ef): <https://commits.webkit.org/264612@main> Reviewed commits have been landed. Closing PR #14302 and removing active labels.
Re-opening for pull request https://github.com/WebKit/WebKit/pull/14515
Committed 264744@main (5f13e1c10eb0): <https://commits.webkit.org/264744@main> Reviewed commits have been landed. Closing PR #14515 and removing active labels.
Committed 264752@main (6f04c95bf8f3): <https://commits.webkit.org/264752@main> Reviewed commits have been landed. Closing PR #14553 and removing active labels.
Re-opening for pull request https://github.com/WebKit/WebKit/pull/14649
Committed 264904@main (c9a65a407c6b): <https://commits.webkit.org/264904@main> Reviewed commits have been landed. Closing PR #14649 and removing active labels.
Reopening due to revert in https://bugs.webkit.org/show_bug.cgi?id=257814