chore: move node specific build config out of //electron

This commit is contained in:
deepak1556 2018-11-29 08:31:50 +05:30
parent 06a501d4a2
commit 3dfc0098ec
2 changed files with 1 additions and 2 deletions

View file

@ -406,7 +406,6 @@ static_library("electron_lib") {
}
if (is_win) {
libs += [ "dwmapi.lib" ]
cflags = [ "-Wno-microsoft-include" ]
}
if (is_linux || is_win) {
deps += [ "//third_party/breakpad:client" ]

2
DEPS
View file

@ -12,7 +12,7 @@ vars = {
'chromium_version':
'70.0.3538.102',
'node_version':
'ed548847d7268327f0cfeff99b7ef64ab3dc2740',
'1b192088522d10d126e5bb9316adae2a97add62a',
'boto_version': 'f7574aa6cc2c819430c1f05e9a1a1a666ef8169b',
'pyyaml_version': '3.12',