blob: 0733538fc3059787cec2673034dac71b0c5bba7f [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.
{
'includes': [
'py.isolate',
],
'conditions': [
['OS=="linux"', {
'variables': {
'files': [
'../../../../../bin/build_repo',
],
'command': [
'../../../../../bin/build_repo',
'-logtostderr',
'--run_id=<(RUN_ID)',
'--repo=<(REPO)',
'--hashes=<(HASHES)',
'--patches=<(PATCHES)',
'--single_build=<(SINGLE_BUILD)',
'--target_platform=<(TARGET_PLATFORM)',
'--out=${ISOLATED_OUTDIR}',
],
},
}],
]
}