| Index: testing/buildbot/chromium.memory.fyi.json
 | 
| diff --git a/testing/buildbot/chromium.memory.fyi.json b/testing/buildbot/chromium.memory.fyi.json
 | 
| index 3d5b72879f4faeebfa7bdf2a5dbf920ec655c48b..644bd9e8885c7d2027a3d9114be8b907f1b927c1 100644
 | 
| --- a/testing/buildbot/chromium.memory.fyi.json
 | 
| +++ b/testing/buildbot/chromium.memory.fyi.json
 | 
| @@ -4,10 +4,12 @@
 | 
|        "accessibility_unittests",
 | 
|        "app_list_unittests",
 | 
|        "aura_unittests",
 | 
| +      "base_unittests",
 | 
|        {
 | 
| -        "test": "base_unittests",
 | 
| +        "test": "browser_tests",
 | 
|          "swarming": {
 | 
| -          "can_use_on_swarming_builders": true
 | 
| +          "can_use_on_swarming_builders": true,
 | 
| +          "shards": 5
 | 
|          }
 | 
|        },
 | 
|        "cacheinvalidation_unittests",
 | 
| @@ -15,6 +17,7 @@
 | 
|        "cc_unittests",
 | 
|        "chromedriver_unittests",
 | 
|        "components_unittests",
 | 
| +      "compositor_unittests",
 | 
|        "content_browsertests",
 | 
|        "content_unittests",
 | 
|        "crypto_unittests",
 | 
| @@ -28,7 +31,12 @@
 | 
|        "gfx_unittests",
 | 
|        "google_apis_unittests",
 | 
|        "gpu_unittests",
 | 
| -      "interactive_ui_tests",
 | 
| +      {
 | 
| +        "test": "interactive_ui_tests",
 | 
| +        "swarming": {
 | 
| +          "can_use_on_swarming_builders": true
 | 
| +        }
 | 
| +      },
 | 
|        "ipc_mojo_unittests",
 | 
|        "ipc_tests",
 | 
|        "jingle_unittests",
 | 
| @@ -56,32 +64,25 @@
 | 
|        "wm_unittests"
 | 
|      ]
 | 
|    },
 | 
| -  "Linux MSan Browser (1)": {
 | 
| -    "gtest_tests": [
 | 
| -      {"test": "browser_tests", "shard_index": 0, "total_shards": 3}
 | 
| -    ]
 | 
| -  },
 | 
| -  "Linux MSan Browser (2)": {
 | 
| -    "gtest_tests": [
 | 
| -      {"test": "browser_tests", "shard_index": 1, "total_shards": 3}
 | 
| -    ]
 | 
| -  },
 | 
| -  "Linux MSan Browser (3)": {
 | 
| -    "gtest_tests": [
 | 
| -      {"test": "browser_tests", "shard_index": 2, "total_shards": 3}
 | 
| -    ]
 | 
| -  },
 | 
|    "Linux ChromeOS MSan Tests": {
 | 
|      "gtest_tests": [
 | 
|        "accessibility_unittests",
 | 
|        "app_list_unittests",
 | 
|        "aura_unittests",
 | 
|        "base_unittests",
 | 
| +      {
 | 
| +        "test": "browser_tests",
 | 
| +        "swarming": {
 | 
| +          "can_use_on_swarming_builders": true,
 | 
| +          "shards": 5
 | 
| +        }
 | 
| +      },
 | 
|        "cacheinvalidation_unittests",
 | 
|        "cast_unittests",
 | 
|        "cc_unittests",
 | 
|        "chromedriver_unittests",
 | 
|        "components_unittests",
 | 
| +      "compositor_unittests",
 | 
|        "content_browsertests",
 | 
|        "content_unittests",
 | 
|        "crypto_unittests",
 | 
| @@ -95,7 +96,13 @@
 | 
|        "gfx_unittests",
 | 
|        "google_apis_unittests",
 | 
|        "gpu_unittests",
 | 
| -      "interactive_ui_tests",
 | 
| +      {
 | 
| +        "test": "interactive_ui_tests",
 | 
| +        "swarming": {
 | 
| +          "can_use_on_swarming_builders": true,
 | 
| +          "shards": 2
 | 
| +        }
 | 
| +      },
 | 
|        "ipc_mojo_unittests",
 | 
|        "ipc_tests",
 | 
|        "jingle_unittests",
 | 
| @@ -122,19 +129,81 @@
 | 
|        "wm_unittests"
 | 
|      ]
 | 
|    },
 | 
| -  "Linux ChromeOS MSan Browser (1)": {
 | 
| -    "gtest_tests": [
 | 
| -      {"test": "browser_tests", "shard_index": 0, "total_shards": 3}
 | 
| -    ]
 | 
| -  },
 | 
| -  "Linux ChromeOS MSan Browser (2)": {
 | 
| +  "Linux TSan Tests": {
 | 
|      "gtest_tests": [
 | 
| -      {"test": "browser_tests", "shard_index": 1, "total_shards": 3}
 | 
| -    ]
 | 
| -  },
 | 
| -  "Linux ChromeOS MSan Browser (3)": {
 | 
| -    "gtest_tests": [
 | 
| -      {"test": "browser_tests", "shard_index": 2, "total_shards": 3}
 | 
| -    ]
 | 
| +      "accessibility_unittests",
 | 
| +      "app_list_unittests",
 | 
| +      "aura_unittests",
 | 
| +      {
 | 
| +        "test": "base_unittests",
 | 
| +        "swarming": {
 | 
| +          "can_use_on_swarming_builders": true
 | 
| +        }
 | 
| +      },
 | 
| +      "cacheinvalidation_unittests",
 | 
| +      "cast_unittests",
 | 
| +      "chromedriver_unittests",
 | 
| +      "components_unittests",
 | 
| +      {
 | 
| +        "test": "content_browsertests",
 | 
| +        "swarming": {
 | 
| +          "can_use_on_swarming_builders": true
 | 
| +        }
 | 
| +      },
 | 
| +      {
 | 
| +        "test": "content_unittests",
 | 
| +        "swarming": {
 | 
| +          "can_use_on_swarming_builders": true
 | 
| +        }
 | 
| +      },
 | 
| +      "crypto_unittests",
 | 
| +      "dbus_unittests",
 | 
| +      "device_unittests",
 | 
| +      "display_unittests",
 | 
| +      "events_unittests",
 | 
| +      "extensions_unittests",
 | 
| +      "gcm_unit_tests",
 | 
| +      "gfx_unittests",
 | 
| +      "google_apis_unittests",
 | 
| +      "gpu_unittests",
 | 
| +      "ipc_mojo_unittests",
 | 
| +      "ipc_tests",
 | 
| +      "jingle_unittests",
 | 
| +      "media_unittests",
 | 
| +      "mojo_common_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",
 | 
| +      "ui_touch_selection_unittests",
 | 
| +      {
 | 
| +        "test": "unit_tests",
 | 
| +        "swarming": {
 | 
| +          "can_use_on_swarming_builders": true,
 | 
| +          "shards": 2
 | 
| +        }
 | 
| +      },
 | 
| +      "url_unittests",
 | 
| +      "views_unittests",
 | 
| +      "wm_unittests"
 | 
| +    ],
 | 
| +    "disabled_tests": {
 | 
| +      "app_shell_browsertests": "http://crbug.com/455633",
 | 
| +      "cc_unittests": "http://crbug.com/437454",
 | 
| +      "browser_tests":
 | 
| +        "Too many errors, clean content_browsertests first. http://crbug.com/368525",
 | 
| +      "interactive_ui_tests": "http://crbug.com/455679"
 | 
| +    }
 | 
|    }
 | 
|  }
 | 
| 
 |