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

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

Issue 2995143002: Report max interframe delay over window insdead of interframe delay sum (Closed)
Patch Set: Implement more Kwiberg@ comments Created 3 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
« no previous file with comments | « webrtc/pc/statscollector.cc ('k') | webrtc/rtc_base/moving_max_counter.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) 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("//build/config/crypto.gni") 9 import("//build/config/crypto.gni")
10 import("//build/config/ui.gni") 10 import("//build/config/ui.gni")
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 "file.cc", 128 "file.cc",
129 "file.h", 129 "file.h",
130 "flags.cc", 130 "flags.cc",
131 "flags.h", 131 "flags.h",
132 "format_macros.h", 132 "format_macros.h",
133 "function_view.h", 133 "function_view.h",
134 "ignore_wundef.h", 134 "ignore_wundef.h",
135 "location.cc", 135 "location.cc",
136 "location.h", 136 "location.h",
137 "mod_ops.h", 137 "mod_ops.h",
138 "moving_max_counter.h",
138 "onetimeevent.h", 139 "onetimeevent.h",
139 "optional.cc", 140 "optional.cc",
140 "optional.h", 141 "optional.h",
141 "pathutils.cc", 142 "pathutils.cc",
142 "pathutils.h", 143 "pathutils.h",
143 "platform_file.cc", 144 "platform_file.cc",
144 "platform_file.h", 145 "platform_file.h",
145 "platform_thread.cc", 146 "platform_thread.cc",
146 "platform_thread.h", 147 "platform_thread.h",
147 "platform_thread_types.h", 148 "platform_thread_types.h",
(...skipping 669 matching lines...) Expand 10 before | Expand all | Expand 10 after
817 "byteorder_unittest.cc", 818 "byteorder_unittest.cc",
818 "copyonwritebuffer_unittest.cc", 819 "copyonwritebuffer_unittest.cc",
819 "criticalsection_unittest.cc", 820 "criticalsection_unittest.cc",
820 "event_tracer_unittest.cc", 821 "event_tracer_unittest.cc",
821 "event_unittest.cc", 822 "event_unittest.cc",
822 "file_unittest.cc", 823 "file_unittest.cc",
823 "function_view_unittest.cc", 824 "function_view_unittest.cc",
824 "logging_unittest.cc", 825 "logging_unittest.cc",
825 "md5digest_unittest.cc", 826 "md5digest_unittest.cc",
826 "mod_ops_unittest.cc", 827 "mod_ops_unittest.cc",
828 "moving_max_counter_unittest.cc",
827 "onetimeevent_unittest.cc", 829 "onetimeevent_unittest.cc",
828 "optional_unittest.cc", 830 "optional_unittest.cc",
829 "pathutils_unittest.cc", 831 "pathutils_unittest.cc",
830 "platform_thread_unittest.cc", 832 "platform_thread_unittest.cc",
831 "random_unittest.cc", 833 "random_unittest.cc",
832 "rate_limiter_unittest.cc", 834 "rate_limiter_unittest.cc",
833 "rate_statistics_unittest.cc", 835 "rate_statistics_unittest.cc",
834 "ratetracker_unittest.cc", 836 "ratetracker_unittest.cc",
835 "refcountedobject_unittest.cc", 837 "refcountedobject_unittest.cc",
836 "safe_compare_unittest.cc", 838 "safe_compare_unittest.cc",
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
1031 if (is_android) { 1033 if (is_android) {
1032 android_library("base_java") { 1034 android_library("base_java") {
1033 java_files = [ 1035 java_files = [
1034 "java/src/org/webrtc/ContextUtils.java", 1036 "java/src/org/webrtc/ContextUtils.java",
1035 "java/src/org/webrtc/Logging.java", 1037 "java/src/org/webrtc/Logging.java",
1036 "java/src/org/webrtc/Size.java", 1038 "java/src/org/webrtc/Size.java",
1037 "java/src/org/webrtc/ThreadUtils.java", 1039 "java/src/org/webrtc/ThreadUtils.java",
1038 ] 1040 ]
1039 } 1041 }
1040 } 1042 }
OLDNEW
« no previous file with comments | « webrtc/pc/statscollector.cc ('k') | webrtc/rtc_base/moving_max_counter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698