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

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

Issue 2897173007: Revert of (reland) Check missing headers in the build on CQ (Closed)
Patch Set: Created 3 years, 7 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 | « build/check_gn_headers_whitelist.txt ('k') | testing/scripts/check_gn_headers.py » ('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 Arm64 Builder (dbg)": { 2 "Android Arm64 Builder (dbg)": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "all" 4 "all"
5 ] 5 ]
6 }, 6 },
7 "Android Builder": { 7 "Android Builder": {
8 "additional_compile_targets": [ 8 "additional_compile_targets": [
9 "cronet_test_instrumentation_apk", 9 "cronet_test_instrumentation_apk",
10 "system_webview_apk" 10 "system_webview_apk"
(...skipping 3501 matching lines...) Expand 10 before | Expand all | Expand 10 after
3512 "swarming": { 3512 "swarming": {
3513 "can_use_on_swarming_builders": false 3513 "can_use_on_swarming_builders": false
3514 }, 3514 },
3515 "test": "url_unittests" 3515 "test": "url_unittests"
3516 } 3516 }
3517 ] 3517 ]
3518 }, 3518 },
3519 "Linux Builder": { 3519 "Linux Builder": {
3520 "additional_compile_targets": [ 3520 "additional_compile_targets": [
3521 "all" 3521 "all"
3522 ],
3523 "scripts": [
3524 {
3525 "name": "check_gn_headers",
3526 "script": "check_gn_headers.py"
3527 }
3528 ] 3522 ]
3529 }, 3523 },
3530 "Linux Builder (dbg)": { 3524 "Linux Builder (dbg)": {
3531 "additional_compile_targets": [ 3525 "additional_compile_targets": [
3532 "all" 3526 "all"
3533 ],
3534 "scripts": [
3535 {
3536 "name": "check_gn_headers",
3537 "script": "check_gn_headers.py"
3538 }
3539 ] 3527 ]
3540 }, 3528 },
3541 "Linux Tests": { 3529 "Linux Tests": {
3542 "gtest_tests": [ 3530 "gtest_tests": [
3543 { 3531 {
3544 "swarming": { 3532 "swarming": {
3545 "can_use_on_swarming_builders": true 3533 "can_use_on_swarming_builders": true
3546 }, 3534 },
3547 "test": "accessibility_unittests" 3535 "test": "accessibility_unittests"
3548 }, 3536 },
(...skipping 1642 matching lines...) Expand 10 before | Expand all | Expand 10 after
5191 "isolate_name": "telemetry_unittests", 5179 "isolate_name": "telemetry_unittests",
5192 "name": "telemetry_unittests", 5180 "name": "telemetry_unittests",
5193 "swarming": { 5181 "swarming": {
5194 "can_use_on_swarming_builders": true, 5182 "can_use_on_swarming_builders": true,
5195 "shards": 4 5183 "shards": 4
5196 } 5184 }
5197 } 5185 }
5198 ] 5186 ]
5199 } 5187 }
5200 } 5188 }
OLDNEW
« no previous file with comments | « build/check_gn_headers_whitelist.txt ('k') | testing/scripts/check_gn_headers.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698