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

Side by Side Diff: testing/buildbot/chromium_trybot.json

Issue 1784643002: Mojo C++ bindings: remove the utility/ folder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@13_1_remove_thread_dep
Patch Set: Created 4 years, 9 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/chromium.win.json ('k') | testing/buildbot/client.v8.fyi.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 "compile_targets": [ 2 "compile_targets": [
3 "all" 3 "all"
4 ], 4 ],
5 "filter_compile_builders": [ 5 "filter_compile_builders": [
6 "win_chromium_compile_dbg", 6 "win_chromium_compile_dbg",
7 "win_chromium_rel_swarming", 7 "win_chromium_rel_swarming",
8 "win_chromium_x64_rel_swarming", 8 "win_chromium_x64_rel_swarming",
9 "win8_chromium_rel" 9 "win8_chromium_rel"
10 ], 10 ],
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 }, 217 },
218 { 218 {
219 "swarming": { 219 "swarming": {
220 "can_use_on_swarming_builders": true 220 "can_use_on_swarming_builders": true
221 }, 221 },
222 "test": "midi_unittests" 222 "test": "midi_unittests"
223 }, 223 },
224 "mojo_common_unittests", 224 "mojo_common_unittests",
225 "mojo_public_bindings_unittests", 225 "mojo_public_bindings_unittests",
226 "mojo_public_system_unittests", 226 "mojo_public_system_unittests",
227 "mojo_public_utility_unittests",
228 "mojo_system_unittests", 227 "mojo_system_unittests",
229 { 228 {
230 "platforms": [ 229 "platforms": [
231 "linux" 230 "linux"
232 ], 231 ],
233 "test": "nacl_helper_nonsfi_unittests" 232 "test": "nacl_helper_nonsfi_unittests"
234 }, 233 },
235 "nacl_loader_unittests", 234 "nacl_loader_unittests",
236 { 235 {
237 "swarming": { 236 "swarming": {
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
377 ], 376 ],
378 "platforms": [ 377 "platforms": [
379 "linux" 378 "linux"
380 ], 379 ],
381 "test": "ozone_unittests" 380 "test": "ozone_unittests"
382 } 381 }
383 ], 382 ],
384 "non_filter_builders": [], 383 "non_filter_builders": [],
385 "non_filter_tests_builders": [] 384 "non_filter_tests_builders": []
386 } 385 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.win.json ('k') | testing/buildbot/client.v8.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698