Commit 1550bd3f authored by Fabrice de Gans-Riberi's avatar Fabrice de Gans-Riberi Committed by Commit Bot

Remove the posix sources exclusion filter

Bug: 835405
Change-Id: I0dc49d7d8dd4c5cb05e93007c020bca4cf7830b0
Reviewed-on: https://chromium-review.googlesource.com/1013061Reviewed-by: default avatarDirk Pranke <dpranke@chromium.org>
Commit-Queue: Fabrice de Gans-Riberi <fdegans@chromium.org>
Cr-Commit-Position: refs/heads/master@{#553344}
parent 2754a52b
...@@ -401,17 +401,6 @@ if (current_os == "win" || current_os == "winuwp") { ...@@ -401,17 +401,6 @@ if (current_os == "win" || current_os == "winuwp") {
# below. # below.
sources_assignment_filter = [] sources_assignment_filter = []
# TODO(crbug.com/812974): Clean up _posix files and remove Fuchsia here.
if (!is_posix && !is_fuchsia) {
sources_assignment_filter += [
"*_posix.h",
"*_posix.cc",
"*_posix_unittest.h",
"*_posix_unittest.cc",
"*\bposix/*",
]
}
if (!is_win) { if (!is_win) {
sources_assignment_filter += [ sources_assignment_filter += [
"*_win.cc", "*_win.cc",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment