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

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

Issue 1555683002: [Draft] RTCP Parser sketched. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: fix RtcpParser* tests Created 4 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/modules/rtp_rtcp/source/rtcp_packet/bye.h » ('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 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 "rtp_rtcp/source/rtp_format_vp8_test_helper.cc", 290 "rtp_rtcp/source/rtp_format_vp8_test_helper.cc",
291 "rtp_rtcp/source/rtp_format_vp8_test_helper.h", 291 "rtp_rtcp/source/rtp_format_vp8_test_helper.h",
292 "rtp_rtcp/source/rtp_format_vp8_unittest.cc", 292 "rtp_rtcp/source/rtp_format_vp8_unittest.cc",
293 "rtp_rtcp/source/rtp_format_vp9_unittest.cc", 293 "rtp_rtcp/source/rtp_format_vp9_unittest.cc",
294 "rtp_rtcp/source/rtp_header_extension_unittest.cc", 294 "rtp_rtcp/source/rtp_header_extension_unittest.cc",
295 "rtp_rtcp/source/rtp_packet_history_unittest.cc", 295 "rtp_rtcp/source/rtp_packet_history_unittest.cc",
296 "rtp_rtcp/source/rtp_packet_unittest.cc", 296 "rtp_rtcp/source/rtp_packet_unittest.cc",
297 "rtp_rtcp/source/rtp_payload_registry_unittest.cc", 297 "rtp_rtcp/source/rtp_payload_registry_unittest.cc",
298 "rtp_rtcp/source/rtp_rtcp_impl_unittest.cc", 298 "rtp_rtcp/source/rtp_rtcp_impl_unittest.cc",
299 "rtp_rtcp/source/rtp_sender_unittest.cc", 299 "rtp_rtcp/source/rtp_sender_unittest.cc",
300 "rtp_rtcp/source/sample_parser_unittest1.cc",
301 "rtp_rtcp/source/sample_parser_unittest2.cc",
302 "rtp_rtcp/source/sample_parser_unittest4.cc",
300 "rtp_rtcp/source/time_util_unittest.cc", 303 "rtp_rtcp/source/time_util_unittest.cc",
301 "rtp_rtcp/source/vp8_partition_aggregator_unittest.cc", 304 "rtp_rtcp/source/vp8_partition_aggregator_unittest.cc",
302 "rtp_rtcp/test/testAPI/test_api.cc", 305 "rtp_rtcp/test/testAPI/test_api.cc",
303 "rtp_rtcp/test/testAPI/test_api.h", 306 "rtp_rtcp/test/testAPI/test_api.h",
304 "rtp_rtcp/test/testAPI/test_api_audio.cc", 307 "rtp_rtcp/test/testAPI/test_api_audio.cc",
305 "rtp_rtcp/test/testAPI/test_api_rtcp.cc", 308 "rtp_rtcp/test/testAPI/test_api_rtcp.cc",
306 "rtp_rtcp/test/testAPI/test_api_video.cc", 309 "rtp_rtcp/test/testAPI/test_api_video.cc",
307 "utility/source/audio_frame_operations_unittest.cc", 310 "utility/source/audio_frame_operations_unittest.cc",
308 "utility/source/file_player_unittests.cc", 311 "utility/source/file_player_unittests.cc",
309 "utility/source/process_thread_impl_unittest.cc", 312 "utility/source/process_thread_impl_unittest.cc",
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
412 } 415 }
413 416
414 if (rtc_build_libvpx) { 417 if (rtc_build_libvpx) {
415 deps += [ rtc_libvpx_dir ] 418 deps += [ rtc_libvpx_dir ]
416 } 419 }
417 420
418 configs += [ "..:common_config" ] 421 configs += [ "..:common_config" ]
419 public_configs = [ "..:common_inherited_config" ] 422 public_configs = [ "..:common_inherited_config" ]
420 423
421 # TODO(jschuh): bugs.webrtc.org/1348: fix this warning. 424 # TODO(jschuh): bugs.webrtc.org/1348: fix this warning.
422 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
423 425
424 if (is_clang) { 426 if (is_clang) {
425 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163). 427 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163).
426 configs -= [ "//build/config/clang:find_bad_constructs" ] 428 configs -= [ "//build/config/clang:find_bad_constructs" ]
427 } 429 }
428 430
429 if (is_win) { 431 if (is_win) {
430 cflags = [ 432 cflags = [
431 # TODO(kjellander): bugs.webrtc.org/261: Fix this warning. 433 # TODO(kjellander): bugs.webrtc.org/261: Fix this warning.
432 "/wd4373", # virtual function override. 434 "/wd4373", # virtual function override.
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
615 "audio_device/ios/objc/RTCAudioSessionTest.mm", 617 "audio_device/ios/objc/RTCAudioSessionTest.mm",
616 "video_coding/codecs/h264/h264_video_toolbox_nalu_unittest.cc", 618 "video_coding/codecs/h264/h264_video_toolbox_nalu_unittest.cc",
617 ] 619 ]
618 620
619 ldflags = [ "-ObjC" ] 621 ldflags = [ "-ObjC" ]
620 622
621 # TODO(kjellander): Mac bundle files. 623 # TODO(kjellander): Mac bundle files.
622 } 624 }
623 } 625 }
624 } 626 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/modules/rtp_rtcp/source/rtcp_packet/bye.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698