Reputation: 2149
I am trying to navigate through the Chromium repository but it is a very large project and I have spent almost two days just trying to orient myself. Is there some common file that describes the layout of a project? Specifically, what I am trying to find is the Canvas's 2D context implementation for the android platform. Any direction is appreciated.
Upvotes: 1
Views: 48
Reputation: 2257
I recommend that you use Chromium Search Code web page that allows quickly search through Chromium source code online: https://cs.chromium.org/
As for the project layout you can take a look at: https://www.chromium.org/developers/how-tos/getting-around-the-chrome-source-code
Upvotes: 2