Index: third_party/cld/BUILD.gn |
diff --git a/third_party/cld/BUILD.gn b/third_party/cld/BUILD.gn |
index 30af5b8acc9034dbfb47a1081f2727335ac353eb..188cdd792415fac6e7b0f88b520945c1a79bfbae 100644 |
--- a/third_party/cld/BUILD.gn |
+++ b/third_party/cld/BUILD.gn |
@@ -7,7 +7,8 @@ config("cld_config") { |
include_dirs = [ "." ] |
} |
-static_library("cld") { |
+source_set("cld") { |
+ set_sources_assignment_filter([]) |
jamesr
2014/10/22 00:28:19
why do you need this? do we use the windows code o
cjhopman
2014/10/23 00:15:48
We do.
In gyp, we actually only apply the filenam
|
# This target includes its own copy of "base" which confuses the header |
# checker. |
check_includes = false |