Chromium Code Reviews| Index: third_party/mini_chromium/README.crashpad |
| diff --git a/third_party/mini_chromium/README.crashpad b/third_party/mini_chromium/README.crashpad |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..1fa3c4d9dfe3c77947c6ccb8f07528d6a10e7eb5 |
| --- /dev/null |
| +++ b/third_party/mini_chromium/README.crashpad |
| @@ -0,0 +1,17 @@ |
| +Name: mini_chromium |
| +Short Name: mini_chromium |
| +URL: https://chromium.googlesource.com/chromium/mini_chromium/ |
| +Revision: See DEPS |
| +License: BSD 3-clause |
| +License File: mini_chromium/LICENSE |
| +Security Critical: yes |
| + |
| +Description: |
| +mini_chromium is a small collection of useful low-level (“base”) routines from |
|
Robert Sesek
2014/07/31 02:59:31
Intentional smart quotes?
Mark Mentovai
2014/07/31 03:11:15
rsesek wrote:
scottmg
2014/09/25 17:50:17
Fine in README, but causes compilation problems on
|
| +the Chromium open-source project at http://www.chromium.org/. Chromium is |
| +large, sprawling, full of dependencies, and a web browser. mini_chromium is |
| +small, self-contained, and a library. mini_chromium is especially useful as a |
| +dependency of other code that wishes to use Chromium’s base routines. |
| + |
| +Local Modifications: |
| +None |