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

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

Issue 2584433002: Create top-level dir tools-webrtc and start moving things into it. (Closed)
Patch Set: Created 4 years 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/sancov/README ('k') | tools/sslroots/generate_sslroots.py » ('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/sancov/README ('k') | tools/sslroots/generate_sslroots.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698