Browse Source

chromium removed *_posix.cc from the source filters

Jeremy Apthorp 6 years ago
parent
commit
aafe83338c
1 changed files with 6 additions and 0 deletions
  1. 6 0
      BUILD.gn

+ 6 - 0
BUILD.gn

@@ -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",