From 10406380d92d3c38e3f4cda363f0d635ea7eefe2 Mon Sep 17 00:00:00 2001 From: Andrei Litvin Date: Fri, 2 Feb 2024 12:16:53 -0500 Subject: [PATCH] Add orphaned files to gn for src/credentials (#31844) --- src/credentials/BUILD.gn | 3 +++ 1 file changed, 3 insertions(+) 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",