{
  "linux-exp-asan-lsan-fyi-rel": {
    "gn_args": {
      "dcheck_always_on": true,
      "fail_on_san_warnings": true,
      "is_asan": true,
      "is_component_build": false,
      "is_debug": false,
      "is_lsan": true,
      "symbol_level": 1,
      "use_remoteexec": true
    }
  },
  "linux-exp-msan-fyi-rel": {
    "gn_args": {
      "dcheck_always_on": false,
      "fail_on_san_warnings": true,
      "is_component_build": false,
      "is_debug": false,
      "is_msan": true,
      "msan_track_origins": 2,
      "use_remoteexec": true
    }
  },
  "linux-exp-tsan-fyi-rel": {
    "gn_args": {
      "dcheck_always_on": false,
      "enable_nacl": false,
      "fail_on_san_warnings": true,
      "is_component_build": false,
      "is_debug": false,
      "is_tsan": true,
      "use_remoteexec": true
    }
  },
  "linux-ubsan-fyi-rel": {
    "gn_args": {
      "dcheck_always_on": false,
      "is_component_build": false,
      "is_debug": false,
      "is_ubsan": true,
      "use_remoteexec": true
    }
  },
  "mac-lsan-fyi-rel": {
    "gn_args": {
      "dcheck_always_on": false,
      "enable_nacl": false,
      "is_asan": true,
      "is_component_build": false,
      "is_debug": false,
      "is_lsan": true,
      "use_remoteexec": true
    }
  }
}