0
Files
src/third_party/blink
Johann a06b671a53 wptserve: document hardcoded gen dir
run_blink_wptserve.py has no way of knowing which gen/ directory
to serve files from. Document this fact.

R=qyearsley@chromium.org

Change-Id: Ia5caef49b7333e695665ca921790c4dedb30ac22
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2217275
Commit-Queue: Johann Koenig <johannkoenig@google.com>
Reviewed-by: Kouhei Ueno <kouhei@chromium.org>
Reviewed-by: Quinten Yearsley <qyearsley@chromium.org>
Cr-Commit-Position: refs/heads/master@{#774058}
2020-06-02 08:51:35 +00:00
..
2020-05-27 17:21:57 +00:00

Blink

Blink is the browser engine used by Chromium. It is located in src/third_party/blink.

See also the Blink page on chromium.org.

Code Policy

Blink follows content guidelines: only code that implements web platform features should live in Blink.

Directory structure

  • common/: code that can run in the browser process or renderer process.
  • public/: the Blink Public API, used primarily by the content module.
  • renderer/: code that runs in the renderer process (most of Blink).
  • web_tests/: integration tests called "web tests".