зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1043808: Compile desktop_capture_impl.cc with the rest of desktop_capture r=ted
This commit is contained in:
Родитель
fedc304e98
Коммит
a68cb6613a
|
@ -57,6 +57,12 @@
|
|||
"app_capturer.cc",
|
||||
],
|
||||
'conditions': [
|
||||
['OS!="android"', {
|
||||
'sources': [
|
||||
'../../video_engine/desktop_capture_impl.cc',
|
||||
'../../video_engine/desktop_capture_impl.h',
|
||||
],
|
||||
}],
|
||||
['multi_monitor_screenshare != 0', {
|
||||
'defines': [
|
||||
'MULTI_MONITOR_SCREENSHARE'
|
||||
|
|
|
@ -110,14 +110,6 @@
|
|||
'vie_sender.cc',
|
||||
'vie_sync_module.cc',
|
||||
], # source
|
||||
'conditions' : [
|
||||
['OS!="android"', {
|
||||
'sources': [
|
||||
'desktop_capture_impl.cc',
|
||||
'desktop_capture_impl.h',
|
||||
],
|
||||
}],
|
||||
],
|
||||
# TODO(jschuh): Bug 1348: fix size_t to int truncations.
|
||||
'msvs_disabled_warnings': [ 4267, ],
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче