| OLD | NEW |
| 1 Name: Crashpad | 1 Name: Crashpad |
| 2 Short Name: crashpad | 2 Short Name: crashpad |
| 3 URL: https://crashpad.chromium.org/ | 3 URL: https://crashpad.chromium.org/ |
| 4 Version: unknown | 4 Version: unknown |
| 5 Revision: b0394744cc41a846eb9a79ccc73cd2992790ed42 | 5 Revision: 54048cfd78af0a54cf4a2d2ecfb83881f5c54590 |
| 6 License: Apache 2.0 | 6 License: Apache 2.0 |
| 7 License File: crashpad/LICENSE | 7 License File: crashpad/LICENSE |
| 8 Security Critical: yes | 8 Security Critical: yes |
| 9 | 9 |
| 10 Description: | 10 Description: |
| 11 Crashpad is a crash-reporting system. It’s the successor to Breakpad. | 11 Crashpad is a crash-reporting system. It’s the successor to Breakpad. |
| 12 | 12 |
| 13 Crashpad’s authoritative upstream repository is | 13 Crashpad’s authoritative upstream repository is |
| 14 https://chromium.googlesource.com/crashpad/crashpad. | 14 https://chromium.googlesource.com/crashpad/crashpad. |
| 15 | 15 |
| (...skipping 12 matching lines...) Expand all Loading... |
| 28 | 28 |
| 29 To carry changes made in Chromium to Crashpad, run: | 29 To carry changes made in Chromium to Crashpad, run: |
| 30 $ cd "${THIS_DIR}" | 30 $ cd "${THIS_DIR}" |
| 31 $ mkdir /tmp/patchdir | 31 $ mkdir /tmp/patchdir |
| 32 $ git format-patch -1 --binary --output-directory=/tmp/patchdir/cur "${HASH}" \ | 32 $ git format-patch -1 --binary --output-directory=/tmp/patchdir/cur "${HASH}" \ |
| 33 --add-header="Message-Id: Merged from chromium ${HASH}" -- crashpad/ | 33 --add-header="Message-Id: Merged from chromium ${HASH}" -- crashpad/ |
| 34 $ cd "${CRASHPAD_DIR}" | 34 $ cd "${CRASHPAD_DIR}" |
| 35 $ git am --3way --message-id -p4 /tmp/patchdir | 35 $ git am --3way --message-id -p4 /tmp/patchdir |
| 36 | 36 |
| 37 Local Modifications: | 37 Local Modifications: |
| 38 - Removed references to "base/basictypes.h" and replaced them with appropriate | 38 None. |
| 39 headers. | |
| 40 - Updated usage of ScopedLaunchData to use explicit methods rather than the | |
| 41 implicit |operator T()| conversion. | |
| 42 - Include crashpad targets in GYP's `all` target list. | |
| OLD | NEW |