1{
2  "WebKit Linux Trusty ASAN": {
3    "gn_args": {
4      "is_asan": true,
5      "is_component_build": false,
6      "is_debug": false,
7      "is_lsan": true,
8      "use_goma": true
9    }
10  },
11  "WebKit Linux Trusty Leak": {
12    "gn_args": {
13      "is_component_build": false,
14      "is_debug": false,
15      "use_goma": true
16    }
17  },
18  "WebKit Linux Trusty MSAN": {
19    "gn_args": {
20      "is_component_build": false,
21      "is_debug": false,
22      "is_msan": true,
23      "msan_track_origins": 2,
24      "use_goma": true
25    }
26  },
27  "WebKit Mac Builder": {
28    "gn_args": {
29      "is_component_build": false,
30      "is_debug": false,
31      "use_goma": true
32    }
33  },
34  "WebKit Win Builder": {
35    "gn_args": {
36      "is_component_build": false,
37      "is_debug": false,
38      "symbol_level": 1,
39      "target_cpu": "x86",
40      "use_goma": true
41    }
42  }
43}