mirror of
https://github.com/electron/electron.git
synced 2026-02-08 14:15:28 -05:00
* build: build squirrel and its dependencies from source * chore: do not use fork for squirrel.mac * build: do not ship headers with dependency frameworks * Update BUILD.gn * chore: s/striped/stripped * chore: update as per feedback * chore: use ARC and fix build errors * chore: fix ARC Squirrel self retainer
14 lines
385 B
JSON
14 lines
385 B
JSON
{
|
|
"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/ReactiveObjC": "src/third_party/squirrel.mac/vendor/ReactiveObjC"
|
|
}
|