Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(39)

Unified Diff: webrtc/sdk/BUILD.gn

Issue 2815823002: Add unit test class for RTCCameraVideoCapturer. (Closed)
Patch Set: Add tests that test only the public interface Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/sdk/BUILD.gn
diff --git a/webrtc/sdk/BUILD.gn b/webrtc/sdk/BUILD.gn
index d8e745c83f64a935469d800fe0c885bdd1bafdf8..3bc4bf6ef79686d2a328fbb12e9cafc47cd5fe8a 100644
--- a/webrtc/sdk/BUILD.gn
+++ b/webrtc/sdk/BUILD.gn
@@ -263,6 +263,7 @@ if (is_ios || is_mac) {
rtc_source_set("rtc_sdk_peerconnection_objc_unittests") {
testonly = true
sources = [
+ "objc/Framework/UnitTests/RTCCameraVideoCapturerTests.mm",
"objc/Framework/UnitTests/RTCConfigurationTest.mm",
"objc/Framework/UnitTests/RTCDataChannelConfigurationTest.mm",
"objc/Framework/UnitTests/RTCIceCandidateTest.mm",

Powered by Google App Engine
This is Rietveld 408576698