Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / tools / swarming_client / tests / isolate / touch_root.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           'touch_root.py',
11         ],
12         'files': [
13           '../../isolate.py',
14           'touch_root.py',
15         ],
16       },
17     }],
18   ],
19 }