blob: 604c903d22e1e9299e1f0a544caa23bcffd8e06e [file] [log] [blame]
rmistryb61a61b2015-12-10 12:43:011# Copyright (c) 2015 The Chromium Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5{
6 'conditions': [
7 ['OS=="linux"', {
8 'variables': {
9 'files': [
10 '../../skia/resources/',
rmistryfb5f7e822016-01-20 21:58:3011 '../../skia/out/<(CONFIGURATION)/<(TOOL_NAME)',
rmistryb61a61b2015-12-10 12:43:0112 '../content/test/ct/run_ct_skps.py',
rmistry477367f2016-02-12 12:04:1913 '../../skps/slave<(SLAVE_NUM)/',
rmistryb61a61b2015-12-10 12:43:0114 ],
15 'command': [
16 'python',
17 '../content/test/ct/run_ct_skps.py',
18 '--slave_num', '<(SLAVE_NUM)',
19 '--tool', '<(TOOL_NAME)',
20 '--git_hash', '<(GIT_HASH)',
21 '--isolated_outdir', '${ISOLATED_OUTDIR}',
rmistryfb5f7e822016-01-20 21:58:3022 '--configuration', '<(CONFIGURATION)',
rmistryb61a61b2015-12-10 12:43:0123 ],
24 },
25 }],
26 ]
27}