chromium removed *_posix.cc from the source filters

This commit is contained in:
Jeremy Apthorp 2018-09-19 14:54:43 -07:00 committed by Aleksei Kuzmin
parent ae95f77d68
commit aafe83338c

View file

@ -248,6 +248,12 @@ static_library("electron_lib") {
"*\bwin_*.cc",
]
}
if (!is_posix) {
extra_source_filters += [
"*_posix.cc",
"*_posix.h",
]
}
if (is_mac) {
extra_source_filters += [
"*_views.cc",