blob: 49d9891ac005bd0a4cca70970cc5724b3baec102 [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/capture_skps',
],
'command': [
'../../../bin/capture_skps',
'-logtostderr',
'--start_range=<(START_RANGE)',
'--num=<(NUM)',
'--pageset_type=<(PAGESET_TYPE)',
'--chromium_build=<(CHROMIUM_BUILD)',
'--skpinfo_remote_path=<(SKPINFO_REMOTE_PATH)',
'--run_id=<(RUN_ID)'
],
},
}],
]
}