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

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

Issue 2359863003: Add custom info.plist to modules_unittests (Closed)
Patch Set: trim some XML bloat 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 unified diff | Download patch
« no previous file with comments | « no previous file | webrtc/test/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("../build/webrtc.gni") 9 import("../build/webrtc.gni")
10 import("audio_coding/audio_coding.gni") 10 import("audio_coding/audio_coding.gni")
(...skipping 665 matching lines...) Expand 10 before | Expand all | Expand 10 after
676 cflags = [ "-Wno-ignored-qualifiers" ] 676 cflags = [ "-Wno-ignored-qualifiers" ]
677 sources += [ 677 sources += [
678 "audio_device/android/audio_device_unittest.cc", 678 "audio_device/android/audio_device_unittest.cc",
679 "audio_device/android/audio_manager_unittest.cc", 679 "audio_device/android/audio_manager_unittest.cc",
680 "audio_device/android/ensure_initialized.cc", 680 "audio_device/android/ensure_initialized.cc",
681 "audio_device/android/ensure_initialized.h", 681 "audio_device/android/ensure_initialized.h",
682 ] 682 ]
683 shard_timeout = 900 683 shard_timeout = 900
684 } 684 }
685 if (is_ios) { 685 if (is_ios) {
686 info_plist = "//webrtc/test/ios/Info.plist"
686 deps += [ ":modules_unittests_bundle_data" ] 687 deps += [ ":modules_unittests_bundle_data" ]
687 configs += [ 688 configs += [
688 "..:common_objc", 689 "..:common_objc",
689 "//build/config/compiler:enable_arc", 690 "//build/config/compiler:enable_arc",
690 ] 691 ]
691 692
692 sources += [ 693 sources += [
693 "audio_device/ios/audio_device_unittest_ios.cc", 694 "audio_device/ios/audio_device_unittest_ios.cc",
694 "audio_device/ios/objc/RTCAudioSessionTest.mm", 695 "audio_device/ios/objc/RTCAudioSessionTest.mm",
695 "video_coding/codecs/h264/h264_video_toolbox_nalu_unittest.cc", 696 "video_coding/codecs/h264/h264_video_toolbox_nalu_unittest.cc",
696 ] 697 ]
697 698
698 ldflags = [ "-ObjC" ] 699 ldflags = [ "-ObjC" ]
699 } 700 }
700 } 701 }
701 } 702 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/test/ios/Info.plist » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698