aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMike Frysinger <vapier@chromium.org>2015-10-07 17:04:43 -0400
committerMike Frysinger <vapier@chromium.org>2015-10-07 17:04:43 -0400
commita31f601d90b9a1471930e978320a83be72faa95e (patch)
tree2579efc135a6e852e4d3219c3bb31b17ffdc882e /docs
parentFix Windows crash_generation_server for debug builds without -D_DEBUG (diff)
downloadbreakpad-a31f601d90b9a1471930e978320a83be72faa95e.tar.xz
Revert "[Docs] Add wiki content to Markdown docs"
This reverts commit 7ed2476eea2c2a50fd40ec3e711dcb311d472753. This was supposed to be committed to the linux-syscall-support project. The two CLs landing at the sametime confused me. Note: LSS has been updated via commit 08056836f2b4a5747daff75435d10d6. Review URL: https://codereview.chromium.org/1395743002 .
Diffstat (limited to 'docs')
-rw-r--r--docs/how_to_contribute.md26
-rw-r--r--docs/projects_using_lss.md5
2 files changed, 0 insertions, 31 deletions
diff --git a/docs/how_to_contribute.md b/docs/how_to_contribute.md
deleted file mode 100644
index 5a232cc5..00000000
--- a/docs/how_to_contribute.md
+++ /dev/null
@@ -1,26 +0,0 @@
-# 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`.
diff --git a/docs/projects_using_lss.md b/docs/projects_using_lss.md
deleted file mode 100644
index f3eda6f0..00000000
--- a/docs/projects_using_lss.md
+++ /dev/null
@@ -1,5 +0,0 @@
-# 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)