1# This file is used in addition to the one already maintained in Chrome.
2# It acts as a place holder for future additions for this project.
3# It must exist for the Python wrapper script to work properly.
4
5# There are two of suppressions in this file.
6# 1. third_party libraries
7# 2. libyuv stuff
8# 3. libjingle stuff (talk folder)
9#-----------------------------------------------------------------------
10
11# third_party libraries
12{
13   bug_729
14   Memcheck:Free
15   fun:_ZdaPv
16   ...
17   fun:_ZN7testing8internal12UnitTestImplD1Ev
18   ...
19}
20
21# libyuv (empty so far)
22