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

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

Issue 2510303002: Add check_gn_headers.py to find missing headers in GN (Closed)
Patch Set: add linux and android files from tryjob runs Created 3 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
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 1275 matching lines...) Expand 10 before | Expand all | Expand 10 after
1286 }, 1286 },
1287 { 1287 {
1288 "test": "ui_junit_tests" 1288 "test": "ui_junit_tests"
1289 }, 1289 },
1290 { 1290 {
1291 "test": "webapk_client_junit_tests" 1291 "test": "webapk_client_junit_tests"
1292 }, 1292 },
1293 { 1293 {
1294 "test": "webapk_shell_apk_junit_tests" 1294 "test": "webapk_shell_apk_junit_tests"
1295 } 1295 }
1296 ],
1297 "scripts": [
1298 {
1299 "name": "check_gn_headers",
1300 "script": "check_gn_headers.py"
1301 }
Dirk Pranke 2017/01/09 06:47:49 As I noted in the bug, it's not immediately clear
wychen 2017/01/09 13:14:53 I've removed them from this CL. According to my d
1296 ] 1302 ]
1297 }, 1303 },
1298 "Android Tests (dbg)": { 1304 "Android Tests (dbg)": {
1299 "gtest_tests": [ 1305 "gtest_tests": [
1300 { 1306 {
1301 "override_compile_targets": [ 1307 "override_compile_targets": [
1302 "android_webview_test_apk" 1308 "android_webview_test_apk"
1303 ], 1309 ],
1304 "override_isolate_target": "android_webview_test_apk", 1310 "override_isolate_target": "android_webview_test_apk",
1305 "swarming": { 1311 "swarming": {
(...skipping 1255 matching lines...) Expand 10 before | Expand all | Expand 10 after
2561 }, 2567 },
2562 { 2568 {
2563 "test": "ui_junit_tests" 2569 "test": "ui_junit_tests"
2564 }, 2570 },
2565 { 2571 {
2566 "test": "webapk_client_junit_tests" 2572 "test": "webapk_client_junit_tests"
2567 }, 2573 },
2568 { 2574 {
2569 "test": "webapk_shell_apk_junit_tests" 2575 "test": "webapk_shell_apk_junit_tests"
2570 } 2576 }
2577 ],
2578 "scripts": [
2579 {
2580 "name": "check_gn_headers",
2581 "script": "check_gn_headers.py"
2582 }
2571 ] 2583 ]
2572 }, 2584 },
2573 "Blimp Linux (dbg)": { 2585 "Blimp Linux (dbg)": {
2574 "gtest_tests": [ 2586 "gtest_tests": [
2575 { 2587 {
2576 "swarming": { 2588 "swarming": {
2577 "can_use_on_swarming_builders": true 2589 "can_use_on_swarming_builders": true
2578 }, 2590 },
2579 "test": "blimp_browsertests" 2591 "test": "blimp_browsertests"
2580 }, 2592 },
(...skipping 834 matching lines...) Expand 10 before | Expand all | Expand 10 after
3415 "override_compile_targets": [ 3427 "override_compile_targets": [
3416 "telemetry_unittests_run" 3428 "telemetry_unittests_run"
3417 ], 3429 ],
3418 "swarming": { 3430 "swarming": {
3419 "can_use_on_swarming_builders": true 3431 "can_use_on_swarming_builders": true
3420 } 3432 }
3421 } 3433 }
3422 ], 3434 ],
3423 "scripts": [ 3435 "scripts": [
3424 { 3436 {
3437 "name": "check_gn_headers",
3438 "script": "check_gn_headers.py"
3439 },
3440 {
3425 "name": "checkdeps", 3441 "name": "checkdeps",
3426 "script": "checkdeps.py" 3442 "script": "checkdeps.py"
3427 }, 3443 },
3428 { 3444 {
3429 "name": "checkperms", 3445 "name": "checkperms",
3430 "script": "checkperms.py" 3446 "script": "checkperms.py"
3431 }, 3447 },
3432 { 3448 {
3433 "name": "nacl_integration", 3449 "name": "nacl_integration",
3434 "script": "nacl_integration.py" 3450 "script": "nacl_integration.py"
(...skipping 542 matching lines...) Expand 10 before | Expand all | Expand 10 after
3977 "override_compile_targets": [ 3993 "override_compile_targets": [
3978 "telemetry_unittests_run" 3994 "telemetry_unittests_run"
3979 ], 3995 ],
3980 "swarming": { 3996 "swarming": {
3981 "can_use_on_swarming_builders": true 3997 "can_use_on_swarming_builders": true
3982 } 3998 }
3983 } 3999 }
3984 ], 4000 ],
3985 "scripts": [ 4001 "scripts": [
3986 { 4002 {
4003 "name": "check_gn_headers",
4004 "script": "check_gn_headers.py"
4005 },
4006 {
3987 "name": "nacl_integration", 4007 "name": "nacl_integration",
3988 "script": "nacl_integration.py" 4008 "script": "nacl_integration.py"
3989 } 4009 }
3990 ] 4010 ]
3991 }, 4011 },
3992 "Linux Tests (dbg)(1)(32)": { 4012 "Linux Tests (dbg)(1)(32)": {
3993 "gtest_tests": [ 4013 "gtest_tests": [
3994 { 4014 {
3995 "swarming": { 4015 "swarming": {
3996 "can_use_on_swarming_builders": true 4016 "can_use_on_swarming_builders": true
(...skipping 347 matching lines...) Expand 10 before | Expand all | Expand 10 after
4344 "override_compile_targets": [ 4364 "override_compile_targets": [
4345 "telemetry_unittests_run" 4365 "telemetry_unittests_run"
4346 ], 4366 ],
4347 "swarming": { 4367 "swarming": {
4348 "can_use_on_swarming_builders": true 4368 "can_use_on_swarming_builders": true
4349 } 4369 }
4350 } 4370 }
4351 ] 4371 ]
4352 } 4372 }
4353 } 4373 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698