Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAbility to override .cc files completely #60
Closed
Comments
This was referenced Feb 9, 2018
cezaraugusto
pushed a commit
that referenced
this issue
May 15, 2018
Upload Brave QA builds to a new private repo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We have the ability to override .h files via the include search path but not the .cc files currently.
For any
.ccfile that exists in chromium_src subdir, we should use it instead of thesrcchrome verison of it.