Chromium Code Reviews| 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" |
| } |