Use a dedicated message to inform the web-app of the connection type.
[chromium-blink-merge.git] / testing / buildbot / chromium_memory_trybot.json
blob161071db1551ea433310726137c993e8c8dd5fa7
2   "gtest_tests": [
3     "accessibility_unittests",
4     {
5       "test": "base_unittests",
6       "swarming": {
7         "can_use_on_swarming_builders": true
8       }
9     },
10     {
11       "test": "browser_tests",
12       "swarming": {
13         "can_use_on_swarming_builders": true,
14         "shards": 10
15       }
16     },
17     "cacheinvalidation_unittests",
18     "cc_unittests",
19     "components_unittests",
20     {
21       "test": "content_browsertests",
22       "swarming": {
23         "can_use_on_swarming_builders": true
24       }
25     },
26     {
27       "test": "content_unittests",
28       "swarming": {
29         "can_use_on_swarming_builders": true
30       }
31     },
32     "crypto_unittests",
33     "device_unittests",
34     {
35       "test": "display_unittests",
36       "platforms": ["linux"]
37     },
38     "extensions_unittests",
39     "gcm_unit_tests",
40     "gfx_unittests",
41     "google_apis_unittests",
42     "gpu_unittests",
43     {
44       "test": "interactive_ui_tests",
45       "swarming": {
46         "can_use_on_swarming_builders": true,
47         "shards": 3
48       }
49     },
50     "ipc_tests",
51     "jingle_unittests",
52     "media_unittests",
53     {
54       "test": "net_unittests",
55       "swarming": {
56         "can_use_on_swarming_builders": true
57       }
58     },
59     "ppapi_unittests",
60     "printing_unittests",
61     "remoting_unittests",
62     {
63       "test": "sandbox_linux_unittests",
64       "platforms": ["linux"]
65     },
66     "sql_unittests",
67     "sync_unit_tests",
68     "ui_unittests",
69     {
70       "test": "unit_tests",
71       "swarming": {
72         "can_use_on_swarming_builders": true,
73         "shards": 2
74       }
75     },
76     "url_unittests"
77   ]