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

Side by Side Diff: tools-webrtc/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-webrtc/sancov/README ('k') | tools-webrtc/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
1 ############################################################################# 1 #############################################################################
2 # sancov blacklist. 2 # sancov blacklist.
3 # Please think twice before you add or remove these rules. 3 # Please think twice before you add or remove these rules.
4 4
5 ############################################################################# 5 #############################################################################
6 # no coverage report for third party 6 # no coverage report for third party
7 src:*/chromium/* 7 src:*/chromium/*
8 src:*/third_party/* 8 src:*/third_party/*
9 9
10 # OpenH264 triggers some errors that are out of our control. 10 # OpenH264 triggers some errors that are out of our control.
11 src:*/third_party/ffmpeg/libavcodec/* 11 src:*/third_party/ffmpeg/libavcodec/*
12 src:*/third_party/openh264/* 12 src:*/third_party/openh264/*
13 13
14 ############################################################################# 14 #############################################################################
15 # Ignore system libraries. 15 # Ignore system libraries.
16 src:*/usr/* 16 src:*/usr/*
17 17
18 ############################################################################# 18 #############################################################################
19 # Ignore test source. 19 # Ignore test source.
20 src:*/test/* 20 src:*/test/*
21 src:*_unittest.cc 21 src:*_unittest.cc
OLDNEW
« no previous file with comments | « tools-webrtc/sancov/README ('k') | tools-webrtc/sslroots/generate_sslroots.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698