setup_links.py: Add third_party/libFuzzer

This solves the GN error starting after rolling in
cbd1cf202d
as part of https://codereview.webrtc.org/1855003002

BUG=chromium:591955
TBR=pbos@webrtc.org
TESTED=Ran the gn gen and refs steps locally + compiled succesfully.

Review URL: https://codereview.webrtc.org/1857673002 .

Cr-Commit-Position: refs/heads/master@{#12211}
This commit is contained in:
kjellander@webrtc.org
2016-04-04 08:33:12 +02:00
parent 0a2dffc827
commit 2addf3fa92

View File

@ -45,6 +45,7 @@ DIRECTORIES = [
'third_party/instrumented_libraries', 'third_party/instrumented_libraries',
'third_party/jsoncpp', 'third_party/jsoncpp',
'third_party/libc++-static', 'third_party/libc++-static',
'third_party/libFuzzer',
'third_party/libjpeg', 'third_party/libjpeg',
'third_party/libjpeg_turbo', 'third_party/libjpeg_turbo',
'third_party/libsrtp', 'third_party/libsrtp',