blob: 25e1c6de6fff724733de4853bdc232921a672886 [file] [log] [blame]
# Copyright (c) 2015 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
{
'conditions': [
['OS=="linux"', {
'variables': {
'files': [
'../../skia/resources/',
'../../skia/out/Debug/<(TOOL_NAME)',
'../content/test/ct/run_ct_skps.py',
'../../skps/slave<(SLAVE_NUM)/',
],
'command': [
'python',
'../content/test/ct/run_ct_skps.py',
'--slave_num', '<(SLAVE_NUM)',
'--tool', '<(TOOL_NAME)',
'--git_hash', '<(GIT_HASH)',
'--isolated_outdir', '${ISOLATED_OUTDIR}',
],
},
}],
]
}