skia2/infra/bots/test_skia_bundled.isolate
Eric Boren 10ad80b543 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>
2017-04-07 14:52:24 +00:00

15 lines
228 B
Plaintext

{
'includes': [
'android_bin.isolate',
'assets.isolate',
'ios_bin.isolate',
'resources.isolate',
],
'variables': {
'files': [
'../../../.gclient',
'../../tools/valgrind.supp',
],
},
}