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

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

Issue 2838683002: Revert of Enable GN check for webrtc/base (Closed)
Patch Set: Revert "removing .gn changes to test chromium trybots" 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 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",
280 "../../modules/audio_coding:neteq", 279 "../../modules/audio_coding:neteq",
281 "../../modules/audio_coding:neteq_test_minimal", 280 "../../modules/audio_coding:neteq_test_minimal",
282 "../../modules/audio_coding:neteq_unittest_tools", 281 "../../modules/audio_coding:neteq_unittest_tools",
283 "../../modules/audio_coding:pcm16b", 282 "../../modules/audio_coding:pcm16b",
284 "../../modules/rtp_rtcp", 283 "../../modules/rtp_rtcp",
285 ] 284 ]
286 } 285 }
287 286
288 webrtc_fuzzer_test("sdp_parser_fuzzer") { 287 webrtc_fuzzer_test("sdp_parser_fuzzer") {
289 sources = [ 288 sources = [
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 webrtc_fuzzer_test("transport_feedback_packet_loss_tracker_fuzzer") { 329 webrtc_fuzzer_test("transport_feedback_packet_loss_tracker_fuzzer") {
331 sources = [ 330 sources = [
332 "transport_feedback_packet_loss_tracker_fuzzer.cc", 331 "transport_feedback_packet_loss_tracker_fuzzer.cc",
333 ] 332 ]
334 deps = [ 333 deps = [
335 "../../base:rtc_base_approved", 334 "../../base:rtc_base_approved",
336 "../../modules/rtp_rtcp", 335 "../../modules/rtp_rtcp",
337 "../../voice_engine", 336 "../../voice_engine",
338 ] 337 ]
339 } 338 }
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