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

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

Issue 2628543003: Check missing headers in the build on CQ (Closed)
Patch Set: remove android bots since they no longer build all 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
Index: testing/buildbot/chromium.linux.json
diff --git a/testing/buildbot/chromium.linux.json b/testing/buildbot/chromium.linux.json
index f25fae8469713e81a11f1d1d4fdf1aaa2219a7fc..22ac51f500e44db7cfde077f5754cb8d3261f387 100644
--- a/testing/buildbot/chromium.linux.json
+++ b/testing/buildbot/chromium.linux.json
@@ -4223,6 +4223,10 @@
],
"scripts": [
{
+ "name": "check_gn_headers",
+ "script": "check_gn_headers.py"
+ },
+ {
"name": "checkdeps",
"script": "checkdeps.py"
},
@@ -4881,6 +4885,10 @@
],
"scripts": [
{
+ "name": "check_gn_headers",
+ "script": "check_gn_headers.py"
+ },
+ {
"name": "nacl_integration",
"script": "nacl_integration.py"
}

Powered by Google App Engine
This is Rietveld 408576698