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

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

Issue 2315633002: Setting up an RTP input fuzzer for NetEq (Closed)
Patch Set: After review Created 4 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 | « no previous file | webrtc/modules/audio_coding/neteq/neteq.gypi » ('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/webrtc.gni") 9 import("../../build/webrtc.gni")
10 import("audio_coding.gni") 10 import("audio_coding.gni")
(...skipping 1082 matching lines...) Expand 10 before | Expand all | Expand 10 after
1093 rtc_source_set("neteq_unittest_tools") { 1093 rtc_source_set("neteq_unittest_tools") {
1094 testonly = true 1094 testonly = true
1095 sources = [ 1095 sources = [
1096 "neteq/tools/audio_checksum.h", 1096 "neteq/tools/audio_checksum.h",
1097 "neteq/tools/audio_loop.cc", 1097 "neteq/tools/audio_loop.cc",
1098 "neteq/tools/audio_loop.h", 1098 "neteq/tools/audio_loop.h",
1099 "neteq/tools/audio_sink.cc", 1099 "neteq/tools/audio_sink.cc",
1100 "neteq/tools/audio_sink.h", 1100 "neteq/tools/audio_sink.h",
1101 "neteq/tools/constant_pcm_packet_source.cc", 1101 "neteq/tools/constant_pcm_packet_source.cc",
1102 "neteq/tools/constant_pcm_packet_source.h", 1102 "neteq/tools/constant_pcm_packet_source.h",
1103 "neteq/tools/encode_neteq_input.cc",
1104 "neteq/tools/encode_neteq_input.h",
1103 "neteq/tools/fake_decode_from_file.cc", 1105 "neteq/tools/fake_decode_from_file.cc",
1104 "neteq/tools/fake_decode_from_file.h", 1106 "neteq/tools/fake_decode_from_file.h",
1105 "neteq/tools/input_audio_file.cc", 1107 "neteq/tools/input_audio_file.cc",
1106 "neteq/tools/input_audio_file.h", 1108 "neteq/tools/input_audio_file.h",
1107 "neteq/tools/neteq_input.h", 1109 "neteq/tools/neteq_input.h",
1108 "neteq/tools/neteq_packet_source_input.cc", 1110 "neteq/tools/neteq_packet_source_input.cc",
1109 "neteq/tools/neteq_packet_source_input.h", 1111 "neteq/tools/neteq_packet_source_input.h",
1110 "neteq/tools/neteq_replacement_input.cc", 1112 "neteq/tools/neteq_replacement_input.cc",
1111 "neteq/tools/neteq_replacement_input.h", 1113 "neteq/tools/neteq_replacement_input.h",
1112 "neteq/tools/neteq_test.cc", 1114 "neteq/tools/neteq_test.cc",
(...skipping 436 matching lines...) Expand 10 before | Expand all | Expand 10 after
1549 "//testing/gtest", 1551 "//testing/gtest",
1550 ] 1552 ]
1551 1553
1552 if (is_clang) { 1554 if (is_clang) {
1553 # Suppress warnings from Chrome's Clang plugins. 1555 # Suppress warnings from Chrome's Clang plugins.
1554 # See http://code.google.com/p/webrtc/issues/detail?id=163 for details. 1556 # See http://code.google.com/p/webrtc/issues/detail?id=163 for details.
1555 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ] 1557 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
1556 } 1558 }
1557 } 1559 }
1558 } 1560 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/modules/audio_coding/neteq/neteq.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698