config.json 729 B

1234567891011121314151617181920212223
  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/perfetto": "src/third_party/perfetto",
  10. "src/electron/patches/squirrel.mac": "src/third_party/squirrel.mac",
  11. "src/electron/patches/Mantle": "src/third_party/squirrel.mac/vendor/Mantle",
  12. "src/electron/patches/ReactiveObjC": "src/third_party/squirrel.mac/vendor/ReactiveObjC"
  13. }