New issue
Advanced search Search tips

Issue 600798 link

Starred by 1 user

Issue metadata

Status: Untriaged
Owner: ----
Components:
EstimatedDays: ----
NextAction: ----
OS: Windows
Pri: 3
Type: Bug



Sign in to add a comment

switching between component and non-component should be quicker

Project Member Reported by wfh@chromium.org, Apr 5 2016

Issue description

switching between component=static_library and component=shared_library requires a full re-compile of all the Chrome code.

This, I'm guessing, is because COMPONENT_BUILD #define is changed and this is a global #define so affects all source files.

This should be changed to only change COMPONENT_BUILD for the files that actually change based on this, somehow.

This would reduce re-compile time.
 
Components: Build

Sign in to add a comment