git://git.webkit.org
/
WebKit-https.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
ee2fca5675bdd6059535a2613c7a3f2cba07ea18
[WebKit-https.git]
/
Tools
/
Scripts
/
webkitpy
/
common
/
config
/
ews.json
1
{
2
"GTK WK2 EWS": {
3
"port": "gtk-wk2",
4
"watchers": [
5
"xan.lopez@gmail.com"
6
]
7
},
8
"EFL WK2 EWS": {
9
"port": "efl-wk2",
10
"watchers": [
11
"gyuyoung.kim@webkit.org"
12
]
13
},
14
"Win EWS": {
15
"port": "win",
16
"watchers": [
17
"bfulgham@apple.com"
18
],
19
"runTests": true
20
},
21
"iOS EWS": {
22
"port": "ios",
23
"architecture": "armv7"
24
},
25
"Mac EWS": {
26
"port": "mac",
27
"watchers": [
28
"rniwa@webkit.org"
29
],
30
"runTests": true
31
},
32
"Mac WK2 EWS": {
33
"port": "mac-wk2",
34
"watchers": [
35
"rniwa@webkit.org"
36
],
37
"runTests": true
38
}
39
}