Fix missing valgrind.supp in recipe-bundled tasks

Bug: skia:5813
Change-Id: I734c716d953091e84d30ad36c55a6c74727f376c
Reviewed-on: https://skia-review.googlesource.com/11781
Reviewed-by: Eric Boren <borenet@google.com>
Commit-Queue: Eric Boren <borenet@google.com>
This commit is contained in:
Eric Boren 2017-04-07 10:06:20 -04:00
parent cb6f3980a5
commit 10ad80b543
3 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,7 @@
'variables': {
'files': [
'../../../.gclient',
'../../tools/valgrind.supp',
],
},
}

View File

@ -5,6 +5,7 @@
'variables': {
'files': [
'../../../.gclient',
'../../tools/valgrind.supp',
'../../tools/skpbench/',
],
},

View File

@ -8,6 +8,7 @@
'variables': {
'files': [
'../../../.gclient',
'../../tools/valgrind.supp',
],
},
}