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

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

Issue 2876423002: Add NetEq delay plotting to event_log_visualizer (Closed)
Patch Set: Take care of missing LOG_END events 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
« no previous file with comments | « no previous file | webrtc/modules/audio_coding/neteq/tools/neteq_delay_analyzer.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("../../webrtc.gni") 9 import("../../webrtc.gni")
10 import("audio_coding.gni") 10 import("audio_coding.gni")
(...skipping 1143 matching lines...) Expand 10 before | Expand all | Expand 10 after
1154 config("neteq_tools_config") { 1154 config("neteq_tools_config") {
1155 include_dirs = [ "tools" ] 1155 include_dirs = [ "tools" ]
1156 } 1156 }
1157 1157
1158 rtc_source_set("neteq_tools") { 1158 rtc_source_set("neteq_tools") {
1159 sources = [ 1159 sources = [
1160 "neteq/tools/fake_decode_from_file.cc", 1160 "neteq/tools/fake_decode_from_file.cc",
1161 "neteq/tools/fake_decode_from_file.h", 1161 "neteq/tools/fake_decode_from_file.h",
1162 "neteq/tools/input_audio_file.cc", 1162 "neteq/tools/input_audio_file.cc",
1163 "neteq/tools/input_audio_file.h", 1163 "neteq/tools/input_audio_file.h",
1164 "neteq/tools/neteq_delay_analyzer.cc",
1165 "neteq/tools/neteq_delay_analyzer.h",
1164 "neteq/tools/neteq_replacement_input.cc", 1166 "neteq/tools/neteq_replacement_input.cc",
1165 "neteq/tools/neteq_replacement_input.h", 1167 "neteq/tools/neteq_replacement_input.h",
1166 "neteq/tools/resample_input_audio_file.cc", 1168 "neteq/tools/resample_input_audio_file.cc",
1167 "neteq/tools/resample_input_audio_file.h", 1169 "neteq/tools/resample_input_audio_file.h",
1168 ] 1170 ]
1169 1171
1170 public_configs = [ ":neteq_tools_config" ] 1172 public_configs = [ ":neteq_tools_config" ]
1171 1173
1172 if (!build_with_chromium && is_clang) { 1174 if (!build_with_chromium && is_clang) {
1173 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163). 1175 # Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163).
(...skipping 1061 matching lines...) Expand 10 before | Expand all | Expand 10 after
2235 # webrtc/api/audio_codecs:builtin_audio_decoder_factory instead. 2237 # webrtc/api/audio_codecs:builtin_audio_decoder_factory instead.
2236 # TODO(ossu): Remove this. 2238 # TODO(ossu): Remove this.
2237 rtc_source_set("builtin_audio_encoder_factory") { 2239 rtc_source_set("builtin_audio_encoder_factory") {
2238 sources = [ 2240 sources = [
2239 "codecs/builtin_audio_encoder_factory.h", 2241 "codecs/builtin_audio_encoder_factory.h",
2240 ] 2242 ]
2241 deps = [ 2243 deps = [
2242 "../../api/audio_codecs:builtin_audio_encoder_factory", 2244 "../../api/audio_codecs:builtin_audio_encoder_factory",
2243 ] 2245 ]
2244 } 2246 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/modules/audio_coding/neteq/tools/neteq_delay_analyzer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698