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

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

Issue 2900143004: Revert of Check missing headers in the build on CQ (Closed)
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 | « 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 4163 matching lines...) Expand 10 before | Expand all | Expand 10 after
4174 "isolate_name": "telemetry_unittests", 4174 "isolate_name": "telemetry_unittests",
4175 "name": "telemetry_unittests", 4175 "name": "telemetry_unittests",
4176 "swarming": { 4176 "swarming": {
4177 "can_use_on_swarming_builders": true, 4177 "can_use_on_swarming_builders": true,
4178 "shards": 4 4178 "shards": 4
4179 } 4179 }
4180 } 4180 }
4181 ], 4181 ],
4182 "scripts": [ 4182 "scripts": [
4183 { 4183 {
4184 "name": "check_gn_headers",
4185 "script": "check_gn_headers.py"
4186 },
4187 {
4188 "name": "checkdeps", 4184 "name": "checkdeps",
4189 "script": "checkdeps.py" 4185 "script": "checkdeps.py"
4190 }, 4186 },
4191 { 4187 {
4192 "name": "checkperms", 4188 "name": "checkperms",
4193 "script": "checkperms.py" 4189 "script": "checkperms.py"
4194 }, 4190 },
4195 { 4191 {
4196 "name": "nacl_integration", 4192 "name": "nacl_integration",
4197 "script": "nacl_integration.py" 4193 "script": "nacl_integration.py"
(...skipping 596 matching lines...) Expand 10 before | Expand all | Expand 10 after
4794 "isolate_name": "telemetry_unittests", 4790 "isolate_name": "telemetry_unittests",
4795 "name": "telemetry_unittests", 4791 "name": "telemetry_unittests",
4796 "swarming": { 4792 "swarming": {
4797 "can_use_on_swarming_builders": true, 4793 "can_use_on_swarming_builders": true,
4798 "shards": 4 4794 "shards": 4
4799 } 4795 }
4800 } 4796 }
4801 ], 4797 ],
4802 "scripts": [ 4798 "scripts": [
4803 { 4799 {
4804 "name": "check_gn_headers",
4805 "script": "check_gn_headers.py"
4806 },
4807 {
4808 "name": "nacl_integration", 4800 "name": "nacl_integration",
4809 "script": "nacl_integration.py" 4801 "script": "nacl_integration.py"
4810 } 4802 }
4811 ] 4803 ]
4812 }, 4804 },
4813 "Linux Tests (dbg)(1)(32)": { 4805 "Linux Tests (dbg)(1)(32)": {
4814 "gtest_tests": [ 4806 "gtest_tests": [
4815 { 4807 {
4816 "swarming": { 4808 "swarming": {
4817 "can_use_on_swarming_builders": true 4809 "can_use_on_swarming_builders": true
(...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after
5187 "isolate_name": "telemetry_unittests", 5179 "isolate_name": "telemetry_unittests",
5188 "name": "telemetry_unittests", 5180 "name": "telemetry_unittests",
5189 "swarming": { 5181 "swarming": {
5190 "can_use_on_swarming_builders": true, 5182 "can_use_on_swarming_builders": true,
5191 "shards": 4 5183 "shards": 4
5192 } 5184 }
5193 } 5185 }
5194 ] 5186 ]
5195 } 5187 }
5196 } 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