# blink_002 **Repository Path**: chromium_develop/blink_002 ## Basic Information - **Project Name**: blink_002 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-29 - **Last Updated**: 2022-08-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Blink Blink is the [browser engine](https://en.wikipedia.org/wiki/Browser_engine) used by Chromium. It is located in `src/third_party/blink`. See also the [Blink](https://www.chromium.org/blink) page on chromium.org. ## Code Policy Blink follows [`content` guidelines](../../content/README.md): only code that implements web platform features should live in Blink. ## Directory structure - [`common/`](common/README.md): code that can run in the browser process or renderer process. - [`public/`](public/README.md): the Blink Public API, used primarily by the [content module](../../content/README.md). - [`renderer/`](renderer/README.md): code that runs in the renderer process (most of Blink). - [`web_tests/`](web_tests/README.md): integration tests called "web tests".