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

Side by Side Diff: webrtc/examples/BUILD.gn

Issue 2455363002: Add UINavigationController to AppRTCMobile. (Closed)
Patch Set: Created 4 years, 1 month 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 unified diff | Download patch
« no previous file with comments | « no previous file | webrtc/examples/objc/AppRTCMobile/ios/ARDAppDelegate.m » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2016 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2016 The WebRTC project authors. All Rights Reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license 3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source 4 # that can be found in the LICENSE file in the root of the source
5 # tree. An additional intellectual property rights grant can be found 5 # tree. An additional intellectual property rights grant can be found
6 # in the file PATENTS. All contributing project authors may 6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree. 7 # be found in the AUTHORS file in the root of the source tree.
8 8
9 import("../build/webrtc.gni") 9 import("../build/webrtc.gni")
10 if (is_android) { 10 if (is_android) {
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 bundle_data("AppRTCMobile_ios_bundle_data") { 262 bundle_data("AppRTCMobile_ios_bundle_data") {
263 sources = [ 263 sources = [
264 "objc/AppRTCMobile/ios/resources/Roboto-Regular.ttf", 264 "objc/AppRTCMobile/ios/resources/Roboto-Regular.ttf",
265 "objc/AppRTCMobile/ios/resources/iPhone5@2x.png", 265 "objc/AppRTCMobile/ios/resources/iPhone5@2x.png",
266 "objc/AppRTCMobile/ios/resources/iPhone6@2x.png", 266 "objc/AppRTCMobile/ios/resources/iPhone6@2x.png",
267 "objc/AppRTCMobile/ios/resources/iPhone6p@3x.png", 267 "objc/AppRTCMobile/ios/resources/iPhone6p@3x.png",
268 "objc/AppRTCMobile/ios/resources/ic_call_end_black_24dp.png", 268 "objc/AppRTCMobile/ios/resources/ic_call_end_black_24dp.png",
269 "objc/AppRTCMobile/ios/resources/ic_call_end_black_24dp@2x.png", 269 "objc/AppRTCMobile/ios/resources/ic_call_end_black_24dp@2x.png",
270 "objc/AppRTCMobile/ios/resources/ic_clear_black_24dp.png", 270 "objc/AppRTCMobile/ios/resources/ic_clear_black_24dp.png",
271 "objc/AppRTCMobile/ios/resources/ic_clear_black_24dp@2x.png", 271 "objc/AppRTCMobile/ios/resources/ic_clear_black_24dp@2x.png",
272 "objc/AppRTCMobile/ios/resources/ic_settings_black_24dp.png",
273 "objc/AppRTCMobile/ios/resources/ic_settings_black_24dp@2x.png",
272 "objc/AppRTCMobile/ios/resources/ic_surround_sound_black_24dp.png", 274 "objc/AppRTCMobile/ios/resources/ic_surround_sound_black_24dp.png",
273 "objc/AppRTCMobile/ios/resources/ic_surround_sound_black_24dp@2x.png", 275 "objc/AppRTCMobile/ios/resources/ic_surround_sound_black_24dp@2x.png",
274 "objc/AppRTCMobile/ios/resources/ic_switch_video_black_24dp.png", 276 "objc/AppRTCMobile/ios/resources/ic_switch_video_black_24dp.png",
275 "objc/AppRTCMobile/ios/resources/ic_switch_video_black_24dp@2x.png", 277 "objc/AppRTCMobile/ios/resources/ic_switch_video_black_24dp@2x.png",
276 "objc/AppRTCMobile/ios/resources/mozart.mp3", 278 "objc/AppRTCMobile/ios/resources/mozart.mp3",
277 "objc/Icon.png", 279 "objc/Icon.png",
278 ] 280 ]
279 outputs = [ 281 outputs = [
280 "{{bundle_resources_dir}}/{{source_file_part}}", 282 "{{bundle_resources_dir}}/{{source_file_part}}",
281 ] 283 ]
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
520 "//webrtc/pc:rtc_pc", 522 "//webrtc/pc:rtc_pc",
521 "//webrtc/system_wrappers:field_trial_default", 523 "//webrtc/system_wrappers:field_trial_default",
522 "//webrtc/system_wrappers:metrics_default", 524 "//webrtc/system_wrappers:metrics_default",
523 ] 525 ]
524 if (!build_with_chromium && is_clang) { 526 if (!build_with_chromium && is_clang) {
525 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163). 527 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163).
526 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ] 528 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
527 } 529 }
528 } 530 }
529 } 531 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/examples/objc/AppRTCMobile/ios/ARDAppDelegate.m » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698