electron / libchromiumcontent

Shared library build of Chromium’s Content module
MIT License
486 stars 183 forks source link

build: chrome target as a minimal static library #710

Closed deepak1556 closed 5 years ago

deepak1556 commented 5 years ago
Description of Change

Building the targets deps into complete static lib results in duplicate symbols, lets just build a minimal target and take in rest of the symbols from other targets in the static build.

Checklist