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

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

Issue 1585763002: Add android_webview_unittests to Android GN bot (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 | 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 "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"
9 },
10 {
8 "test": "base_unittests" 11 "test": "base_unittests"
9 }, 12 },
10 { 13 {
11 "test": "blimp_unittests" 14 "test": "blimp_unittests"
12 }, 15 },
13 { 16 {
14 "test": "cc_unittests" 17 "test": "cc_unittests"
15 }, 18 },
16 { 19 {
17 "test": "components_browsertests" 20 "test": "components_browsertests"
(...skipping 1402 matching lines...) Expand 10 before | Expand all | Expand 10 after
1420 } 1423 }
1421 ], 1424 ],
1422 "scripts": [ 1425 "scripts": [
1423 { 1426 {
1424 "name": "nacl_integration", 1427 "name": "nacl_integration",
1425 "script": "nacl_integration.py" 1428 "script": "nacl_integration.py"
1426 } 1429 }
1427 ] 1430 ]
1428 } 1431 }
1429 } 1432 }
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