Compare commits

...

1 Commits

Author SHA1 Message Date
Keeley Hammond
e3ea6d22c2 build: add angle patch dir 2025-12-11 23:20:52 -08:00
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" },