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

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

Issue 2804713002: Update Crashpad to b4095401639ebe2ad33169e5c1d994065cbff1b8 (Closed)
Patch Set: 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 4890012a74669701a6fc052b13427e0772be94a6..aeb26e533d24f8b9ff6192264258083415efe0b2 100644
--- a/third_party/crashpad/crashpad/util/util.gyp
+++ b/third_party/crashpad/crashpad/util/util.gyp
@@ -44,6 +44,9 @@
'file/file_writer.h',
'file/string_file.cc',
'file/string_file.h',
+ 'linux/address_types.h',
+ 'linux/process_memory.cc',
+ 'linux/process_memory.h',
'mac/checked_mach_address_range.h',
'mac/launchd.h',
'mac/launchd.mm',
@@ -99,6 +102,10 @@
'misc/initialization_state_dcheck.h',
'misc/metrics.cc',
'misc/metrics.h',
+ 'misc/paths.h',
+ 'misc/paths_mac.cc',
+ 'misc/paths_linux.cc',
+ 'misc/paths_win.cc',
'misc/pdb_structures.cc',
'misc/pdb_structures.h',
'misc/random_string.cc',
@@ -139,6 +146,8 @@
'posix/process_info.h',
'posix/process_info_linux.cc',
'posix/process_info_mac.cc',
+ 'posix/scoped_mmap.cc',
+ 'posix/scoped_mmap.h',
'posix/signals.cc',
'posix/signals.h',
'posix/symbolic_constants_posix.cc',
@@ -319,6 +328,8 @@
'target_conditions': [
['OS=="android"', {
'sources/': [
+ ['include', '^linux/'],
+ ['include', '^misc/paths_linux\\.cc$'],
['include', '^posix/process_info_linux\\.cc$'],
],
}],
« no previous file with comments | « third_party/crashpad/crashpad/util/thread/worker_thread_test.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