build: store the patches config in a json file (#15395)
This commit is contained in:
parent
9b05381acc
commit
32ea2b67f0
3 changed files with 27 additions and 19 deletions
11
patches/common/config.json
Normal file
11
patches/common/config.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"src/electron/patches/common/chromium": "src",
|
||||
|
||||
"src/electron/patches/common/boringssl": "src/third_party/boringssl/src",
|
||||
|
||||
"src/electron/patches/common/ffmpeg": "src/third_party/ffmpeg",
|
||||
|
||||
"src/electron/patches/common/skia": "src/third_party/skia",
|
||||
|
||||
"src/electron/patches/common/v8": "src/v8"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue