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

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

Issue 2906533003: Check missing headers in the build on Android bots
Patch Set: Created 3 years, 6 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 Arm64 Builder (dbg)": { 2 "Android Arm64 Builder (dbg)": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "all" 4 "all"
5 ],
6 "scripts": [
7 {
8 "name": "check_gn_headers",
9 "script": "check_gn_headers.py"
10 }
5 ] 11 ]
6 }, 12 },
7 "Android Builder": { 13 "Android Builder": {
8 "additional_compile_targets": [ 14 "additional_compile_targets": [
9 "cronet_test_instrumentation_apk", 15 "cronet_test_instrumentation_apk",
10 "system_webview_apk" 16 "system_webview_apk"
11 ] 17 ]
12 }, 18 },
13 "Android Builder (dbg)": { 19 "Android Builder (dbg)": {
14 "additional_compile_targets": [ 20 "additional_compile_targets": [
15 "system_webview_apk" 21 "system_webview_apk"
16 ] 22 ]
17 }, 23 },
18 "Android Clang Builder (dbg)": { 24 "Android Clang Builder (dbg)": {
19 "additional_compile_targets": [ 25 "additional_compile_targets": [
20 "all" 26 "all"
27 ],
28 "scripts": [
29 {
30 "name": "check_gn_headers",
31 "script": "check_gn_headers.py"
32 }
21 ] 33 ]
22 }, 34 },
23 "Android Tests": { 35 "Android Tests": {
24 "gtest_tests": [ 36 "gtest_tests": [
25 { 37 {
26 "merge": { 38 "merge": {
27 "args": [ 39 "args": [
28 "--bucket", 40 "--bucket",
29 "chromium-result-details", 41 "chromium-result-details",
30 "--test-name", 42 "--test-name",
(...skipping 5160 matching lines...) Expand 10 before | Expand all | Expand 10 after
5191 "isolate_name": "telemetry_unittests", 5203 "isolate_name": "telemetry_unittests",
5192 "name": "telemetry_unittests", 5204 "name": "telemetry_unittests",
5193 "swarming": { 5205 "swarming": {
5194 "can_use_on_swarming_builders": true, 5206 "can_use_on_swarming_builders": true,
5195 "shards": 4 5207 "shards": 4
5196 } 5208 }
5197 } 5209 }
5198 ] 5210 ]
5199 } 5211 }
5200 } 5212 }
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