config.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "src/electron/patches/chromium": "src",
  3. "src/electron/patches/angle": "src/third_party/angle",
  4. "src/electron/patches/boringssl": "src/third_party/boringssl/src",
  5. "src/electron/patches/devtools_frontend": "src/third_party/devtools-frontend/src",
  6. "src/electron/patches/ffmpeg": "src/third_party/ffmpeg",
  7. "src/electron/patches/v8": "src/v8",
  8. "src/electron/patches/node": "src/third_party/electron_node",
  9. "src/electron/patches/nan": "src/third_party/nan",
  10. "src/electron/patches/perfetto": "src/third_party/perfetto",
  11. "src/electron/patches/squirrel.mac": "src/third_party/squirrel.mac",
  12. "src/electron/patches/Mantle": "src/third_party/squirrel.mac/vendor/Mantle",
  13. "src/electron/patches/ReactiveObjC": "src/third_party/squirrel.mac/vendor/ReactiveObjC",
  14. "src/electron/patches/webrtc": "src/third_party/webrtc",
  15. "src/electron/patches/pdfium": "src/third_party/pdfium",
  16. "src/electron/patches/skia": "src/third_party/skia",
  17. "src/electron/patches/libwebp": "src/third_party/libwebp/src",
  18. "src/electron/patches/libvpx": "src/third_party/libvpx/source/libvpx"
  19. }