diff --git a/src/credentials/BUILD.gn b/src/credentials/BUILD.gn index cd12f485e32009..dc5b7163be92e3 100644 --- a/src/credentials/BUILD.gn +++ b/src/credentials/BUILD.gn @@ -63,7 +63,9 @@ static_library("credentials") { "CHIPCert.h", "CHIPCertFromX509.cpp", "CHIPCertToX509.cpp", + "CHIPCert_Internal.h", "CHIPCertificateSet.h", + "CertificateValidityPolicy.h", "CertificationDeclaration.cpp", "CertificationDeclaration.h", "DeviceAttestationConstructor.cpp", @@ -76,6 +78,7 @@ static_library("credentials") { "GenerateChipX509Cert.cpp", "GroupDataProvider.h", "GroupDataProviderImpl.cpp", + "GroupDataProviderImpl.h", "LastKnownGoodTime.cpp", "LastKnownGoodTime.h", "OperationalCertificateStore.h",