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

Unified Diff: third_party/crashpad/crashpad/util/util.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
« no previous file with comments | « third_party/crashpad/crashpad/util/net/http_transport_libcurl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 9e57b44227758987cba347d984d6736ffcfe7a6f..f1f004c743e70a1b4aac0264d6958ebd69c06951 100644
--- a/third_party/crashpad/crashpad/util/util.gyp
+++ b/third_party/crashpad/crashpad/util/util.gyp
@@ -119,6 +119,7 @@
'net/http_multipart_builder.h',
'net/http_transport.cc',
'net/http_transport.h',
+ 'net/http_transport_libcurl.cc',
'net/http_transport_mac.mm',
'net/http_transport_win.cc',
'numeric/checked_address_range.cc',
@@ -300,6 +301,17 @@
'win/capture_context.asm',
],
}],
+ ['OS=="linux"', {
+ 'link_settings': {
+ 'libraries': [
+ '-lcurl',
+ ],
+ },
+ }, { # else: OS!="linux"
+ 'sources!': [
+ 'net/http_transport_libcurl.cc',
+ ],
+ }],
],
},
],
« no previous file with comments | « third_party/crashpad/crashpad/util/net/http_transport_libcurl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698