From 331cf3cf75dcc7f676646ba3fc25a0e99f3ff97a Mon Sep 17 00:00:00 2001 From: Andrew Lay <39281103+guohaolay@users.noreply.github.com> Date: Tue, 7 Nov 2023 14:47:08 -0800 Subject: [PATCH] Add integrity checker header file to sources Co-authored-by: Weiyun Dai --- BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD.gn b/BUILD.gn index d8fbe4385a..39f12c93a1 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -654,6 +654,7 @@ source_set("electron_lib") { if (is_win) { libs += [ "dwmapi.lib", "Bcrypt.lib", "Crypt32.lib", "User32.lib" ] sources += [ + "shell/common/integrity_check_win.h", "shell/common/integrity_check_win.cc", ] deps += [