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

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

Issue 2478633002: Update Crashpad to b47bf6c250c6b825dee1c5fbad9152c2c962e828 (Closed)
Patch Set: mac comment 2 Created 4 years, 1 month 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 e4bb8551a4a0cf6cb683f50343a926d0d0cc4339..8269bd42df1c26cbae23755c23f0ff28fa926c0b 100644
--- a/third_party/crashpad/crashpad/util/util.gyp
+++ b/third_party/crashpad/crashpad/util/util.gyp
@@ -172,6 +172,8 @@
'win/get_module_information.h',
'win/handle.cc',
'win/handle.h',
+ 'win/initial_client_data.cc',
+ 'win/initial_client_data.h',
'win/module_version.cc',
'win/module_version.h',
'win/nt_internals.cc',
@@ -282,6 +284,10 @@
},
}],
],
+ }, { # else: OS!="win"
+ 'sources!': [
+ 'win/capture_context.asm',
+ ],
}],
],
},
« no previous file with comments | « third_party/crashpad/crashpad/util/thread/thread_log_messages.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