blob: 79d30bb0d7f4a52a5f9dee70c3b10a5c4c3bb081 [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/capture_archives',
],
'command': [
'luci-auth',
'context',
'--',
'../../../bin/capture_archives',
'-logtostderr',
'--start_range=<(START_RANGE)',
'--num=<(NUM)',
'--pageset_type=<(PAGESET_TYPE)',
],
},
}],
]
}