background preloader

ChromiumDev

Facebook Twitter

Native Client. For Developers. Getting Around the Chromium Source Code Directories. High-level overview Chromium is separated into three main parts (excluding other libraries): the browser, the renderer, and Webkit.

Getting Around the Chromium Source Code Directories

The browser is the main process and represents all the UI and I/O. The renderer is the (often) per-tab sub-process that is driven by the browser.