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

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

Issue 1632333002: Add mojo_js_integration_tests and mojo_js_unittests to waterfall and trybot. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 | « no previous file | testing/buildbot/gn_isolate_map.pyl » ('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 GN": { 2 "Android GN": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "all" 4 "all"
5 ], 5 ],
6 "gtest_tests": [ 6 "gtest_tests": [
7 { 7 {
8 "test": "android_webview_unittests" 8 "test": "android_webview_unittests"
9 }, 9 },
10 { 10 {
(...skipping 524 matching lines...) Expand 10 before | Expand all | Expand 10 after
535 }, 535 },
536 "test": "midi_unittests" 536 "test": "midi_unittests"
537 }, 537 },
538 { 538 {
539 "swarming": { 539 "swarming": {
540 "can_use_on_swarming_builders": true 540 "can_use_on_swarming_builders": true
541 }, 541 },
542 "test": "mojo_common_unittests" 542 "test": "mojo_common_unittests"
543 }, 543 },
544 { 544 {
545 "test": "mojo_js_integration_tests"
546 },
547 {
548 "test": "mojo_js_unittests"
549 },
550 {
545 "test": "mojo_public_application_unittests" 551 "test": "mojo_public_application_unittests"
546 }, 552 },
547 { 553 {
548 "swarming": { 554 "swarming": {
549 "can_use_on_swarming_builders": true 555 "can_use_on_swarming_builders": true
550 }, 556 },
551 "test": "mojo_public_bindings_unittests" 557 "test": "mojo_public_bindings_unittests"
552 }, 558 },
553 { 559 {
554 "swarming": { 560 "swarming": {
(...skipping 868 matching lines...) Expand 10 before | Expand all | Expand 10 after
1423 } 1429 }
1424 ], 1430 ],
1425 "scripts": [ 1431 "scripts": [
1426 { 1432 {
1427 "name": "nacl_integration", 1433 "name": "nacl_integration",
1428 "script": "nacl_integration.py" 1434 "script": "nacl_integration.py"
1429 } 1435 }
1430 ] 1436 ]
1431 } 1437 }
1432 } 1438 }
OLDNEW
« no previous file with comments | « no previous file | testing/buildbot/gn_isolate_map.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698