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/test/fuzzers/BUILD.gn

Issue 2845013003: NetEq tests: BUILD target reorg (Closed)
Patch Set: Fixing win compile errors Created 3 years, 7 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/modules/audio_processing/BUILD.gn ('k') | no next file » | 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) 2015 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2015 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("//build/config/features.gni") 10 import("//build/config/features.gni")
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 "../../media:media", 251 "../../media:media",
252 ] 252 ]
253 } 253 }
254 254
255 webrtc_fuzzer_test("neteq_rtp_fuzzer") { 255 webrtc_fuzzer_test("neteq_rtp_fuzzer") {
256 sources = [ 256 sources = [
257 "neteq_rtp_fuzzer.cc", 257 "neteq_rtp_fuzzer.cc",
258 ] 258 ]
259 deps = [ 259 deps = [
260 "../../modules/audio_coding:neteq", 260 "../../modules/audio_coding:neteq",
261 "../../modules/audio_coding:neteq_test_minimal", 261 "../../modules/audio_coding:neteq_tools_minimal",
262 "../../modules/audio_coding:pcm16b", 262 "../../modules/audio_coding:pcm16b",
263 "../../modules/rtp_rtcp", 263 "../../modules/rtp_rtcp",
264 ] 264 ]
265 } 265 }
266 266
267 webrtc_fuzzer_test("sdp_parser_fuzzer") { 267 webrtc_fuzzer_test("sdp_parser_fuzzer") {
268 sources = [ 268 sources = [
269 "sdp_parser_fuzzer.cc", 269 "sdp_parser_fuzzer.cc",
270 ] 270 ]
271 deps = [ 271 deps = [
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 307
308 webrtc_fuzzer_test("transport_feedback_packet_loss_tracker_fuzzer") { 308 webrtc_fuzzer_test("transport_feedback_packet_loss_tracker_fuzzer") {
309 sources = [ 309 sources = [
310 "transport_feedback_packet_loss_tracker_fuzzer.cc", 310 "transport_feedback_packet_loss_tracker_fuzzer.cc",
311 ] 311 ]
312 deps = [ 312 deps = [
313 "../../modules/rtp_rtcp", 313 "../../modules/rtp_rtcp",
314 "../../voice_engine", 314 "../../voice_engine",
315 ] 315 ]
316 } 316 }
OLDNEW
« no previous file with comments | « webrtc/modules/audio_processing/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698