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 f1f004c743e70a1b4aac0264d6958ebd69c06951..4890012a74669701a6fc052b13427e0772be94a6 100644 |
--- a/third_party/crashpad/crashpad/util/util.gyp |
+++ b/third_party/crashpad/crashpad/util/util.gyp |
@@ -30,6 +30,8 @@ |
'<(INTERMEDIATE_DIR)', |
], |
'sources': [ |
+ 'file/delimited_file_reader.cc', |
+ 'file/delimited_file_reader.h', |
'file/file_io.cc', |
'file/file_io.h', |
'file/file_io_posix.cc', |
@@ -135,6 +137,7 @@ |
'posix/drop_privileges.cc', |
'posix/drop_privileges.h', |
'posix/process_info.h', |
+ 'posix/process_info_linux.cc', |
'posix/process_info_mac.cc', |
'posix/signals.cc', |
'posix/signals.h', |
@@ -313,6 +316,13 @@ |
], |
}], |
], |
+ 'target_conditions': [ |
+ ['OS=="android"', { |
+ 'sources/': [ |
+ ['include', '^posix/process_info_linux\\.cc$'], |
+ ], |
+ }], |
+ ], |
}, |
], |
} |