5eab99183c
Also move the isolate file and script from Chromium repo to the Skia repo. BUG=skia:5620 GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2221413002 Review-Url: https://codereview.chromium.org/2221413002
31 lines
902 B
Plaintext
31 lines
902 B
Plaintext
# 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.
|
|
|
|
{
|
|
'includes': [
|
|
'../resources.isolate',
|
|
],
|
|
'conditions': [
|
|
['OS=="linux"', {
|
|
'variables': {
|
|
'files': [
|
|
'<(TOOL_NAME)',
|
|
'run_ct_skps.py',
|
|
'../../../../skps/<(BUILDER)/slave<(SLAVE_NUM)/',
|
|
],
|
|
'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)',
|
|
],
|
|
},
|
|
}],
|
|
]
|
|
}
|