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

Unified Diff: util/util.gyp

Issue 572323002: Drop 10.5 support: use ServiceManagement.framework directly (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Created 6 years, 3 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
« util/mac/service_management.cc ('K') | « util/mac/service_management_test.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: util/util.gyp
diff --git a/util/util.gyp b/util/util.gyp
index de60ec1f9e19e47991caabbe93eaed050055885e..eea5630276e9dd1deada5a27949724031b0370f6 100644
--- a/util/util.gyp
+++ b/util/util.gyp
@@ -25,6 +25,11 @@
'..',
'<(INTERMEDIATE_DIR)',
],
+ 'link_settings': {
+ 'libraries': [
+ '$(SDKROOT)/System/Library/Frameworks/ServiceManagement.framework',
+ ],
+ },
'sources': [
'file/fd_io.cc',
'file/fd_io.h',
@@ -34,8 +39,6 @@
'file/string_file_writer.h',
'mac/checked_mach_address_range.cc',
'mac/checked_mach_address_range.h',
- 'mac/launchd.h',
- 'mac/launchd.mm',
'mac/mac_util.cc',
'mac/mac_util.h',
'mac/mach_o_image_reader.cc',
@@ -189,7 +192,6 @@
'sources': [
'file/string_file_writer_test.cc',
'mac/checked_mach_address_range_test.cc',
- 'mac/launchd_test.mm',
'mac/mac_util_test.mm',
'mac/mach_o_image_reader_test.cc',
'mac/mach_o_image_segment_reader_test.cc',
« util/mac/service_management.cc ('K') | « util/mac/service_management_test.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698