summaryrefslogtreecommitdiffstats
path: root/build/secondary
diff options
context:
space:
mode:
authorscottmg <scottmg@chromium.org>2016-02-16 20:07:45 -0800
committerCommit bot <commit-bot@chromium.org>2016-02-17 04:08:33 +0000
commit6e81441928693448fe501c5008c3425551b57638 (patch)
treeb05f31e705c8b43d42ccd93ca2d7a7b8c15667f1 /build/secondary
parent22ff76b2997654874daaa75f4f7455ae300bb69c (diff)
downloadchromium_src-6e81441928693448fe501c5008c3425551b57638.zip
chromium_src-6e81441928693448fe501c5008c3425551b57638.tar.gz
chromium_src-6e81441928693448fe501c5008c3425551b57638.tar.bz2
Update Crashpad to a392a2c3ed480cd80b2608ca9349a4e28ad7a6dd
82af299823c1 Update mini_chromium to 7c5b0c1ab44a 88eea80ad328 Add an “external” mode for obtaining dependencies e18f6a6e66d3 Nest crashpad and mini_chromum deeper in the external- dependencies build af3dc54f2a89 Add a field to CrashpadInfo to control indirect memory capture 83247fda6010 Fix Mac after af3dc54f feb3aa3923dd win: Capture memory pointed to by the stack a392a2c3ed48 Update codereview.settings to set --squash as the default for git cl R=mark@chromium.org BUG=587139 Review URL: https://codereview.chromium.org/1689293004 Cr-Commit-Position: refs/heads/master@{#375774}
Diffstat (limited to 'build/secondary')
-rw-r--r--build/secondary/third_party/crashpad/crashpad/snapshot/BUILD.gn6
1 files changed, 4 insertions, 2 deletions
diff --git a/build/secondary/third_party/crashpad/crashpad/snapshot/BUILD.gn b/build/secondary/third_party/crashpad/crashpad/snapshot/BUILD.gn
index 0e77d40..a2eeafa 100644
--- a/build/secondary/third_party/crashpad/crashpad/snapshot/BUILD.gn
+++ b/build/secondary/third_party/crashpad/crashpad/snapshot/BUILD.gn
@@ -18,6 +18,8 @@ source_set("snapshot") {
}
sources = [
+ "capture_memory.cc",
+ "capture_memory.h",
"cpu_architecture.h",
"cpu_context.cc",
"cpu_context.h",
@@ -77,8 +79,8 @@ source_set("snapshot") {
"process_snapshot.h",
"system_snapshot.h",
"thread_snapshot.h",
- "win/capture_context_memory.cc",
- "win/capture_context_memory.h",
+ "win/capture_memory_delegate_win.cc",
+ "win/capture_memory_delegate_win.h",
"win/cpu_context_win.cc",
"win/cpu_context_win.h",
"win/exception_snapshot_win.cc",