| 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"
|
| }
|
|
|