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

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

Issue 2463313002: Add a webrtc{en,de}coderfactory implementation for VideoToolbox (Closed)
Patch Set: Code review comments 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 685 matching lines...) Expand 10 before | Expand all | Expand 10 after
696 shard_timeout = 900 696 shard_timeout = 900
697 } 697 }
698 if (is_ios) { 698 if (is_ios) {
699 info_plist = "//webrtc/test/ios/Info.plist" 699 info_plist = "//webrtc/test/ios/Info.plist"
700 deps += [ ":modules_unittests_bundle_data" ] 700 deps += [ ":modules_unittests_bundle_data" ]
701 configs += [ 701 configs += [
702 "..:common_objc", 702 "..:common_objc",
703 "//build/config/compiler:enable_arc", 703 "//build/config/compiler:enable_arc",
704 ] 704 ]
705 705
706 sources += [ 706 sources += [ "audio_device/ios/objc/RTCAudioSessionTest.mm" ]
707 "audio_device/ios/objc/RTCAudioSessionTest.mm",
708 "video_coding/codecs/h264/h264_video_toolbox_nalu_unittest.cc",
709 ]
710 707
711 if (target_cpu != "x64") { 708 if (target_cpu != "x64") {
712 sources += [ "audio_device/ios/audio_device_unittest_ios.cc" ] 709 sources += [ "audio_device/ios/audio_device_unittest_ios.cc" ]
713 } 710 }
714 711
715 ldflags = [ "-ObjC" ] 712 ldflags = [ "-ObjC" ]
716 } 713 }
717 } 714 }
718 715
719 rtc_test("bwe_simulator") { 716 rtc_test("bwe_simulator") {
(...skipping 22 matching lines...) Expand all
742 "../test:test_common", 739 "../test:test_common",
743 "../test:test_support_main", 740 "../test:test_support_main",
744 "remote_bitrate_estimator:bwe_simulator_lib", 741 "remote_bitrate_estimator:bwe_simulator_lib",
745 "video_capture", 742 "video_capture",
746 "//testing/gmock", 743 "//testing/gmock",
747 "//testing/gtest", 744 "//testing/gtest",
748 "//third_party/gflags", 745 "//third_party/gflags",
749 ] 746 ]
750 } 747 }
751 } 748 }
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