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

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

Issue 2814043003: Update Crashpad to 1f28a123a4c9449e3d7ddad4ff00dacd366d5216 (Closed)
Patch Set: Add missing GN config to fix compile/link. Created 3 years, 8 months 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
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: b4095401639ebe2ad33169e5c1d994065cbff1b8 5 Revision: 1f28a123a4c9449e3d7ddad4ff00dacd366d5216
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 13 matching lines...) Expand all
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 - codereview.settings has been excluded. 38 - codereview.settings has been excluded.
OLDNEW
« no previous file with comments | « components/crash/content/app/run_as_crashpad_handler_win.cc ('k') | third_party/crashpad/crashpad/build/run_tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698