projects
/
platform
/
framework
/
web
/
crosswalk.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Update To 11.40.268.0
[platform/framework/web/crosswalk.git]
/
src
/
tools
/
swarming_client
/
tests
/
isolate
/
simple.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" or OS=="mac" or OS=="win"', {
7
'variables': {
8
'command': [
9
'python',
10
'simple.py',
11
],
12
'files': [
13
'simple.py',
14
],
15
},
16
}],
17
],
18
}