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

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

Issue 2903733004: (reland) Check missing headers in the build on CQ (Closed)
Patch Set: update whitelist 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": [
Dirk Pranke 2017/05/25 01:39:31 Why are you moving these from the "Linux Tests" bu
wychen 2017/05/25 02:05:24 Exactly. The analysis relies on having a fully com
3524 {
3525 "name": "check_gn_headers",
3526 "script": "check_gn_headers.py"
3527 }
3522 ] 3528 ]
3523 }, 3529 },
3524 "Linux Builder (dbg)": { 3530 "Linux Builder (dbg)": {
3525 "additional_compile_targets": [ 3531 "additional_compile_targets": [
3526 "all" 3532 "all"
3533 ],
3534 "scripts": [
3535 {
3536 "name": "check_gn_headers",
3537 "script": "check_gn_headers.py"
3538 }
3527 ] 3539 ]
3528 }, 3540 },
3529 "Linux Tests": { 3541 "Linux Tests": {
3530 "gtest_tests": [ 3542 "gtest_tests": [
3531 { 3543 {
3532 "swarming": { 3544 "swarming": {
3533 "can_use_on_swarming_builders": true 3545 "can_use_on_swarming_builders": true
3534 }, 3546 },
3535 "test": "accessibility_unittests" 3547 "test": "accessibility_unittests"
3536 }, 3548 },
(...skipping 1642 matching lines...) Expand 10 before | Expand all | Expand 10 after
5179 "isolate_name": "telemetry_unittests", 5191 "isolate_name": "telemetry_unittests",
5180 "name": "telemetry_unittests", 5192 "name": "telemetry_unittests",
5181 "swarming": { 5193 "swarming": {
5182 "can_use_on_swarming_builders": true, 5194 "can_use_on_swarming_builders": true,
5183 "shards": 4 5195 "shards": 4
5184 } 5196 }
5185 } 5197 }
5186 ] 5198 ]
5187 } 5199 }
5188 } 5200 }
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