| Index: webrtc/examples/BUILD.gn
|
| diff --git a/webrtc/examples/BUILD.gn b/webrtc/examples/BUILD.gn
|
| index 55fe0f24293287783777f1a8ee072b5210c916eb..006485deacc8035c556ed07f620a96b0a43caf1a 100644
|
| --- a/webrtc/examples/BUILD.gn
|
| +++ b/webrtc/examples/BUILD.gn
|
| @@ -325,6 +325,8 @@ if (is_ios || (is_mac && target_cpu != "x86")) {
|
| "objc/AppRTCMobile/ios/resources/ic_switch_video_black_24dp.png",
|
| "objc/AppRTCMobile/ios/resources/ic_switch_video_black_24dp@2x.png",
|
| "objc/AppRTCMobile/ios/resources/mozart.mp3",
|
| + "objc/Icon-120.png",
|
| + "objc/Icon-180.png",
|
| "objc/Icon.png",
|
| ]
|
| outputs = [
|
|
|