123456789101112131415161718192021222324252627 |
- {
- "src/electron/patches/chromium": "src",
- "src/electron/patches/boringssl": "src/third_party/boringssl/src",
- "src/electron/patches/v8": "src/v8",
- "src/electron/patches/node": "src/third_party/electron_node",
- "src/electron/patches/squirrel.mac": "src/third_party/squirrel.mac",
- "src/electron/patches/Mantle": "src/third_party/squirrel.mac/vendor/Mantle",
- "src/electron/patches/ReactiveObjC": "src/third_party/squirrel.mac/vendor/ReactiveObjC",
- "src/electron/patches/depot_tools": "src/third_party/depot_tools",
- "src/electron/patches/nan": "src/third_party/nan",
- "src/electron/patches/angle": "src/third_party/angle",
- "src/electron/patches/sqlite": "src/third_party/sqlite/src",
- "src/electron/patches/webrtc": "src/third_party/webrtc",
- "src/electron/patches/pdfium": "src/third_party/pdfium"
- }
|