| Index: testing/buildbot/chromium.fyi.json
 | 
| diff --git a/testing/buildbot/chromium.fyi.json b/testing/buildbot/chromium.fyi.json
 | 
| index 1d15ec1f3cbb6d7020e3686d3f8533503b45cc21..71e67adfb6712a622fa38587bb8352b750d94f73 100644
 | 
| --- a/testing/buildbot/chromium.fyi.json
 | 
| +++ b/testing/buildbot/chromium.fyi.json
 | 
| @@ -1048,5 +1048,85 @@
 | 
|          "script": "nacl_integration.py"
 | 
|        }
 | 
|      ]
 | 
| +  },
 | 
| +  "ClangToTLinuxASan tester": {
 | 
| +    "gtest_tests": [
 | 
| +      "accessibility_unittests",
 | 
| +      "extensions_browsertests",
 | 
| +      {
 | 
| +        "test": "base_unittests",
 | 
| +        "swarming": {
 | 
| +          "can_use_on_swarming_builders": true
 | 
| +        }
 | 
| +      },
 | 
| +      {
 | 
| +        "test": "browser_tests",
 | 
| +        "swarming": {
 | 
| +          "can_use_on_swarming_builders": true,
 | 
| +          "shards": 5
 | 
| +        }
 | 
| +      },
 | 
| +      "cacheinvalidation_unittests",
 | 
| +      "cast_unittests",
 | 
| +      "cc_unittests",
 | 
| +      "components_unittests",
 | 
| +      {
 | 
| +        "test": "content_browsertests",
 | 
| +        "swarming": {
 | 
| +          "can_use_on_swarming_builders": true
 | 
| +        }
 | 
| +      },
 | 
| +      {
 | 
| +        "test": "content_unittests",
 | 
| +        "swarming": {
 | 
| +          "can_use_on_swarming_builders": true
 | 
| +        }
 | 
| +      },
 | 
| +      {
 | 
| +        "test": "crypto_unittests",
 | 
| +        "swarming": {
 | 
| +          "can_use_on_swarming_builders": true
 | 
| +        }
 | 
| +      },
 | 
| +      "device_unittests",
 | 
| +      "display_unittests",
 | 
| +      "extensions_unittests",
 | 
| +      "gcm_unit_tests",
 | 
| +      "gfx_unittests",
 | 
| +      "google_apis_unittests",
 | 
| +      "gpu_unittests",
 | 
| +      {
 | 
| +        "test": "interactive_ui_tests",
 | 
| +        "swarming": {
 | 
| +          "can_use_on_swarming_builders": true
 | 
| +        }
 | 
| +      },
 | 
| +      "ipc_tests",
 | 
| +      "jingle_unittests",
 | 
| +      "media_unittests",
 | 
| +      {
 | 
| +        "test": "net_unittests",
 | 
| +        "swarming": {
 | 
| +          "can_use_on_swarming_builders": true,
 | 
| +          "shards": 4
 | 
| +        }
 | 
| +      },
 | 
| +      "ppapi_unittests",
 | 
| +      "printing_unittests",
 | 
| +      "remoting_unittests",
 | 
| +      "sandbox_linux_unittests",
 | 
| +      "skia_unittests",
 | 
| +      "sql_unittests",
 | 
| +      "sync_unit_tests",
 | 
| +      "ui_base_unittests",
 | 
| +      {
 | 
| +        "test": "unit_tests",
 | 
| +        "swarming": {
 | 
| +          "can_use_on_swarming_builders": true,
 | 
| +          "shards": 2
 | 
| +        }
 | 
| +      },
 | 
| +      "url_unittests"
 | 
| +    ]
 | 
|    }
 | 
|  }
 | 
| 
 |