OLD | NEW |
1 # Copyright (c) 2016 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2016 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'includes': [ | 6 'includes': [ |
7 'py.isolate', | |
8 ], | 7 ], |
9 'conditions': [ | 8 'conditions': [ |
10 ['OS=="linux"', { | 9 ['OS=="linux"', { |
11 'variables': { | 10 'variables': { |
12 'files': [ | 11 'files': [ |
13 '../../../../../bin/capture_skps', | 12 '../../../../../bin/run_lua', |
14 ], | 13 ], |
15 'command': [ | 14 'command': [ |
16 '../../../../../bin/capture_skps', | 15 '../../../../../bin/run_lua', |
17 '-logtostderr', | 16 '-logtostderr', |
18 '--start_range=<(START_RANGE)', | 17 '--start_range=<(START_RANGE)', |
19 '--num=<(NUM)', | 18 '--num=<(NUM)', |
20 '--pageset_type=<(PAGESET_TYPE)', | 19 '--pageset_type=<(PAGESET_TYPE)', |
21 '--chromium_build=<(CHROMIUM_BUILD)', | 20 '--chromium_build=<(CHROMIUM_BUILD)', |
22 '--run_id=<(RUN_ID)' | 21 '--run_id=<(RUN_ID)' |
23 ], | 22 ], |
24 }, | 23 }, |
25 }], | 24 }], |
26 ] | 25 ] |
27 } | 26 } |
OLD | NEW |