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

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

Issue 2529063002: Templatize percentile_filter.h and move it to base/analytics. (Closed)
Patch Set: Move last patch set to a separate CL. Created 4 years 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 484 matching lines...) Expand 10 before | Expand all | Expand 10 after
495 "video_coding/codecs/vp8/simulcast_unittest.cc", 495 "video_coding/codecs/vp8/simulcast_unittest.cc",
496 "video_coding/codecs/vp8/simulcast_unittest.h", 496 "video_coding/codecs/vp8/simulcast_unittest.h",
497 "video_coding/decoding_state_unittest.cc", 497 "video_coding/decoding_state_unittest.cc",
498 "video_coding/frame_buffer2_unittest.cc", 498 "video_coding/frame_buffer2_unittest.cc",
499 "video_coding/h264_sps_pps_tracker_unittest.cc", 499 "video_coding/h264_sps_pps_tracker_unittest.cc",
500 "video_coding/histogram_unittest.cc", 500 "video_coding/histogram_unittest.cc",
501 "video_coding/include/mock/mock_vcm_callbacks.h", 501 "video_coding/include/mock/mock_vcm_callbacks.h",
502 "video_coding/jitter_buffer_unittest.cc", 502 "video_coding/jitter_buffer_unittest.cc",
503 "video_coding/jitter_estimator_tests.cc", 503 "video_coding/jitter_estimator_tests.cc",
504 "video_coding/nack_module_unittest.cc", 504 "video_coding/nack_module_unittest.cc",
505 "video_coding/percentile_filter_unittest.cc",
506 "video_coding/protection_bitrate_calculator_unittest.cc", 505 "video_coding/protection_bitrate_calculator_unittest.cc",
507 "video_coding/receiver_unittest.cc", 506 "video_coding/receiver_unittest.cc",
508 "video_coding/rtp_frame_reference_finder_unittest.cc", 507 "video_coding/rtp_frame_reference_finder_unittest.cc",
509 "video_coding/sequence_number_util_unittest.cc", 508 "video_coding/sequence_number_util_unittest.cc",
510 "video_coding/session_info_unittest.cc", 509 "video_coding/session_info_unittest.cc",
511 "video_coding/test/stream_generator.cc", 510 "video_coding/test/stream_generator.cc",
512 "video_coding/test/stream_generator.h", 511 "video_coding/test/stream_generator.h",
513 "video_coding/timing_unittest.cc", 512 "video_coding/timing_unittest.cc",
514 "video_coding/utility/default_video_bitrate_allocator_unittest.cc", 513 "video_coding/utility/default_video_bitrate_allocator_unittest.cc",
515 "video_coding/utility/frame_dropper_unittest.cc", 514 "video_coding/utility/frame_dropper_unittest.cc",
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
750 "../test:test_common", 749 "../test:test_common",
751 "../test:test_support_main", 750 "../test:test_support_main",
752 "remote_bitrate_estimator:bwe_simulator_lib", 751 "remote_bitrate_estimator:bwe_simulator_lib",
753 "video_capture", 752 "video_capture",
754 "//testing/gmock", 753 "//testing/gmock",
755 "//testing/gtest", 754 "//testing/gtest",
756 "//third_party/gflags", 755 "//third_party/gflags",
757 ] 756 ]
758 } 757 }
759 } 758 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698