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

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

Issue 2773813002: Update Crashpad to 8e37886d418dd042c3c7bfadac99214739ee4d98 (Closed)
Patch Set: Update Crashpad to 8e37886d418dd042c3c7bfadac99214739ee4d98 Created 3 years, 9 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 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$'],
+ ],
+ }],
+ ],
},
],
}
« 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