build: store the patches config in a json file (#15395)

This commit is contained in:
Alexey Kuzmin 2018-11-05 17:31:28 +01:00 committed by GitHub
parent 9b05381acc
commit 32ea2b67f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 27 additions and 19 deletions

View 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"
}