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

Unified Diff: webrtc/examples/BUILD.gn

Issue 2462623002: Add setting to AppRTCMobile for iOS, that can change capture resolution. (Closed)
Patch Set: Created 4 years, 2 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/examples/BUILD.gn
diff --git a/webrtc/examples/BUILD.gn b/webrtc/examples/BUILD.gn
index e812f9ea9d416cc7702c1c9eecbcf68b615e34c4..b98e17679c23e6f3db25a206653a85e6201a9356 100644
--- a/webrtc/examples/BUILD.gn
+++ b/webrtc/examples/BUILD.gn
@@ -227,6 +227,12 @@ if (is_ios || (is_mac && target_cpu != "x86")) {
"objc/AppRTCMobile/ios/ARDMainView.m",
"objc/AppRTCMobile/ios/ARDMainViewController.h",
"objc/AppRTCMobile/ios/ARDMainViewController.m",
+ "objc/AppRTCMobile/ios/ARDMediaConstraintsModel.h",
+ "objc/AppRTCMobile/ios/ARDMediaConstraintsModel.m",
+ "objc/AppRTCMobile/ios/ARDMediaConstraintsSettingsStore.h",
+ "objc/AppRTCMobile/ios/ARDMediaConstraintsSettingsStore.m",
+ "objc/AppRTCMobile/ios/ARDSettingsViewController.h",
+ "objc/AppRTCMobile/ios/ARDSettingsViewController.m",
magjed_webrtc 2016/10/31 19:26:39 Shouldn't ARDMediaConstraintsModelTests.mm be adde
daniela-webrtc 2016/11/01 09:51:12 You are right. At this moment the test is only add
"objc/AppRTCMobile/ios/ARDStatsView.h",
"objc/AppRTCMobile/ios/ARDStatsView.m",
"objc/AppRTCMobile/ios/ARDVideoCallView.h",
« no previous file with comments | « no previous file | webrtc/examples/objc/AppRTCMobile/ARDAppClient.h » ('j') | webrtc/examples/objc/AppRTCMobile/ARDAppClient.m » ('J')

Powered by Google App Engine
This is Rietveld 408576698