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

Unified Diff: snapshot/snapshot_test.gyp

Issue 1277513003: Recognize crashreporter_annotations_t version 5 found on OS X 10.11 (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: ExpectedSizeForVersion(), ReadIntoVersioned() Created 5 years, 4 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 | « snapshot/mac/process_types/custom.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: snapshot/snapshot_test.gyp
diff --git a/snapshot/snapshot_test.gyp b/snapshot/snapshot_test.gyp
index 538e7c609a001a1d7531fcdf932d3e3fb8034cb3..9b94a1066ca9988d78face8f678dd80fd7d6ffbe 100644
--- a/snapshot/snapshot_test.gyp
+++ b/snapshot/snapshot_test.gyp
@@ -81,6 +81,7 @@
'conditions': [
['OS=="mac"', {
'dependencies': [
+ 'crashpad_snapshot_test_module_crashy_initializer',
'crashpad_snapshot_test_no_op',
],
'link_settings': {
@@ -110,6 +111,13 @@
['OS=="mac"', {
'targets': [
{
+ 'target_name': 'crashpad_snapshot_test_module_crashy_initializer',
+ 'type': 'loadable_module',
+ 'sources': [
+ 'mac/mach_o_image_annotations_reader_test_module_crashy_initializer.cc',
+ ],
+ },
+ {
'target_name': 'crashpad_snapshot_test_no_op',
'type': 'executable',
'sources': [
« no previous file with comments | « snapshot/mac/process_types/custom.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698