| OLD | NEW |
| 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 479 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 490 "video_coding/codecs/test/stats_unittest.cc", | 490 "video_coding/codecs/test/stats_unittest.cc", |
| 491 "video_coding/codecs/test/videoprocessor_unittest.cc", | 491 "video_coding/codecs/test/videoprocessor_unittest.cc", |
| 492 "video_coding/codecs/vp8/default_temporal_layers_unittest.cc", | 492 "video_coding/codecs/vp8/default_temporal_layers_unittest.cc", |
| 493 "video_coding/codecs/vp8/reference_picture_selection_unittest.cc", | 493 "video_coding/codecs/vp8/reference_picture_selection_unittest.cc", |
| 494 "video_coding/codecs/vp8/screenshare_layers_unittest.cc", | 494 "video_coding/codecs/vp8/screenshare_layers_unittest.cc", |
| 495 "video_coding/codecs/vp8/simulcast_encoder_adapter_unittest.cc", | 495 "video_coding/codecs/vp8/simulcast_encoder_adapter_unittest.cc", |
| 496 "video_coding/codecs/vp8/simulcast_unittest.cc", | 496 "video_coding/codecs/vp8/simulcast_unittest.cc", |
| 497 "video_coding/codecs/vp8/simulcast_unittest.h", | 497 "video_coding/codecs/vp8/simulcast_unittest.h", |
| 498 "video_coding/decoding_state_unittest.cc", | 498 "video_coding/decoding_state_unittest.cc", |
| 499 "video_coding/frame_buffer2_unittest.cc", | 499 "video_coding/frame_buffer2_unittest.cc", |
| 500 "video_coding/h264_sprop_parameter_sets_unittest.cc", |
| 500 "video_coding/h264_sps_pps_tracker_unittest.cc", | 501 "video_coding/h264_sps_pps_tracker_unittest.cc", |
| 501 "video_coding/histogram_unittest.cc", | 502 "video_coding/histogram_unittest.cc", |
| 502 "video_coding/include/mock/mock_vcm_callbacks.h", | 503 "video_coding/include/mock/mock_vcm_callbacks.h", |
| 503 "video_coding/jitter_buffer_unittest.cc", | 504 "video_coding/jitter_buffer_unittest.cc", |
| 504 "video_coding/jitter_estimator_tests.cc", | 505 "video_coding/jitter_estimator_tests.cc", |
| 505 "video_coding/nack_module_unittest.cc", | 506 "video_coding/nack_module_unittest.cc", |
| 506 "video_coding/protection_bitrate_calculator_unittest.cc", | 507 "video_coding/protection_bitrate_calculator_unittest.cc", |
| 507 "video_coding/receiver_unittest.cc", | 508 "video_coding/receiver_unittest.cc", |
| 508 "video_coding/rtp_frame_reference_finder_unittest.cc", | 509 "video_coding/rtp_frame_reference_finder_unittest.cc", |
| 509 "video_coding/sequence_number_util_unittest.cc", | 510 "video_coding/sequence_number_util_unittest.cc", |
| (...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 749 "../test:test_common", | 750 "../test:test_common", |
| 750 "../test:test_main", | 751 "../test:test_main", |
| 751 "remote_bitrate_estimator:bwe_simulator_lib", | 752 "remote_bitrate_estimator:bwe_simulator_lib", |
| 752 "video_capture", | 753 "video_capture", |
| 753 "//testing/gmock", | 754 "//testing/gmock", |
| 754 "//testing/gtest", | 755 "//testing/gtest", |
| 755 "//third_party/gflags", | 756 "//third_party/gflags", |
| 756 ] | 757 ] |
| 757 } | 758 } |
| 758 } | 759 } |
| OLD | NEW |