mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 14:06:33 +00:00
Specify system framework dependencies properly in .gyp files.
R=rsesek@chromium.org Review URL: https://codereview.chromium.org/588073004
This commit is contained in:
parent
4517d7c866
commit
0d8f67c1f5
@ -72,6 +72,12 @@
|
||||
'include_dirs': [
|
||||
'..',
|
||||
],
|
||||
'link_settings': {
|
||||
'libraries': [
|
||||
'$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework',
|
||||
'$(SDKROOT)/System/Library/Frameworks/Foundation.framework',
|
||||
],
|
||||
},
|
||||
'sources': [
|
||||
'on_demand_service_tool.mm',
|
||||
],
|
||||
|
@ -25,6 +25,13 @@
|
||||
'..',
|
||||
'<(INTERMEDIATE_DIR)',
|
||||
],
|
||||
'link_settings': {
|
||||
'libraries': [
|
||||
'$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework',
|
||||
'$(SDKROOT)/System/Library/Frameworks/Foundation.framework',
|
||||
'$(SDKROOT)/System/Library/Frameworks/IOKit.framework',
|
||||
],
|
||||
},
|
||||
'sources': [
|
||||
'file/fd_io.cc',
|
||||
'file/fd_io.h',
|
||||
|
Loading…
x
Reference in New Issue
Block a user