Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(481)

Side by Side Diff: third_party/crashpad/README.chromium

Issue 1511483006: Update Crashpad to 583d1dc3efa96ea50f62afa69a598eeed1534edc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@crashpad_intree
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | third_party/crashpad/crashpad/client/client.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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: 6bebb10829332dee5c7315abafb0a8bf32840c15 5 Revision: 583d1dc3efa96ea50f62afa69a598eeed1534edc
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 11 matching lines...) Expand all
27 27
28 To carry changes made in Chromium to Crashpad, run: 28 To carry changes made in Chromium to Crashpad, run:
29 $ cd "${THIS_DIR}" 29 $ cd "${THIS_DIR}"
30 $ mkdir /tmp/patchdir 30 $ mkdir /tmp/patchdir
31 $ git format-patch -1 --binary --output-directory=/tmp/patchdir/cur "${HASH}" \ 31 $ git format-patch -1 --binary --output-directory=/tmp/patchdir/cur "${HASH}" \
32 --add-header="Message-Id: Merged from chromium ${HASH}" -- crashpad/ 32 --add-header="Message-Id: Merged from chromium ${HASH}" -- crashpad/
33 $ cd "${CRASHPAD_DIR}" 33 $ cd "${CRASHPAD_DIR}"
34 $ git am --3way --message-id -p4 /tmp/patchdir 34 $ git am --3way --message-id -p4 /tmp/patchdir
35 35
36 Local Modifications: 36 Local Modifications:
37 - Cherry-pick upstream 7efdc94f5982a1f9654c53fd4bf5663e5efa66ce. 37 None.
OLDNEW
« no previous file with comments | « no previous file | third_party/crashpad/crashpad/client/client.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698