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

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

Issue 2717083002: Enable GN check for webrtc/base (Closed)
Patch Set: Rebased Created 3 years, 8 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 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 "../../media:media", 269 "../../media:media",
270 ] 270 ]
271 } 271 }
272 272
273 webrtc_fuzzer_test("neteq_rtp_fuzzer") { 273 webrtc_fuzzer_test("neteq_rtp_fuzzer") {
274 sources = [ 274 sources = [
275 "neteq_rtp_fuzzer.cc", 275 "neteq_rtp_fuzzer.cc",
276 ] 276 ]
277 deps = [ 277 deps = [
278 "../../base:rtc_base_approved", 278 "../../base:rtc_base_approved",
279 "../../base:rtc_base_tests_utils",
279 "../../modules/audio_coding:neteq", 280 "../../modules/audio_coding:neteq",
280 "../../modules/audio_coding:neteq_test_minimal", 281 "../../modules/audio_coding:neteq_test_minimal",
281 "../../modules/audio_coding:neteq_unittest_tools", 282 "../../modules/audio_coding:neteq_unittest_tools",
282 "../../modules/audio_coding:pcm16b", 283 "../../modules/audio_coding:pcm16b",
283 "../../modules/rtp_rtcp", 284 "../../modules/rtp_rtcp",
284 ] 285 ]
285 } 286 }
286 287
287 webrtc_fuzzer_test("sdp_parser_fuzzer") { 288 webrtc_fuzzer_test("sdp_parser_fuzzer") {
288 sources = [ 289 sources = [
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 webrtc_fuzzer_test("transport_feedback_packet_loss_tracker_fuzzer") { 330 webrtc_fuzzer_test("transport_feedback_packet_loss_tracker_fuzzer") {
330 sources = [ 331 sources = [
331 "transport_feedback_packet_loss_tracker_fuzzer.cc", 332 "transport_feedback_packet_loss_tracker_fuzzer.cc",
332 ] 333 ]
333 deps = [ 334 deps = [
334 "../../base:rtc_base_approved", 335 "../../base:rtc_base_approved",
335 "../../modules/rtp_rtcp", 336 "../../modules/rtp_rtcp",
336 "../../voice_engine", 337 "../../voice_engine",
337 ] 338 ]
338 } 339 }
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