mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
* chore: bump chromium in DEPS to 118.0.5993.32 * chore: update patches --------- Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com> Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org>
26 lines
789 B
JSON
26 lines
789 B
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/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/webrtc": "src/third_party/webrtc"
|
|
}
|