| Index: testing/buildbot/tryserver.chromium.linux.json
|
| diff --git a/testing/buildbot/tryserver.chromium.linux.json b/testing/buildbot/tryserver.chromium.linux.json
|
| index 767c5b4f593cce4806a9e61188bffa0de2e525c9..0a6c686b4317988c9da34348531cb5c94b0e549c 100644
|
| --- a/testing/buildbot/tryserver.chromium.linux.json
|
| +++ b/testing/buildbot/tryserver.chromium.linux.json
|
| @@ -11,7 +11,13 @@
|
| "chrome_shell_apk",
|
| "mandoline:all"
|
| ],
|
| - "gtest_tests": []
|
| + "gtest_tests": [],
|
| + "scripts": [
|
| + {
|
| + "name": "gn_check",
|
| + "script": "gn_check.py"
|
| + }
|
| + ]
|
| },
|
| "linux_chromium_gn_chromeos_dbg": {
|
| "additional_compile_targets": [
|
| @@ -352,6 +358,19 @@
|
| {
|
| "test": "wm_unittests"
|
| }
|
| + ],
|
| + "scripts": [
|
| + {
|
| + "name": "gn_check",
|
| + "script": "gn_check.py"
|
| + },
|
| + {
|
| + "args": [
|
| + "chrome"
|
| + ],
|
| + "name": "gyp_flag_compare",
|
| + "script": "gyp_flag_compare.py"
|
| + }
|
| ]
|
| }
|
| }
|
|
|