mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
* chore: bump chromium in DEPS to 89.0.4389.47 * chore: bump chromium in DEPS to 89.0.4389.58 * update patches Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org>
20 lines
589 B
JSON
20 lines
589 B
JSON
{
|
|
"src/electron/patches/chromium": "src",
|
|
|
|
"src/electron/patches/boringssl": "src/third_party/boringssl/src",
|
|
|
|
"src/electron/patches/v8": "src/v8",
|
|
|
|
"src/electron/patches/node": "src/third_party/electron_node",
|
|
|
|
"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/depot_tools": "src/third_party/depot_tools",
|
|
|
|
"src/electron/patches/nan": "src/third_party/nan"
|
|
}
|