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

Unified Diff: build/secondary/third_party/crashpad/crashpad/util/BUILD.gn

Issue 2555353002: Update Crashpad to 32981a3ee9d7c2769fb27afa038fe2e194cfa329 (Closed)
Patch Set: fix readme Created 4 years 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 | « no previous file | components/browser_watcher/postmortem_minidump_writer_win_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/secondary/third_party/crashpad/crashpad/util/BUILD.gn
diff --git a/build/secondary/third_party/crashpad/crashpad/util/BUILD.gn b/build/secondary/third_party/crashpad/crashpad/util/BUILD.gn
index 15869f8750883372ab4a589ad454ab043834c097..ff7907107216f4f81a708dffa2733f200e85563d 100644
--- a/build/secondary/third_party/crashpad/crashpad/util/BUILD.gn
+++ b/build/secondary/third_party/crashpad/crashpad/util/BUILD.gn
@@ -63,6 +63,8 @@ static_library("util") {
"mac/service_management.h",
"mac/xattr.cc",
"mac/xattr.h",
+ "misc/address_sanitizer.h",
+ "misc/arraysize_unsafe.h",
"misc/clock.h",
"misc/clock_mac.cc",
"misc/clock_posix.cc",
@@ -229,10 +231,7 @@ static_library("util") {
]
if (is_win) {
- libs = [
- "rpcrt4.lib",
- "winhttp.lib",
- ]
+ libs = [ "winhttp.lib" ]
cflags = [
"/wd4201", # nonstandard extension used : nameless struct/union.
"/wd4577", # 'noexcept' used with no exception handling mode specified.
« no previous file with comments | « no previous file | components/browser_watcher/postmortem_minidump_writer_win_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698