Add device_type to SharedPageState as a prelude to removing user_agent_type from...
[chromium-blink-merge.git] / testing / buildbot / chromium_memory_trybot.json
blobc794785aae50eec91ea9fd426aaaa7cd4ecdc014
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     {
19       "test": "cc_unittests",
20       "swarming": {
21         "can_use_on_swarming_builders": true
22       }
23     },
24     {
25       "test": "components_browsertests",
26       "swarming": {
27         "can_use_on_swarming_builders": true
28       }
29     },
30     {
31       "test": "components_unittests",
32       "swarming": {
33         "can_use_on_swarming_builders": true
34       }
35     },
36     {
37       "test": "content_browsertests",
38       "swarming": {
39         "can_use_on_swarming_builders": true
40       }
41     },
42     {
43       "test": "content_unittests",
44       "swarming": {
45         "can_use_on_swarming_builders": true
46       }
47     },
48     {
49       "test": "crypto_unittests",
50       "swarming": {
51         "can_use_on_swarming_builders": true
52       }
53     },
54     "device_unittests",
55     {
56       "test": "display_unittests",
57       "platforms": ["linux"]
58     },
59     "extensions_unittests",
60     "gcm_unit_tests",
61     "gfx_unittests",
62     "google_apis_unittests",
63     {
64       "test": "gpu_unittests",
65       "swarming": {
66         "can_use_on_swarming_builders": true
67       }
68     },
69     {
70       "test": "interactive_ui_tests",
71       "swarming": {
72         "can_use_on_swarming_builders": true,
73         "shards": 3
74       }
75     },
76     "ipc_tests",
77     "jingle_unittests",
78     {
79       "test": "media_unittests",
80       "swarming": {
81         "can_use_on_swarming_builders": true
82       }
83     },
84     {
85       "test": "net_unittests",
86       "swarming": {
87         "can_use_on_swarming_builders": true,
88         "shards": 2
89       }
90     },
91     "ppapi_unittests",
92     "printing_unittests",
93     "remoting_unittests",
94     {
95       "test": "sandbox_linux_unittests",
96       "platforms": ["linux"]
97     },
98     "skia_unittests",
99     "sql_unittests",
100     "sync_unit_tests",
101     "ui_base_unittests",
102     {
103       "test": "unit_tests",
104       "swarming": {
105         "can_use_on_swarming_builders": true,
106         "shards": 2
107       }
108     },
109     "url_unittests"
110   ]