config.json 831 B

123456789101112131415161718192021222324252627
  1. {
  2. "src/electron/patches/chromium": "src",
  3. "src/electron/patches/boringssl": "src/third_party/boringssl/src",
  4. "src/electron/patches/v8": "src/v8",
  5. "src/electron/patches/node": "src/third_party/electron_node",
  6. "src/electron/patches/squirrel.mac": "src/third_party/squirrel.mac",
  7. "src/electron/patches/Mantle": "src/third_party/squirrel.mac/vendor/Mantle",
  8. "src/electron/patches/ReactiveObjC": "src/third_party/squirrel.mac/vendor/ReactiveObjC",
  9. "src/electron/patches/depot_tools": "src/third_party/depot_tools",
  10. "src/electron/patches/nan": "src/third_party/nan",
  11. "src/electron/patches/angle": "src/third_party/angle",
  12. "src/electron/patches/sqlite": "src/third_party/sqlite/src",
  13. "src/electron/patches/webrtc": "src/third_party/webrtc",
  14. "src/electron/patches/pdfium": "src/third_party/pdfium"
  15. }