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

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

Issue 2487723004: Reland of Add a webrtc{en,de}coderfactory implementation for VideoToolbox (Closed)
Patch Set: fix gyp build 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/modules/video_coding/BUILD.gn » ('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 687 matching lines...) Expand 10 before | Expand all | Expand 10 after
698 shard_timeout = 900 698 shard_timeout = 900
699 } 699 }
700 if (is_ios) { 700 if (is_ios) {
701 info_plist = "//webrtc/test/ios/Info.plist" 701 info_plist = "//webrtc/test/ios/Info.plist"
702 deps += [ ":modules_unittests_bundle_data" ] 702 deps += [ ":modules_unittests_bundle_data" ]
703 configs += [ 703 configs += [
704 "..:common_objc", 704 "..:common_objc",
705 "//build/config/compiler:enable_arc", 705 "//build/config/compiler:enable_arc",
706 ] 706 ]
707 707
708 sources += [ 708 sources += [ "audio_device/ios/objc/RTCAudioSessionTest.mm" ]
709 "audio_device/ios/objc/RTCAudioSessionTest.mm",
710 "video_coding/codecs/h264/h264_video_toolbox_nalu_unittest.cc",
711 ]
712 709
713 if (target_cpu != "x64") { 710 if (target_cpu != "x64") {
714 sources += [ "audio_device/ios/audio_device_unittest_ios.cc" ] 711 sources += [ "audio_device/ios/audio_device_unittest_ios.cc" ]
715 } 712 }
716 713
717 ldflags = [ "-ObjC" ] 714 ldflags = [ "-ObjC" ]
718 } 715 }
719 } 716 }
720 717
721 rtc_test("bwe_simulator") { 718 rtc_test("bwe_simulator") {
(...skipping 22 matching lines...) Expand all
744 "../test:test_common", 741 "../test:test_common",
745 "../test:test_support_main", 742 "../test:test_support_main",
746 "remote_bitrate_estimator:bwe_simulator_lib", 743 "remote_bitrate_estimator:bwe_simulator_lib",
747 "video_capture", 744 "video_capture",
748 "//testing/gmock", 745 "//testing/gmock",
749 "//testing/gtest", 746 "//testing/gtest",
750 "//third_party/gflags", 747 "//third_party/gflags",
751 ] 748 ]
752 } 749 }
753 } 750 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/modules/video_coding/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698