|
@@ -217,6 +217,7 @@ static_library("electron_lib") {
|
|
|
]
|
|
|
|
|
|
defines = []
|
|
|
+ libs = []
|
|
|
|
|
|
extra_source_filters = []
|
|
|
if (!is_linux) {
|
|
@@ -280,7 +281,7 @@ static_library("electron_lib") {
|
|
|
]
|
|
|
defines += [ "MAS_BUILD" ]
|
|
|
} else {
|
|
|
- libs = [
|
|
|
+ libs += [
|
|
|
"Squirrel.framework",
|
|
|
"ReactiveCocoa.framework",
|
|
|
"Mantle.framework",
|
|
@@ -315,6 +316,7 @@ static_library("electron_lib") {
|
|
|
}
|
|
|
if (is_win) {
|
|
|
sources += filenames_gypi.lib_sources_win
|
|
|
+ libs += [ "dwmapi.lib" ]
|
|
|
}
|
|
|
if (is_linux || is_win) {
|
|
|
deps += [ "//third_party/breakpad:client" ]
|