f9deab2bbd5101e1266bee0e82a8b906e07ab8a6
[platform/framework/web/crosswalk.git] / src / tools / swarming_client / tests / isolate / symlink_partial.isolate
1 # Copyright 2012 The Swarming Authors. All rights reserved.
2 # Use of this source code is governed under the Apache License, Version 2.0 that
3 # can be found in the LICENSE file.
4 {
5   'conditions': [
6     ['(OS=="linux" and chromeos==1) or ((OS=="mac" or OS=="win") and chromeos==0)', {
7       'variables': {
8         'command': [
9           'python',
10           'symlink_partial.py',
11         ],
12         'isolate_dependency_tracked': [
13           'symlink_partial.py',
14         ],
15         'isolate_dependency_untracked': [
16           'files2/test_file2.txt',
17         ],
18       },
19     }],
20   ],
21 }