2016-08-09 20:46:48 +00:00
|
|
|
# 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.
|
|
|
|
|
|
|
|
{
|
2017-08-08 11:39:09 +00:00
|
|
|
'includes': [
|
|
|
|
'../resources.isolate',
|
2016-08-09 20:46:48 +00:00
|
|
|
],
|
|
|
|
'conditions': [
|
|
|
|
['OS=="linux"', {
|
|
|
|
'variables': {
|
|
|
|
'files': [
|
|
|
|
'<(TOOL_NAME)',
|
|
|
|
'run_ct_skps.py',
|
2017-08-08 11:39:09 +00:00
|
|
|
'../../../../skps/<(CHROMIUM_BUILD)/<(PAGE_TYPE)/<(NUM_SLAVES)/slave<(SLAVE_NUM)/',
|
2016-08-09 20:46:48 +00:00
|
|
|
],
|
|
|
|
'command': [
|
|
|
|
'python',
|
|
|
|
'run_ct_skps.py',
|
|
|
|
'--slave_num', '<(SLAVE_NUM)',
|
|
|
|
'--tool', '<(TOOL_NAME)',
|
|
|
|
'--git_hash', '<(GIT_HASH)',
|
|
|
|
'--isolated_outdir', '${ISOLATED_OUTDIR}',
|
|
|
|
'--configuration', '<(CONFIGURATION)',
|
|
|
|
'--builder', '<(BUILDER)',
|
2017-08-08 11:39:09 +00:00
|
|
|
'--chromium_build', '<(CHROMIUM_BUILD)',
|
|
|
|
'--page_type', '<(PAGE_TYPE)',
|
|
|
|
'--num_slaves', '<(NUM_SLAVES)',
|
2016-08-09 20:46:48 +00:00
|
|
|
],
|
|
|
|
},
|
|
|
|
}],
|
|
|
|
]
|
|
|
|
}
|