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

Issue 1276553005: Don’t use DYLD_INSERT_LIBRARIES with a system executable (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: 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/mach_o_image_annotations_reader_test_no_op.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 be091ac05edb7d2a5e986ad8b00b7807f7373d2e..538e7c609a001a1d7531fcdf932d3e3fb8034cb3 100644
--- a/snapshot/snapshot_test.gyp
+++ b/snapshot/snapshot_test.gyp
@@ -80,6 +80,9 @@
],
'conditions': [
['OS=="mac"', {
+ 'dependencies': [
+ 'crashpad_snapshot_test_no_op',
+ ],
'link_settings': {
'libraries': [
'$(SDKROOT)/System/Library/Frameworks/OpenCL.framework',
@@ -103,4 +106,17 @@
],
},
],
+ 'conditions': [
+ ['OS=="mac"', {
+ 'targets': [
+ {
+ 'target_name': 'crashpad_snapshot_test_no_op',
+ 'type': 'executable',
+ 'sources': [
+ 'mac/mach_o_image_annotations_reader_test_no_op.cc',
+ ],
+ },
+ ],
+ }],
+ ],
}
« no previous file with comments | « snapshot/mac/mach_o_image_annotations_reader_test_no_op.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698