build: add angle patch dir

This commit is contained in:
Keeley Hammond
2025-12-11 23:20:52 -08:00
parent a486185e10
commit e3ea6d22c2
2 changed files with 1 additions and 0 deletions

0
patches/angle/.patches Normal file
View File

View File

@@ -1,5 +1,6 @@
[
{ "patch_dir": "src/electron/patches/chromium", "repo": "src" },
{ "patch_dir": "src/electron/patches/angle", "repo": "src/third_party/angle" },
{ "patch_dir": "src/electron/patches/boringssl", "repo": "src/third_party/boringssl/src" },
{ "patch_dir": "src/electron/patches/devtools_frontend", "repo": "src/third_party/devtools-frontend/src" },
{ "patch_dir": "src/electron/patches/ffmpeg", "repo": "src/third_party/ffmpeg" },