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

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

Issue 2840453004: Reland of Enable GN check for webrtc/base (Closed)
Patch Set: Rebasing again 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
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 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 deps = [ 250 deps = [
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 "../../base:rtc_base_approved",
261 "../../modules/audio_coding:neteq_test_minimal", 261 "../../modules/audio_coding:neteq_test_minimal",
262 "../../modules/audio_coding:neteq_unittest_tools",
262 "../../modules/audio_coding:pcm16b", 263 "../../modules/audio_coding:pcm16b",
263 "../../modules/rtp_rtcp", 264 "../../modules/rtp_rtcp",
264 ] 265 ]
265 } 266 }
266 267
267 webrtc_fuzzer_test("sdp_parser_fuzzer") { 268 webrtc_fuzzer_test("sdp_parser_fuzzer") {
268 sources = [ 269 sources = [
269 "sdp_parser_fuzzer.cc", 270 "sdp_parser_fuzzer.cc",
270 ] 271 ]
271 deps = [ 272 deps = [
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 308
308 webrtc_fuzzer_test("transport_feedback_packet_loss_tracker_fuzzer") { 309 webrtc_fuzzer_test("transport_feedback_packet_loss_tracker_fuzzer") {
309 sources = [ 310 sources = [
310 "transport_feedback_packet_loss_tracker_fuzzer.cc", 311 "transport_feedback_packet_loss_tracker_fuzzer.cc",
311 ] 312 ]
312 deps = [ 313 deps = [
313 "../../modules/rtp_rtcp", 314 "../../modules/rtp_rtcp",
314 "../../voice_engine", 315 "../../voice_engine",
315 ] 316 ]
316 } 317 }
OLDNEW
« no previous file with comments | « webrtc/system_wrappers/source/stringize_macros_unittest.cc ('k') | webrtc/voice_engine/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698