| 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$'],
|
| ],
|
| }],
|
|
|