commit | 0f52e7ef1216a5c6b3d198bea4097f371c063d95 | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Wed Oct 21 13:36:50 2020 +0100 |
committer | Ben Clayton <bclayton@google.com> | Wed Oct 21 15:49:08 2020 +0100 |
tree | d16f841bb032b63b78d08687bbcc4939a31b1eb7 | |
parent | ea52b3c2d270ed37a4bb0dea771a6ec289af0f4b [diff] [blame] |
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.
diff --git a/DEPS b/DEPS index 9c0e045..2f5fa8e 100644 --- a/DEPS +++ b/DEPS
@@ -75,3 +75,8 @@ 'condition': 'not build_with_chromium', }, ] + +recursedeps = [ + # buildtools provides clang_format, libc++, and libc++abi + 'buildtools', +]