mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
22 lines
590 B
JSON
22 lines
590 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/usrsctp": "src/third_party/usrsctp/usrsctplib",
|
|
|
|
"src/electron/patches/freetype": "src/third_party/freetype/src",
|
|
|
|
"src/electron/patches/pdfium": "src/third_party/pdfium",
|
|
|
|
"src/electron/patches/angle": "src/third_party/angle",
|
|
|
|
"src/electron/patches/skia": "src/third_party/skia",
|
|
|
|
"src/electron/patches/icu": "src/third_party/icu"
|
|
}
|