
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}
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".