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

Unified Diff: client/client.gyp

Issue 842513002: Create CrashReportDatabase interface, a test, and a Mac implementation. (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Address comments Created 5 years, 11 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 | « no previous file | client/crash_report_database.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 445f92b4bd3c04f2c484b74a7959e3141093b09d..9361a49dd7fecf7629b8368a5ac23c16f9bfe2bb 100644
--- a/client/client.gyp
+++ b/client/client.gyp
@@ -31,6 +31,9 @@
'crashpad_client_mac.cc',
'crashpad_info.cc',
'crashpad_info.h',
+ 'crash_report_database_mac.mm',
+ 'crash_report_database.cc',
+ 'crash_report_database.h',
'simple_string_dictionary.cc',
'simple_string_dictionary.h',
'simulate_crash.h',
@@ -54,6 +57,7 @@
],
'sources': [
'capture_context_mac_test.cc',
+ 'crash_report_database_test.cc',
'simple_string_dictionary_test.cc',
'simulate_crash_mac_test.cc',
],
« no previous file with comments | « no previous file | client/crash_report_database.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698