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

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

Issue 2911193002: Implement timing frames. (Closed)
Patch Set: Implement Holmer@ comments Created 3 years, 6 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) 2014 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2014 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("../../webrtc.gni") 9 import("../../webrtc.gni")
10 10
(...skipping 495 matching lines...) Expand 10 before | Expand all | Expand 10 after
506 "codecs/test/packet_manipulator_unittest.cc", 506 "codecs/test/packet_manipulator_unittest.cc",
507 "codecs/test/stats_unittest.cc", 507 "codecs/test/stats_unittest.cc",
508 "codecs/test/videoprocessor_unittest.cc", 508 "codecs/test/videoprocessor_unittest.cc",
509 "codecs/vp8/default_temporal_layers_unittest.cc", 509 "codecs/vp8/default_temporal_layers_unittest.cc",
510 "codecs/vp8/screenshare_layers_unittest.cc", 510 "codecs/vp8/screenshare_layers_unittest.cc",
511 "codecs/vp8/simulcast_encoder_adapter_unittest.cc", 511 "codecs/vp8/simulcast_encoder_adapter_unittest.cc",
512 "codecs/vp8/simulcast_unittest.cc", 512 "codecs/vp8/simulcast_unittest.cc",
513 "codecs/vp8/simulcast_unittest.h", 513 "codecs/vp8/simulcast_unittest.h",
514 "decoding_state_unittest.cc", 514 "decoding_state_unittest.cc",
515 "frame_buffer2_unittest.cc", 515 "frame_buffer2_unittest.cc",
516 "generic_encoder_unittest.cc",
516 "h264_sprop_parameter_sets_unittest.cc", 517 "h264_sprop_parameter_sets_unittest.cc",
517 "h264_sps_pps_tracker_unittest.cc", 518 "h264_sps_pps_tracker_unittest.cc",
518 "histogram_unittest.cc", 519 "histogram_unittest.cc",
519 "include/mock/mock_vcm_callbacks.h", 520 "include/mock/mock_vcm_callbacks.h",
520 "jitter_buffer_unittest.cc", 521 "jitter_buffer_unittest.cc",
521 "jitter_estimator_tests.cc", 522 "jitter_estimator_tests.cc",
522 "nack_module_unittest.cc", 523 "nack_module_unittest.cc",
523 "protection_bitrate_calculator_unittest.cc", 524 "protection_bitrate_calculator_unittest.cc",
524 "receiver_unittest.cc", 525 "receiver_unittest.cc",
525 "rtp_frame_reference_finder_unittest.cc", 526 "rtp_frame_reference_finder_unittest.cc",
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
580 } 581 }
581 582
582 # TODO(jschuh): bugs.webrtc.org/1348: fix this warning. 583 # TODO(jschuh): bugs.webrtc.org/1348: fix this warning.
583 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] 584 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
584 if (!build_with_chromium && is_clang) { 585 if (!build_with_chromium && is_clang) {
585 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163). 586 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163).
586 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ] 587 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
587 } 588 }
588 } 589 }
589 } 590 }
OLDNEW
« no previous file with comments | « webrtc/modules/rtp_rtcp/source/rtp_utility.cc ('k') | webrtc/modules/video_coding/codec_database.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698