summaryrefslogtreecommitdiffstats
path: root/chromium/tools/swarming_client/tests/isolate/simple.isolate
blob: 8dad62259e2193d0b7bc3e754977591afdcd1d84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 2012 The Swarming 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.
{
  'conditions': [
    ['OS=="linux" or OS=="mac" or OS=="win"', {
      'variables': {
        'command': [
          'python',
          'simple.py',
        ],
        'isolate_dependency_tracked': [
          'simple.py',
        ],
      },
    }],
  ],
}