mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
Add integrity checker header file to sources
Co-authored-by: Weiyun Dai <weiyun.chn@gmail.com>
This commit is contained in:
1
BUILD.gn
1
BUILD.gn
@@ -654,6 +654,7 @@ source_set("electron_lib") {
|
|||||||
if (is_win) {
|
if (is_win) {
|
||||||
libs += [ "dwmapi.lib", "Bcrypt.lib", "Crypt32.lib", "User32.lib" ]
|
libs += [ "dwmapi.lib", "Bcrypt.lib", "Crypt32.lib", "User32.lib" ]
|
||||||
sources += [
|
sources += [
|
||||||
|
"shell/common/integrity_check_win.h",
|
||||||
"shell/common/integrity_check_win.cc",
|
"shell/common/integrity_check_win.cc",
|
||||||
]
|
]
|
||||||
deps += [
|
deps += [
|
||||||
|
|||||||
Reference in New Issue
Block a user