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: client/client.gyp

Issue 785233011: Add CrashpadClient (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Address review feedback Created 6 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 | client/crashpad_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/client.gyp
diff --git a/client/client.gyp b/client/client.gyp
index e7f68e0a29c97e83553b29c1d9db1564ed09f9b2..445f92b4bd3c04f2c484b74a7959e3141093b09d 100644
--- a/client/client.gyp
+++ b/client/client.gyp
@@ -19,6 +19,7 @@
'type': 'static_library',
'dependencies': [
'../third_party/mini_chromium/mini_chromium/base/base.gyp:base',
+ '../util/util.gyp:util',
],
'include_dirs': [
'..',
@@ -26,6 +27,8 @@
'sources': [
'capture_context_mac.h',
'capture_context_mac.S',
+ 'crashpad_client.h',
+ 'crashpad_client_mac.cc',
'crashpad_info.cc',
'crashpad_info.h',
'simple_string_dictionary.cc',
« no previous file with comments | « no previous file | client/crashpad_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698