Index: third_party/cld/BUILD.gn |
diff --git a/third_party/cld/BUILD.gn b/third_party/cld/BUILD.gn |
index 30af5b8acc9034dbfb47a1081f2727335ac353eb..ed4075d2bb8a2972c73f8b5cf5b401dfa3d5846e 100644 |
--- a/third_party/cld/BUILD.gn |
+++ b/third_party/cld/BUILD.gn |
@@ -7,7 +7,10 @@ config("cld_config") { |
include_dirs = [ "." ] |
} |
-static_library("cld") { |
+source_set("cld") { |
+ # The /win/ directory is used on all platforms. |
+ set_sources_assignment_filter([]) |
+ |
# This target includes its own copy of "base" which confuses the header |
# checker. |
check_includes = false |