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

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

Issue 2510303002: Add check_gn_headers.py to find missing headers in GN (Closed)
Patch Set: fix json dump Created 4 years, 1 month 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 04783b763831654ef4c401dd85cbe8d943be5555..1cf3e5c595d06471d7c7e49a64494713bcd416e8 100644
--- a/testing/buildbot/chromium.linux.json
+++ b/testing/buildbot/chromium.linux.json
@@ -1325,6 +1325,12 @@
{
"test": "webapk_shell_apk_junit_tests"
}
+ ],
+ "scripts": [
+ {
+ "name": "check_gn_headers",
+ "script": "check_gn_headers.py"
+ }
]
},
"Android Tests (dbg)": {
@@ -2632,6 +2638,12 @@
{
"test": "webapk_shell_apk_junit_tests"
}
+ ],
+ "scripts": [
+ {
+ "name": "check_gn_headers",
+ "script": "check_gn_headers.py"
+ }
]
},
"Blimp Linux (dbg)": {
@@ -3460,6 +3472,10 @@
],
"scripts": [
{
+ "name": "check_gn_headers",
+ "script": "check_gn_headers.py"
+ },
+ {
"name": "checkdeps",
"script": "checkdeps.py"
},
@@ -4016,6 +4032,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