what you are seeing is what is called component build", where each component is a separate dll. this is typically used for speeding up builds as reduces linking time.
what you want is the following gn args :
is_debug = false
is_component_build = false
is_official_build = true
the latter enable some further compiler optimizations and give a binary which has the same performances of the real chrome that is shipped to public.
--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev