Fix aec3_fuzzer chromium build config.

Dependencies need to use relative paths in order to work in Chromium,
see [1].

[1] - https://ci.chromium.org/p/chromium/builders/try/linux-libfuzzer-asan-rel/334174

TBR: saza@webrtc.org
Bug: None
Change-Id: I50c401e5983fbb501d1da2ad909198261a8cb940
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/161300
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Henrik Boström <hbos@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#30000}
This commit is contained in:
Mirko Bonadei 2019-12-04 11:01:52 +01:00 committed by Commit Bot
parent 41462d58b2
commit a9ad36f322

View File

@ -538,9 +538,9 @@ webrtc_fuzzer_test("aec3_fuzzer") {
]
deps = [
":fuzz_data_helper",
"../../modules/audio_processing:api",
"../../modules/audio_processing:audio_buffer",
"../../modules/audio_processing/aec3",
"//modules/audio_processing:api",
]
}