Index: webrtc/examples/BUILD.gn |
diff --git a/webrtc/examples/BUILD.gn b/webrtc/examples/BUILD.gn |
index faa05d3b7e0afdd725b4e123080dd0da2cd06cd3..9ddf8405b666ba0c049a6110ee2d7f2a161f4e71 100644 |
--- a/webrtc/examples/BUILD.gn |
+++ b/webrtc/examples/BUILD.gn |
@@ -241,10 +241,11 @@ 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/ARDSettingsModel+Private.h", |
kthelgason
2016/11/07 13:31:24
why was this not needed before? Is this perhaps un
daniela-webrtc
2016/11/07 14:45:39
It was used. It worked even without being added in
|
+ "objc/AppRTCMobile/ios/ARDSettingsModel.h", |
+ "objc/AppRTCMobile/ios/ARDSettingsModel.m", |
+ "objc/AppRTCMobile/ios/ARDSettingsStore.h", |
+ "objc/AppRTCMobile/ios/ARDSettingsStore.m", |
"objc/AppRTCMobile/ios/ARDSettingsViewController.h", |
"objc/AppRTCMobile/ios/ARDSettingsViewController.m", |
"objc/AppRTCMobile/ios/ARDStatsView.h", |