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

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

Issue 1036513008: Make the webview_licenses.py step's name in Android bot more clear. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « no previous file | no next file » | 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 "Linux Tests": { 2 "Linux Tests": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 "gn_unittests", 4 "gn_unittests",
5 { 5 {
6 "test": "accessibility_unittests", 6 "test": "accessibility_unittests",
7 "swarming": { 7 "swarming": {
8 "can_use_on_swarming_builders": true 8 "can_use_on_swarming_builders": true
9 } 9 }
10 }, 10 },
(...skipping 559 matching lines...) Expand 10 before | Expand all | Expand 10 after
570 "sql_unittests", 570 "sql_unittests",
571 "sync_unit_tests", 571 "sync_unit_tests",
572 "ui_base_unittests", 572 "ui_base_unittests",
573 "unit_tests", 573 "unit_tests",
574 "skia_unittests" 574 "skia_unittests"
575 ] 575 ]
576 }, 576 },
577 "Android Tests (dbg)": { 577 "Android Tests (dbg)": {
578 "scripts": [ 578 "scripts": [
579 { 579 {
580 "name": "check_licenses", 580 "name": "webview_licenses",
581 "script": "webview_licenses.py" 581 "script": "webview_licenses.py"
582 } 582 }
583 ] 583 ]
584 }, 584 },
585 "Android Tests": { 585 "Android Tests": {
586 "scripts": [ 586 "scripts": [
587 { 587 {
588 "name": "check_licenses", 588 "name": "webview_licenses",
589 "script": "webview_licenses.py" 589 "script": "webview_licenses.py"
590 } 590 }
591 ] 591 ]
592 } 592 }
593 } 593 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698