Add android to video capture module

Review URL: https://webrtc-codereview.appspot.com/399010

git-svn-id: http://webrtc.googlecode.com/svn/trunk@1740 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
leozwang@webrtc.org
2012-02-22 00:40:45 +00:00
parent 1181b31e47
commit 20e9cf274d

View File

@ -184,6 +184,17 @@
}, },
}, },
}], # win }], # win
['OS=="android"', {
'include_dirs': [
'Android',
],
'sources': [
'Android/device_info_android.cc',
'Android/device_info_android.h',
'Android/video_capture_android.cc',
'Android/video_capture_android.h',
],
}], # android
], # conditions ], # conditions
}], # include_internal_video_capture }], # include_internal_video_capture
], # conditions ], # conditions