blob: b2470aeafed64c3b1a0aeb6b5dd4464888c03370 [file] [log] [blame]
# Copyright (c) 2016 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': [
'artifacts/',
],
'command': [
'python',
'artifacts/test.py',
'--arg1', '<(ARG_1)',
'--arg2', '<(ARG_2)',
'--output-dir', '${ISOLATED_OUTDIR}',
],
},
}],
]
}