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

Side by Side Diff: webrtc/test/fuzzers/BUILD.gn

Issue 2193763002: Reland: Add BWE plot to event log analyzer. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fix lib fuzzer. Created 4 years, 4 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
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("//build/config/features.gni") 9 import("//build/config/features.gni")
10 import("//build_overrides/webrtc.gni") 10 import("//build_overrides/webrtc.gni")
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 deps = [ 107 deps = [
108 "../../modules/rtp_rtcp/", 108 "../../modules/rtp_rtcp/",
109 ] 109 ]
110 } 110 }
111 111
112 webrtc_fuzzer_test("congestion_controller_feedback_fuzzer") { 112 webrtc_fuzzer_test("congestion_controller_feedback_fuzzer") {
113 sources = [ 113 sources = [
114 "congestion_controller_feedback_fuzzer.cc", 114 "congestion_controller_feedback_fuzzer.cc",
115 ] 115 ]
116 deps = [ 116 deps = [
117 "../../:rtc_event_log",
117 "../../modules/congestion_controller/", 118 "../../modules/congestion_controller/",
118 ] 119 ]
119 } 120 }
120 121
121 source_set("audio_decoder_fuzzer") { 122 source_set("audio_decoder_fuzzer") {
122 public_configs = [ "../..:common_inherited_config" ] 123 public_configs = [ "../..:common_inherited_config" ]
123 sources = [ 124 sources = [
124 "audio_decoder_fuzzer.cc", 125 "audio_decoder_fuzzer.cc",
125 "audio_decoder_fuzzer.h", 126 "audio_decoder_fuzzer.h",
126 ] 127 ]
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 234
234 webrtc_fuzzer_test("pseudotcp_parser_fuzzer") { 235 webrtc_fuzzer_test("pseudotcp_parser_fuzzer") {
235 sources = [ 236 sources = [
236 "pseudotcp_parser_fuzzer.cc", 237 "pseudotcp_parser_fuzzer.cc",
237 ] 238 ]
238 deps = [ 239 deps = [
239 "../../p2p:rtc_p2p", 240 "../../p2p:rtc_p2p",
240 ] 241 ]
241 } 242 }
242 } 243 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698