[OS X] Link dependent libraries for desktop capture API.
This commit is contained in:
parent
ab878c5f98
commit
64b0333964
1 changed files with 7 additions and 0 deletions
|
@ -112,6 +112,7 @@
|
|||
'link_settings': {
|
||||
'libraries': [
|
||||
'$(SDKROOT)/System/Library/Frameworks/AppKit.framework',
|
||||
'$(SDKROOT)/System/Library/Frameworks/OpenGL.framework',
|
||||
],
|
||||
},
|
||||
'conditions': [
|
||||
|
@ -122,6 +123,12 @@
|
|||
'<(libchromiumcontent_dir)/libdevtools_discovery.a',
|
||||
'<(libchromiumcontent_dir)/libdevtools_http_handler.a',
|
||||
'<(libchromiumcontent_dir)/libhttp_server.a',
|
||||
'<(libchromiumcontent_dir)/libdesktop_capture.a',
|
||||
'<(libchromiumcontent_dir)/librtc_base.a',
|
||||
'<(libchromiumcontent_dir)/librtc_base_approved.a',
|
||||
'<(libchromiumcontent_dir)/libsystem_wrappers.a',
|
||||
'<(libchromiumcontent_dir)/libwebrtc_common.a',
|
||||
'<(libchromiumcontent_dir)/libyuv.a',
|
||||
],
|
||||
},
|
||||
}, {
|
||||
|
|
Loading…
Reference in a new issue