chore: move node specific build config out of //electron
This commit is contained in:
parent
06a501d4a2
commit
3dfc0098ec
2 changed files with 1 additions and 2 deletions
1
BUILD.gn
1
BUILD.gn
|
@ -406,7 +406,6 @@ static_library("electron_lib") {
|
||||||
}
|
}
|
||||||
if (is_win) {
|
if (is_win) {
|
||||||
libs += [ "dwmapi.lib" ]
|
libs += [ "dwmapi.lib" ]
|
||||||
cflags = [ "-Wno-microsoft-include" ]
|
|
||||||
}
|
}
|
||||||
if (is_linux || is_win) {
|
if (is_linux || is_win) {
|
||||||
deps += [ "//third_party/breakpad:client" ]
|
deps += [ "//third_party/breakpad:client" ]
|
||||||
|
|
2
DEPS
2
DEPS
|
@ -12,7 +12,7 @@ vars = {
|
||||||
'chromium_version':
|
'chromium_version':
|
||||||
'70.0.3538.102',
|
'70.0.3538.102',
|
||||||
'node_version':
|
'node_version':
|
||||||
'ed548847d7268327f0cfeff99b7ef64ab3dc2740',
|
'1b192088522d10d126e5bb9316adae2a97add62a',
|
||||||
|
|
||||||
'boto_version': 'f7574aa6cc2c819430c1f05e9a1a1a666ef8169b',
|
'boto_version': 'f7574aa6cc2c819430c1f05e9a1a1a666ef8169b',
|
||||||
'pyyaml_version': '3.12',
|
'pyyaml_version': '3.12',
|
||||||
|
|
Loading…
Reference in a new issue