chore: [gn] add desktop capturer sources to GN build (#13286)

This commit is contained in:
Jeremy Apthorp 2018-06-19 08:29:36 -07:00 committed by Charles Kerr
parent dd6c776a19
commit e177117fa5

View file

@ -339,6 +339,13 @@ static_library("electron_lib") {
]
}
if (enable_desktop_capturer) {
sources += [
"atom/browser/api/atom_api_desktop_capturer.cc",
"atom/browser/api/atom_api_desktop_capturer.h",
]
}
if (is_mac) {
libs = [
"Squirrel.framework",