chromium removed *_posix.cc from the source filters
This commit is contained in:
parent
ae95f77d68
commit
aafe83338c
1 changed files with 6 additions and 0 deletions
6
BUILD.gn
6
BUILD.gn
|
@ -248,6 +248,12 @@ static_library("electron_lib") {
|
||||||
"*\bwin_*.cc",
|
"*\bwin_*.cc",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
if (!is_posix) {
|
||||||
|
extra_source_filters += [
|
||||||
|
"*_posix.cc",
|
||||||
|
"*_posix.h",
|
||||||
|
]
|
||||||
|
}
|
||||||
if (is_mac) {
|
if (is_mac) {
|
||||||
extra_source_filters += [
|
extra_source_filters += [
|
||||||
"*_views.cc",
|
"*_views.cc",
|
||||||
|
|
Loading…
Reference in a new issue