Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(152)

Side by Side Diff: testing/buildbot/tryserver.chromium.linux.json

Issue 1134593002: Added gl_unittests to various try/build bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « testing/buildbot/tryserver.blink.json ('k') | testing/buildbot/tryserver.chromium.win.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "android_chromium_gn_compile_dbg": { 2 "android_chromium_gn_compile_dbg": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "chrome_shell_apk" 4 "chrome_shell_apk"
5 ], 5 ],
6 "gtest_tests": [] 6 "gtest_tests": []
7 }, 7 },
8 "android_chromium_gn_compile_rel": { 8 "android_chromium_gn_compile_rel": {
9 "additional_compile_targets": [ 9 "additional_compile_targets": [
10 "chrome_shell_apk" 10 "chrome_shell_apk"
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 "content_unittests", 128 "content_unittests",
129 "crypto_unittests", 129 "crypto_unittests",
130 "dbus_unittests", 130 "dbus_unittests",
131 "device_unittests", 131 "device_unittests",
132 "display_unittests", 132 "display_unittests",
133 "events_unittests", 133 "events_unittests",
134 "extensions_browsertests", 134 "extensions_browsertests",
135 "extensions_unittests", 135 "extensions_unittests",
136 "gcm_unit_tests", 136 "gcm_unit_tests",
137 "gfx_unittests", 137 "gfx_unittests",
138 "gl_unittests",
138 "gn_unittests", 139 "gn_unittests",
139 "google_apis_unittests", 140 "google_apis_unittests",
140 "gpu_unittests", 141 "gpu_unittests",
141 "interactive_ui_tests", 142 "interactive_ui_tests",
142 "ipc_mojo_unittests", 143 "ipc_mojo_unittests",
143 "ipc_tests", 144 "ipc_tests",
144 "jingle_unittests", 145 "jingle_unittests",
145 "mandoline:all", 146 "mandoline:all",
146 "media_unittests", 147 "media_unittests",
147 "net_unittests", 148 "net_unittests",
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 { 234 {
234 "test": "extensions_unittests" 235 "test": "extensions_unittests"
235 }, 236 },
236 { 237 {
237 "test": "gcm_unit_tests" 238 "test": "gcm_unit_tests"
238 }, 239 },
239 { 240 {
240 "test": "gfx_unittests" 241 "test": "gfx_unittests"
241 }, 242 },
242 { 243 {
244 "test": "gl_unittests"
245 },
246 {
243 "test": "gn_unittests" 247 "test": "gn_unittests"
244 }, 248 },
245 { 249 {
246 "test": "google_apis_unittests" 250 "test": "google_apis_unittests"
247 }, 251 },
248 { 252 {
249 "test": "gpu_unittests" 253 "test": "gpu_unittests"
250 }, 254 },
251 { 255 {
252 "test": "ipc_mojo_unittests" 256 "test": "ipc_mojo_unittests"
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
292 }, 296 },
293 { 297 {
294 "test": "views_unittests" 298 "test": "views_unittests"
295 }, 299 },
296 { 300 {
297 "test": "wm_unittests" 301 "test": "wm_unittests"
298 } 302 }
299 ] 303 ]
300 } 304 }
301 } 305 }
OLDNEW
« no previous file with comments | « testing/buildbot/tryserver.blink.json ('k') | testing/buildbot/tryserver.chromium.win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698