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

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

Issue 2260803002: Generalize FEC header formatting. (pt. 4) (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Add protected_ssrc. Created 4 years, 3 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
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 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
292 "rtp_rtcp/source/rtp_format_vp8_test_helper.h", 292 "rtp_rtcp/source/rtp_format_vp8_test_helper.h",
293 "rtp_rtcp/source/rtp_format_vp8_unittest.cc", 293 "rtp_rtcp/source/rtp_format_vp8_unittest.cc",
294 "rtp_rtcp/source/rtp_format_vp9_unittest.cc", 294 "rtp_rtcp/source/rtp_format_vp9_unittest.cc",
295 "rtp_rtcp/source/rtp_header_extension_unittest.cc", 295 "rtp_rtcp/source/rtp_header_extension_unittest.cc",
296 "rtp_rtcp/source/rtp_packet_history_unittest.cc", 296 "rtp_rtcp/source/rtp_packet_history_unittest.cc",
297 "rtp_rtcp/source/rtp_packet_unittest.cc", 297 "rtp_rtcp/source/rtp_packet_unittest.cc",
298 "rtp_rtcp/source/rtp_payload_registry_unittest.cc", 298 "rtp_rtcp/source/rtp_payload_registry_unittest.cc",
299 "rtp_rtcp/source/rtp_rtcp_impl_unittest.cc", 299 "rtp_rtcp/source/rtp_rtcp_impl_unittest.cc",
300 "rtp_rtcp/source/rtp_sender_unittest.cc", 300 "rtp_rtcp/source/rtp_sender_unittest.cc",
301 "rtp_rtcp/source/time_util_unittest.cc", 301 "rtp_rtcp/source/time_util_unittest.cc",
302 "rtp_rtcp/source/ulpfec_header_reader_writer_unittest.cc",
302 "rtp_rtcp/source/vp8_partition_aggregator_unittest.cc", 303 "rtp_rtcp/source/vp8_partition_aggregator_unittest.cc",
303 "rtp_rtcp/test/testAPI/test_api.cc", 304 "rtp_rtcp/test/testAPI/test_api.cc",
304 "rtp_rtcp/test/testAPI/test_api.h", 305 "rtp_rtcp/test/testAPI/test_api.h",
305 "rtp_rtcp/test/testAPI/test_api_audio.cc", 306 "rtp_rtcp/test/testAPI/test_api_audio.cc",
306 "rtp_rtcp/test/testAPI/test_api_rtcp.cc", 307 "rtp_rtcp/test/testAPI/test_api_rtcp.cc",
307 "rtp_rtcp/test/testAPI/test_api_video.cc", 308 "rtp_rtcp/test/testAPI/test_api_video.cc",
308 "utility/source/audio_frame_operations_unittest.cc", 309 "utility/source/audio_frame_operations_unittest.cc",
309 "utility/source/file_player_unittests.cc", 310 "utility/source/file_player_unittests.cc",
310 "utility/source/process_thread_impl_unittest.cc", 311 "utility/source/process_thread_impl_unittest.cc",
311 "video_coding/codecs/test/packet_manipulator_unittest.cc", 312 "video_coding/codecs/test/packet_manipulator_unittest.cc",
(...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after
633 "audio_device/ios/objc/RTCAudioSessionTest.mm", 634 "audio_device/ios/objc/RTCAudioSessionTest.mm",
634 "video_coding/codecs/h264/h264_video_toolbox_nalu_unittest.cc", 635 "video_coding/codecs/h264/h264_video_toolbox_nalu_unittest.cc",
635 ] 636 ]
636 637
637 ldflags = [ "-ObjC" ] 638 ldflags = [ "-ObjC" ]
638 639
639 # TODO(kjellander): Mac bundle files. 640 # TODO(kjellander): Mac bundle files.
640 } 641 }
641 } 642 }
642 } 643 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/modules/modules.gyp » ('j') | webrtc/modules/rtp_rtcp/source/ulpfec_header_reader_writer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698