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

Unified Diff: third_party/crashpad/crashpad/util/util.gyp

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 side-by-side diff with in-line comments
Download patch
Index: third_party/crashpad/crashpad/util/util.gyp
diff --git a/third_party/crashpad/crashpad/util/util.gyp b/third_party/crashpad/crashpad/util/util.gyp
index aeb26e533d24f8b9ff6192264258083415efe0b2..7ef7a0ca7b9690f695033389143e2871e1967307 100644
--- a/third_party/crashpad/crashpad/util/util.gyp
+++ b/third_party/crashpad/crashpad/util/util.gyp
@@ -47,6 +47,8 @@
'linux/address_types.h',
'linux/process_memory.cc',
'linux/process_memory.h',
+ 'linux/scoped_ptrace_attach.cc',
+ 'linux/scoped_ptrace_attach.h',
'mac/checked_mach_address_range.h',
'mac/launchd.h',
'mac/launchd.mm',
@@ -146,6 +148,8 @@
'posix/process_info.h',
'posix/process_info_linux.cc',
'posix/process_info_mac.cc',
+ 'posix/scoped_dir.cc',
+ 'posix/scoped_dir.h',
'posix/scoped_mmap.cc',
'posix/scoped_mmap.h',
'posix/signals.cc',
« no previous file with comments | « third_party/crashpad/crashpad/util/posix/scoped_dir.cc ('k') | third_party/crashpad/crashpad/util/util_test.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698