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

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

Issue 2906533003: Check missing headers in the build on Android bots
Patch Set: 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 | « 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 9ed057d0308a5a708ddbce976e47f12ec179c62f..20a70f5967b5b31f1da191e624a25f60fd90e752 100644
--- a/testing/buildbot/chromium.linux.json
+++ b/testing/buildbot/chromium.linux.json
@@ -2,6 +2,12 @@
"Android Arm64 Builder (dbg)": {
"additional_compile_targets": [
"all"
+ ],
+ "scripts": [
+ {
+ "name": "check_gn_headers",
+ "script": "check_gn_headers.py"
+ }
]
},
"Android Builder": {
@@ -18,6 +24,12 @@
"Android Clang Builder (dbg)": {
"additional_compile_targets": [
"all"
+ ],
+ "scripts": [
+ {
+ "name": "check_gn_headers",
+ "script": "check_gn_headers.py"
+ }
]
},
"Android 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