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

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

Issue 1765243002: Remove Mojo bindings environment. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 "test": "message_center_unittests" 216 "test": "message_center_unittests"
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_environment_unittests",
227 "mojo_public_system_unittests", 226 "mojo_public_system_unittests",
228 "mojo_public_utility_unittests", 227 "mojo_public_utility_unittests",
229 "mojo_system_unittests", 228 "mojo_system_unittests",
230 { 229 {
231 "platforms": [ 230 "platforms": [
232 "linux" 231 "linux"
233 ], 232 ],
234 "test": "nacl_helper_nonsfi_unittests" 233 "test": "nacl_helper_nonsfi_unittests"
235 }, 234 },
236 "nacl_loader_unittests", 235 "nacl_loader_unittests",
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
378 ], 377 ],
379 "platforms": [ 378 "platforms": [
380 "linux" 379 "linux"
381 ], 380 ],
382 "test": "ozone_unittests" 381 "test": "ozone_unittests"
383 } 382 }
384 ], 383 ],
385 "non_filter_builders": [], 384 "non_filter_builders": [],
386 "non_filter_tests_builders": [] 385 "non_filter_tests_builders": []
387 } 386 }
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