mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
* chore: [26-x-y] cherry-pick 5 changes from Release-3-M120 * 5b2fddadaa12 from chromium * cd9486849ba3 from sqlite * 50a1bddfca85 from chromium * 0c1d249c3fe2 from angle * 01f439363dcb from angle * chore: [26-x-y] remove unused and unnecessary patches. * chore: update patches --------- Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com>
36 lines
1.1 KiB
JSON
36 lines
1.1 KiB
JSON
{
|
|
"src/electron/patches/chromium": "src",
|
|
|
|
"src/electron/patches/boringssl": "src/third_party/boringssl/src",
|
|
|
|
"src/electron/patches/devtools_frontend": "src/third_party/devtools-frontend/src",
|
|
|
|
"src/electron/patches/ffmpeg": "src/third_party/ffmpeg",
|
|
|
|
"src/electron/patches/v8": "src/v8",
|
|
|
|
"src/electron/patches/node": "src/third_party/electron_node",
|
|
|
|
"src/electron/patches/libavif": "src/third_party/libavif/src",
|
|
|
|
"src/electron/patches/nan": "src/third_party/nan",
|
|
|
|
"src/electron/patches/perfetto": "src/third_party/perfetto",
|
|
|
|
"src/electron/patches/squirrel.mac": "src/third_party/squirrel.mac",
|
|
|
|
"src/electron/patches/Mantle": "src/third_party/squirrel.mac/vendor/Mantle",
|
|
|
|
"src/electron/patches/ReactiveObjC": "src/third_party/squirrel.mac/vendor/ReactiveObjC",
|
|
|
|
"src/electron/patches/skia": "src/third_party/skia",
|
|
|
|
"src/electron/patches/webrtc": "src/third_party/webrtc",
|
|
|
|
"src/electron/patches/dawn": "src/third_party/dawn",
|
|
|
|
"src/electron/patches/angle": "src/third_party/angle",
|
|
|
|
"src/electron/patches/sqlite": "src/third_party/sqlite/src"
|
|
}
|