blob: e0a5421444e4e4efae8473448d4d58ee9aced84a [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': [
],
'conditions': [
['OS=="linux"', {
'variables': {
'files': [
'../../../../../bin/run_lua',
],
'command': [
'../../../../../bin/run_lua',
'-logtostderr',
'--start_range=<(START_RANGE)',
'--num=<(NUM)',
'--pageset_type=<(PAGESET_TYPE)',
'--chromium_build=<(CHROMIUM_BUILD)',
'--run_id=<(RUN_ID)'
],
},
}],
]
}