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

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

Issue 3001693002: AppRTCMobile: Use high resolution app icon on retina screens. (Closed)
Patch Set: Created 3 years, 4 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 unified diff | Download patch
« no previous file with comments | « no previous file | webrtc/examples/objc/AppRTCMobile/ios/Info.plist » ('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("../webrtc.gni") 9 import("../webrtc.gni")
10 if (is_android) { 10 if (is_android) {
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
318 "objc/AppRTCMobile/ios/resources/ic_call_end_black_24dp@2x.png", 318 "objc/AppRTCMobile/ios/resources/ic_call_end_black_24dp@2x.png",
319 "objc/AppRTCMobile/ios/resources/ic_clear_black_24dp.png", 319 "objc/AppRTCMobile/ios/resources/ic_clear_black_24dp.png",
320 "objc/AppRTCMobile/ios/resources/ic_clear_black_24dp@2x.png", 320 "objc/AppRTCMobile/ios/resources/ic_clear_black_24dp@2x.png",
321 "objc/AppRTCMobile/ios/resources/ic_settings_black_24dp.png", 321 "objc/AppRTCMobile/ios/resources/ic_settings_black_24dp.png",
322 "objc/AppRTCMobile/ios/resources/ic_settings_black_24dp@2x.png", 322 "objc/AppRTCMobile/ios/resources/ic_settings_black_24dp@2x.png",
323 "objc/AppRTCMobile/ios/resources/ic_surround_sound_black_24dp.png", 323 "objc/AppRTCMobile/ios/resources/ic_surround_sound_black_24dp.png",
324 "objc/AppRTCMobile/ios/resources/ic_surround_sound_black_24dp@2x.png", 324 "objc/AppRTCMobile/ios/resources/ic_surround_sound_black_24dp@2x.png",
325 "objc/AppRTCMobile/ios/resources/ic_switch_video_black_24dp.png", 325 "objc/AppRTCMobile/ios/resources/ic_switch_video_black_24dp.png",
326 "objc/AppRTCMobile/ios/resources/ic_switch_video_black_24dp@2x.png", 326 "objc/AppRTCMobile/ios/resources/ic_switch_video_black_24dp@2x.png",
327 "objc/AppRTCMobile/ios/resources/mozart.mp3", 327 "objc/AppRTCMobile/ios/resources/mozart.mp3",
328 "objc/Icon-120.png",
329 "objc/Icon-180.png",
328 "objc/Icon.png", 330 "objc/Icon.png",
329 ] 331 ]
330 outputs = [ 332 outputs = [
331 "{{bundle_resources_dir}}/{{source_file_part}}", 333 "{{bundle_resources_dir}}/{{source_file_part}}",
332 ] 334 ]
333 } 335 }
334 } 336 }
335 337
336 if (is_mac) { 338 if (is_mac) {
337 rtc_static_library("AppRTCMobile_lib") { 339 rtc_static_library("AppRTCMobile_lib") {
(...skipping 362 matching lines...) Expand 10 before | Expand all | Expand 10 after
700 702
701 deps = [ 703 deps = [
702 "../p2p:libstunprober", 704 "../p2p:libstunprober",
703 "../p2p:rtc_p2p", 705 "../p2p:rtc_p2p",
704 "../rtc_base:rtc_base", 706 "../rtc_base:rtc_base",
705 "../rtc_base:rtc_base_approved", 707 "../rtc_base:rtc_base_approved",
706 "../system_wrappers:field_trial_default", 708 "../system_wrappers:field_trial_default",
707 ] 709 ]
708 } 710 }
709 } 711 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/examples/objc/AppRTCMobile/ios/Info.plist » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698