Henrik Kjellander 90fd7d84fd Rename tools-webrtc -> tools_webrtc
This aligns with established naming convention for all
other directories.

BUG=webrtc:7593
NOTRY=True
NOTREECHECKS=True
R=ehmaldonado@webrtc.org, mbonadei@webrtc.org
TBR=henrika@webrtc.org

Review-Url: https://codereview.webrtc.org/2864213004 .
Cr-Commit-Position: refs/heads/master@{#18059}
2017-05-09 06:30:13 +00:00

22 lines
689 B
Plaintext

#############################################################################
# sancov blacklist.
# Please think twice before you add or remove these rules.
#############################################################################
# no coverage report for third party
src:*/chromium/*
src:*/third_party/*
# OpenH264 triggers some errors that are out of our control.
src:*/third_party/ffmpeg/libavcodec/*
src:*/third_party/openh264/*
#############################################################################
# Ignore system libraries.
src:*/usr/*
#############################################################################
# Ignore test source.
src:*/test/*
src:*_unittest.cc