blob: 29aeb0f71cedb3179af3d5c6df44634c7f8467da [file] [log] [blame]
# Copyright (c) 2018 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': [
'py.isolate',
],
'conditions': [
['OS=="linux"', {
'variables': {
'files': [
'../../../bin/isolate_telemetry',
],
'command': [
'../../../bin/isolate_telemetry',
'-logtostderr',
'--run_id=<(RUN_ID)',
'--chromium_hash=<(CHROMIUM_HASH)',
'--patches=<(PATCHES)',
'--out=${ISOLATED_OUTDIR}',
],
},
}],
]
}