config.json 1.0 KB

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "src/electron/patches/chromium": "src",
  3. "src/electron/patches/boringssl": "src/third_party/boringssl/src",
  4. "src/electron/patches/devtools_frontend": "src/third_party/devtools-frontend/src",
  5. "src/electron/patches/webrtc": "src/third_party/webrtc",
  6. "src/electron/patches/v8": "src/v8",
  7. "src/electron/patches/node": "src/third_party/electron_node",
  8. "src/electron/patches/nan": "src/third_party/nan",
  9. "src/electron/patches/ffmpeg": "src/third_party/ffmpeg",
  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/angle": "src/third_party/angle",
  15. "src/electron/patches/pdfium": "src/third_party/pdfium",
  16. "src/electron/patches/sqlite": "src/third_party/sqlite/src",
  17. "src/electron/patches/libaom": "src/third_party/libaom/source/libaom"
  18. }