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

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

Issue 2754553002: Update Crashpad to 18d70acf81df49cc10b00bcc67c1ec64e16bd9d0 (Closed)
Patch Set: 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/tools/tools.gyp
diff --git a/third_party/crashpad/crashpad/tools/tools.gyp b/third_party/crashpad/crashpad/tools/tools.gyp
index 4876300538fb939969ed240b11c2abf052e77f71..3639b5319e7374f57ce330395cd60bf8af2db6c9 100644
--- a/third_party/crashpad/crashpad/tools/tools.gyp
+++ b/third_party/crashpad/crashpad/tools/tools.gyp
@@ -49,6 +49,22 @@
],
},
{
+ 'target_name': 'crashpad_http_upload',
+ 'type': 'executable',
+ 'dependencies': [
+ 'crashpad_tool_support',
+ '../compat/compat.gyp:crashpad_compat',
+ '../third_party/mini_chromium/mini_chromium.gyp:base',
+ '../util/util.gyp:crashpad_util',
+ ],
+ 'include_dirs': [
+ '..',
+ ],
+ 'sources': [
+ 'crashpad_http_upload.cc',
+ ],
+ },
+ {
'target_name': 'generate_dump',
'type': 'executable',
'dependencies': [
@@ -77,7 +93,7 @@
},
}],
],
- }
+ },
],
'conditions': [
['OS=="mac"', {
« no previous file with comments | « third_party/crashpad/crashpad/tools/tool_support.cc ('k') | third_party/crashpad/crashpad/util/file/file_reader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698