RESEARCH gn – How can I minimize the Chromium build files? December 8, 2021admin You are using is_component_build flag which will build many shared libraries to avoid the long linkage time, if it’s not specified. You can just remove that flag, then it will…Read moregn – How can I minimize the Chromium build files?