summaryrefslogtreecommitdiffstats
path: root/chromium/tools/swarming_client/tools/spam.isolate
blob: 014eb075ca69e4064385d7a90670b8aff3a0f523 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright 2014 The LUCI Authors. All rights reserved.
# Use of this source code is governed under the Apache License, Version 2.0
# that can be found in the LICENSE file.
{
  'variables': {
    'command': [
      'python',
      'spam.py',
    ],
    'files': [
      'spam.py',
    ],
  },
}