blob: 7c0d3a277da0720dcfec3128e5de1c1baa46bd1c [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/run_chromium_analysis',
],
'command': [
'../../../bin/run_chromium_analysis',
'-logtostderr',
'--start_range=<(START_RANGE)',
'--num=<(NUM)',
'--pageset_type=<(PAGESET_TYPE)',
'--chromium_build=<(CHROMIUM_BUILD)',
'--run_id=<(RUN_ID)',
'--benchmark_name=<(BENCHMARK)',
'--benchmark_extra_args=<(BENCHMARK_ARGS)',
'--browser_extra_args=<(BROWSER_EXTRA_ARGS)',
'--run_in_parallel=<(RUN_IN_PARALLEL)',
'--target_platform=<(TARGET_PLATFORM)',
'--match_stdout_txt=<(MATCH_STDOUT_TXT)',
],
},
}],
]
}