mirror of
https://github.com/yuzu-emu/breakpad.git
synced 2024-11-27 23:24:26 +01:00
[Docs] Add wiki content to Markdown docs
BUG=none R=vapier@chromium.org, mseaborn@chromium.org Review URL: https://codereview.chromium.org/1356253003 .
This commit is contained in:
parent
f74c85df88
commit
08a727d8f0
26
docs/how_to_contribute.md
Normal file
26
docs/how_to_contribute.md
Normal file
@ -0,0 +1,26 @@
|
||||
# How to get an LSS change committed
|
||||
|
||||
## Review
|
||||
|
||||
You get your change reviewed, you can upload it to
|
||||
http://codereview.chromium.org (Rietveld) using `git cl upload` from Chromium's
|
||||
`depot-tools`.
|
||||
|
||||
## Testing
|
||||
|
||||
Unfortunately, LSS has no automated test suite.
|
||||
|
||||
You can test LSS by patching it into Chromium, building Chromium, and running
|
||||
Chromium's tests. (See [ProjectsUsingLSS](projects_using_lss.md).)
|
||||
|
||||
You can compile-test LSS by running:
|
||||
|
||||
gcc -Wall -Wextra -Wstrict-prototypes -c linux_syscall_support.h
|
||||
|
||||
## Rolling into Chromium
|
||||
|
||||
If you commit a change to LSS, please also commit a Chromium change to update
|
||||
`lss_revision` in Chromium's DEPS file.
|
||||
|
||||
This ensures that the LSS change gets tested, so that people who commit later
|
||||
LSS changes don't run into problems with updating `lss_revision`.
|
5
docs/projects_using_lss.md
Normal file
5
docs/projects_using_lss.md
Normal file
@ -0,0 +1,5 @@
|
||||
# Projects that use linux\_syscall\_support.h
|
||||
|
||||
* Chromium
|
||||
* Breakpad (built as part of Chromium)
|
||||
* Native Client, in nacl\_bootstrap.c (also built as part of Chromium)
|
Loading…
Reference in New Issue
Block a user