Bug 1043808: Compile desktop_capture_impl.cc with the rest of desktop_capture r=ted

This commit is contained in:
Randell Jesup 2014-07-25 11:21:54 -04:00
parent bc7ef79326
commit 2d6b62842b
2 changed files with 6 additions and 8 deletions

View File

@ -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'

View File

@ -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, ],
},