chore: add GN linting (#14678)
* chore: add GN linter * chore: fix GN lint errors * try some crazy bash to get a gn exe * base64 on linux is different * cloning build_tools doesn't download GN * download_from_google_storage needs depot_tools in the path * fixup! chore: add GN linter
This commit is contained in:
parent
5efb0fdff1
commit
14fc6f3081
9 changed files with 88 additions and 45 deletions
|
@ -17,6 +17,7 @@ config("build_time_executable") {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
# For MAS build, we force defining "MAS_BUILD".
|
||||
config("mas_build") {
|
||||
if (is_mas_build) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue