Merge pull request #2320 from ShabbyX/fix-gn-check

gn: Fix `gn gen --check` by adding missing dependency
This commit is contained in:
John Kessenich 2020-07-05 10:12:27 -06:00 committed by GitHub
commit e7cb8bf080
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -226,6 +226,7 @@ glslang_sources_common("glslang_standalone_sources") {
source_set("glslang_default_resource_limits_sources") {
sources = [
"glslang/Include/ResourceLimits.h",
"StandAlone/ResourceLimits.cpp",
"StandAlone/ResourceLimits.h",
]