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:
9
.gitignore
vendored
9
.gitignore
vendored
@@ -2,7 +2,6 @@
|
||||
*.a
|
||||
*.so
|
||||
*.exe
|
||||
*.gclient_entries
|
||||
.vscode/
|
||||
tags
|
||||
TAGS
|
||||
@@ -12,4 +11,10 @@ Test/localResults/
|
||||
External/googletest
|
||||
External/spirv-tools
|
||||
out/
|
||||
third_party/llvm-build
|
||||
|
||||
# GN generated files
|
||||
.cipd/
|
||||
*.gclient_entries
|
||||
third_party/
|
||||
buildtools/
|
||||
tools/
|
||||
|
||||
Reference in New Issue
Block a user