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

Side by Side Diff: tools-webrtc/sancov/blacklist.txt

Issue 2864213004: Rename tools-webrtc -> tools_webrtc (Closed)
Patch Set: REmove symlink 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
« no previous file with comments | « tools-webrtc/sancov/README ('k') | tools-webrtc/sanitizers/OWNERS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 #############################################################################
2 # sancov blacklist.
3 # Please think twice before you add or remove these rules.
4
5 #############################################################################
6 # no coverage report for third party
7 src:*/chromium/*
8 src:*/third_party/*
9
10 # OpenH264 triggers some errors that are out of our control.
11 src:*/third_party/ffmpeg/libavcodec/*
12 src:*/third_party/openh264/*
13
14 #############################################################################
15 # Ignore system libraries.
16 src:*/usr/*
17
18 #############################################################################
19 # Ignore test source.
20 src:*/test/*
21 src:*_unittest.cc
OLDNEW
« no previous file with comments | « tools-webrtc/sancov/README ('k') | tools-webrtc/sanitizers/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698