| Index: WATCHLISTS
|
| diff --git a/tools/v8heapconst.py.tmpl b/WATCHLISTS
|
| similarity index 79%
|
| copy from tools/v8heapconst.py.tmpl
|
| copy to WATCHLISTS
|
| index a773f47c8b942d792ebf89bfd2ba4ac940452538..9c2bce9c5589c22649b4a2c94837f00c8d669be1 100644
|
| --- a/tools/v8heapconst.py.tmpl
|
| +++ b/WATCHLISTS
|
| @@ -25,6 +25,22 @@
|
| # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
| # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
| -# This file is automatically generated from the V8 source and should not
|
| -# be modified manually, run 'make grokdump' instead to update this file.
|
| +# Watchlist Rules
|
| +# Refer: http://dev.chromium.org/developers/contributing-code/watchlists
|
|
|
| +# IMPORTANT: The regular expression filepath is tested against each path using
|
| +# re.search, so it is not usually necessary to add .*.
|
| +
|
| +{
|
| + 'WATCHLIST_DEFINITIONS': {
|
| + 'public_api': {
|
| + 'filepath': 'include/',
|
| + },
|
| + },
|
| +
|
| + 'WATCHLISTS': {
|
| + 'public_api': [
|
| + 'phajdan.jr@chromium.org',
|
| + ],
|
| + },
|
| +}
|
|
|