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

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

Issue 2628543003: Check missing headers in the build on CQ (Closed)
Patch Set: rebase and fixup 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 side-by-side diff with in-line comments
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 »
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 27df774515d43a54d5684a6b3b6f5e6953c21591..47614ded0d56320b14434a5b8876e2ed0022fb57 100644
--- a/testing/buildbot/chromium.linux.json
+++ b/testing/buildbot/chromium.linux.json
@@ -4181,6 +4181,10 @@
],
"scripts": [
{
+ "name": "check_gn_headers",
+ "script": "check_gn_headers.py"
+ },
+ {
"name": "checkdeps",
"script": "checkdeps.py"
},
@@ -4797,6 +4801,10 @@
],
"scripts": [
{
+ "name": "check_gn_headers",
+ "script": "check_gn_headers.py"
+ },
+ {
"name": "nacl_integration",
"script": "nacl_integration.py"
}
« 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