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

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

Issue 2510303002: Add check_gn_headers.py to find missing headers in GN (Closed)
Patch Set: add linux and android files from tryjob runs Created 4 years 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 5dd210d2de1cab38a9c26d1ec8ff96b4a47e63c4..b77e143e2f9c3b8e65e0ef4834b72673ae89bf4b 100644
--- a/testing/buildbot/chromium.linux.json
+++ b/testing/buildbot/chromium.linux.json
@@ -1293,6 +1293,12 @@
{
"test": "webapk_shell_apk_junit_tests"
}
+ ],
+ "scripts": [
+ {
+ "name": "check_gn_headers",
+ "script": "check_gn_headers.py"
+ }
Dirk Pranke 2017/01/09 06:47:49 As I noted in the bug, it's not immediately clear
wychen 2017/01/09 13:14:53 I've removed them from this CL. According to my d
]
},
"Android Tests (dbg)": {
@@ -2568,6 +2574,12 @@
{
"test": "webapk_shell_apk_junit_tests"
}
+ ],
+ "scripts": [
+ {
+ "name": "check_gn_headers",
+ "script": "check_gn_headers.py"
+ }
]
},
"Blimp Linux (dbg)": {
@@ -3422,6 +3434,10 @@
],
"scripts": [
{
+ "name": "check_gn_headers",
+ "script": "check_gn_headers.py"
+ },
+ {
"name": "checkdeps",
"script": "checkdeps.py"
},
@@ -3984,6 +4000,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