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

Unified Diff: util/util.gyp

Issue 579083003: Revert "Drop 10.5 support: use ServiceManagement.framework directly." (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Use an autorelease pool in the CFPropertyToLaunchData() implementation 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
« no previous file with comments | « 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 8464266d623b2305e08fa7c1038ec195133667a6..d28238a6b19b1afd95e03a5166bfea21b12ec614 100644
--- a/util/util.gyp
+++ b/util/util.gyp
@@ -25,11 +25,6 @@
'..',
'<(INTERMEDIATE_DIR)',
],
- 'link_settings': {
- 'libraries': [
- '$(SDKROOT)/System/Library/Frameworks/ServiceManagement.framework',
- ],
- },
'sources': [
'file/fd_io.cc',
'file/fd_io.h',
@@ -39,6 +34,8 @@
'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',
@@ -194,6 +191,7 @@
'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',
« no previous file with comments | « util/mac/service_management_test.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698