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

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

Issue 1228123002: Enable "gn check" on android GN bots (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn12
Patch Set: only run on waterfall (not trybot) Created 5 years, 5 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 "chrome_public_apk", 4 "chrome_public_apk",
5 "chrome_public_test_apk", 5 "chrome_public_test_apk",
6 "chrome_shell_apk", 6 "chrome_shell_apk",
7 "chrome_shell_test_apk", 7 "chrome_shell_test_apk",
8 "content_shell_apk", 8 "content_shell_apk",
9 "mandoline:all" 9 "mandoline:all"
10 ], 10 ],
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 }, 47 },
48 { 48 {
49 "test": "mojo_view_manager_lib_unittests" 49 "test": "mojo_view_manager_lib_unittests"
50 }, 50 },
51 { 51 {
52 "test": "resource_provider_unittests" 52 "test": "resource_provider_unittests"
53 }, 53 },
54 { 54 {
55 "test": "view_manager_unittests" 55 "test": "view_manager_unittests"
56 } 56 }
57 ],
58 "scripts": [
59 {
60 "name": "gn_check",
61 "script": "gn_check.py"
62 }
57 ] 63 ]
58 }, 64 },
59 "Android GN (dbg)": { 65 "Android GN (dbg)": {
60 "additional_compile_targets": [ 66 "additional_compile_targets": [
61 "chrome_public_apk", 67 "chrome_public_apk",
62 "chrome_public_test_apk", 68 "chrome_public_test_apk",
63 "chrome_shell_apk", 69 "chrome_shell_apk",
64 "chrome_shell_test_apk", 70 "chrome_shell_test_apk",
65 "content_shell_apk", 71 "content_shell_apk",
66 "content_shell_test_apk", 72 "content_shell_test_apk",
(...skipping 1354 matching lines...) Expand 10 before | Expand all | Expand 10 after
1421 } 1427 }
1422 ], 1428 ],
1423 "scripts": [ 1429 "scripts": [
1424 { 1430 {
1425 "name": "nacl_integration", 1431 "name": "nacl_integration",
1426 "script": "nacl_integration.py" 1432 "script": "nacl_integration.py"
1427 } 1433 }
1428 ] 1434 ]
1429 } 1435 }
1430 } 1436 }
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