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

Unified Diff: testing/buildbot/chromium.linux.json

Issue 2910603002: Enable checking GN missing headers on CQ and waterfall (Closed)
Patch Set: rebase 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/chromium.linux.json
diff --git a/testing/buildbot/chromium.linux.json b/testing/buildbot/chromium.linux.json
index f6aa92bb2bdb0c21cf620f9d11560a6b82ebdacf..3ffbac39d81865f64763a71474d3fc5584c35f10 100644
--- a/testing/buildbot/chromium.linux.json
+++ b/testing/buildbot/chromium.linux.json
@@ -3519,11 +3519,23 @@
"Linux Builder": {
"additional_compile_targets": [
"all"
+ ],
+ "scripts": [
+ {
+ "name": "check_gn_headers",
+ "script": "check_gn_headers.py"
+ }
]
},
"Linux Builder (dbg)": {
"additional_compile_targets": [
"all"
+ ],
+ "scripts": [
+ {
+ "name": "check_gn_headers",
+ "script": "check_gn_headers.py"
+ }
]
},
"Linux Tests": {
« 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