Commit 2c7c438d authored by Wei-Yin Chen (陳威尹)'s avatar Wei-Yin Chen (陳威尹) Committed by Commit Bot

Run check_gn_headers on ClangToTLinux

BUG=733500

Change-Id: Iee053126ab61bdb99ba78bdc74e720ff179febc6
Reviewed-on: https://chromium-review.googlesource.com/567729Reviewed-by: default avatarDirk Pranke <dpranke@chromium.org>
Commit-Queue: Wei-Yin Chen (陳威尹) <wychen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#486770}
parent f9c23f65
...@@ -4199,6 +4199,14 @@ ...@@ -4199,6 +4199,14 @@
} }
] ]
}, },
"ClangToTLinux": {
"scripts": [
{
"name": "check_gn_headers",
"script": "check_gn_headers.py"
}
]
},
"ClangToTLinux tester": { "ClangToTLinux tester": {
"gtest_tests": [ "gtest_tests": [
{ {
......
...@@ -44,4 +44,4 @@ if __name__ == '__main__': ...@@ -44,4 +44,4 @@ if __name__ == '__main__':
'run': main_run, 'run': main_run,
'compile_targets': main_compile_targets, 'compile_targets': main_compile_targets,
} }
sys.exit(common.run_script(sys.argv[1:], funcs)) common.run_script(sys.argv[1:], funcs)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment