• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "compile_targets": [
3    "all"
4  ],
5  "gtest_tests": [
6    "accessibility_unittests",
7    "app_list_unittests",
8    {
9      "test": "base_unittests",
10      "swarming": {
11        "can_use_on_swarming_builders": true
12      }
13    },
14    {
15      "test": "browser_tests",
16      "exclude_builders": ["tryserver.chromium:win_chromium_x64_rel"],
17      "swarming": {
18        "can_use_on_swarming_builders": true,
19        "shards": 5
20      }
21    },
22    "cacheinvalidation_unittests",
23    "cast_unittests",
24    "cc_unittests",
25    "chromedriver_unittests",
26    {
27      "test": "chrome_elf_unittests",
28      "platforms": ["win"]
29    },
30    "components_unittests",
31    {
32      "test": "compositor_unittests",
33      "platforms": ["linux", "win"]
34    },
35    {
36      "test": "courgette_unittests",
37      "platforms": ["win"]
38    },
39    "content_browsertests",
40    "content_unittests",
41    "crypto_unittests",
42    {
43      "test": "dbus_unittests",
44      "platforms": ["linux"]
45    },
46    "device_unittests",
47    "events_unittests",
48    "gcm_unit_tests",
49    "gfx_unittests",
50    "google_apis_unittests",
51    "gpu_unittests",
52    {
53      "test": "interactive_ui_tests",
54      "exclude_builders": ["tryserver.chromium:win_chromium_x64_rel"],
55      "swarming": {
56        "can_use_on_swarming_builders": true,
57        "shards": 3
58      }
59    },
60    {
61      "test": "installer_util_unittests",
62      "platforms": ["win"]
63    },
64    "ipc_tests",
65    "jingle_unittests",
66    {
67      "test": "keyboard_unittests",
68      "platforms": ["linux", "win"]
69    },
70    "media_unittests",
71    "message_center_unittests",
72    "mojo_apps_js_unittests",
73    "mojo_common_unittests",
74    "mojo_js_unittests",
75    "mojo_public_bindings_unittests",
76    "mojo_public_environment_unittests",
77    "mojo_public_system_unittests",
78    "mojo_public_utility_unittests",
79    "mojo_service_manager_unittests",
80    "mojo_system_unittests",
81    {
82      "test": "nacl_loader_unittests",
83      "platforms": ["linux"]
84    },
85    {
86      "test": "net_unittests",
87      "swarming": {
88        "can_use_on_swarming_builders": true
89      }
90    },
91    "ppapi_unittests",
92    "printing_unittests",
93    "remoting_unittests",
94    {
95      "test": "sbox_integration_tests",
96      "platforms": ["win"]
97    },
98    {
99      "test": "sbox_validation_tests",
100      "platforms": ["win"]
101    },
102    {
103      "test": "sbox_unittests",
104      "platforms": ["win"]
105    },
106    "sql_unittests",
107    "sync_integration_tests",
108    "sync_unit_tests",
109    "ui_unittests",
110    {
111      "test": "unit_tests",
112      "swarming": {
113        "can_use_on_swarming_builders": true,
114        "shards": 2
115      }
116    },
117    "url_unittests",
118    "webkit_compositor_bindings_unittests",
119    {
120      "test": "wm_unittests",
121      "platforms": ["linux"]
122    },
123    {
124      "test": "app_shell_browsertests",
125      "platforms": ["linux"]
126    },
127    {
128      "test": "ash_unittests",
129      "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"]
130    },
131    {
132      "test": "ash_unittests",
133      "platforms": ["win"]
134    },
135    {
136      "test": "aura_unittests",
137      "platforms": ["linux", "win"]
138    },
139    {
140      "test": "mojo_view_manager_unittests",
141      "platforms": ["linux", "win"]
142    },
143    {
144      "test": "views_unittests",
145      "platforms": ["linux", "win"]
146    },
147    {
148      "test": "sandbox_linux_unittests",
149      "platforms": ["linux"],
150      "args": ["--test-launcher-print-test-stdio=always"]
151    },
152    {
153      "test": "sandbox_mac_unittests",
154      "platforms": ["mac"]
155    },
156    {
157      "test": "chromeos_unittests",
158      "platforms": ["linux"],
159      "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"]
160    },
161    {
162      "test": "athena_unittests",
163      "platforms": ["linux"],
164      "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"]
165    },
166    {
167      "test": "display_unittests",
168      "platforms": ["linux"]
169    }
170  ]
171}
172