Adding a real-webcam WebRTC content_browsertest.
commite28f31d7bc83223799f5500f39419c4449f2b011
authorphoglund <phoglund@chromium.org>
Wed, 8 Oct 2014 15:03:26 +0000 (8 08:03 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 8 Oct 2014 15:03:55 +0000 (8 15:03 +0000)
tree351af8fe9e50955a8557c14d992b5e2beb69aecf
parent60143a3967b0a687f05a166db2314f0495d1fe10
Adding a real-webcam WebRTC content_browsertest.

The main purpose of this test is to test the capture path on Android,
i.e. that we can acquire the device's built-in webcam. If we happen to
run on a device without a camera, we'll quietly succeed the test.

BUG=323921

Review URL: https://codereview.chromium.org/632693003

Cr-Commit-Position: refs/heads/master@{#298707}
content/browser/media/webrtc_internals_browsertest.cc
content/browser/media/webrtc_webcam_browsertest.cc [new file with mode: 0644]
content/content_tests.gypi
content/test/data/media/getusermedia-real-webcam.html [new file with mode: 0644]
content/test/data/media/webrtc_test_utilities.js
content/test/webrtc_content_browsertest_base.cc