Fix GN build and presubmits
Add missing `.cfg` files for GN presubmit. Add missing `recursedeps` in the `DEPS` file. Call `./update_glslang_sources.py` before attempting to build. Add more GN spew to the `.gitignore` file.
This commit is contained in:
parent
ea52b3c2d2
commit
0f52e7ef12
7 changed files with 88 additions and 3 deletions
5
DEPS
5
DEPS
|
|
@ -75,3 +75,8 @@ hooks = [
|
|||
'condition': 'not build_with_chromium',
|
||||
},
|
||||
]
|
||||
|
||||
recursedeps = [
|
||||
# buildtools provides clang_format, libc++, and libc++abi
|
||||
'buildtools',
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue