aboutsummaryrefslogtreecommitdiff
path: root/pw_polyfill
diff options
context:
space:
mode:
authorWyatt Hepler <hepler@google.com>2020-08-07 14:09:03 -0700
committerCQ Bot Account <commit-bot@chromium.org>2020-08-08 01:58:46 +0000
commit7e3f1d9bb14d2da22a9b93497a8fbea71e0ddfc4 (patch)
tree747bcfb20a418eb3c53ce3c48bbcf535f0ceeaa9 /pw_polyfill
parent6ee135fa50ab416052cf318d39e1bfce146c2a14 (diff)
downloadpigweed-7e3f1d9bb14d2da22a9b93497a8fbea71e0ddfc4.tar.gz
GN build: No longer add public to sources
Adding public to sources is unnecessary. Clean up the remaining places where this is done. Change-Id: I63f1df64054b319d0a3297f62227756a1e3847ed Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/15665 Reviewed-by: Alexei Frolov <frolv@google.com> Commit-Queue: Wyatt Hepler <hepler@google.com>
Diffstat (limited to 'pw_polyfill')
-rw-r--r--pw_polyfill/BUILD.gn2
1 files changed, 0 insertions, 2 deletions
diff --git a/pw_polyfill/BUILD.gn b/pw_polyfill/BUILD.gn
index e3d40f2d9..2dcb666c8 100644
--- a/pw_polyfill/BUILD.gn
+++ b/pw_polyfill/BUILD.gn
@@ -30,7 +30,6 @@ pw_source_set("pw_polyfill") {
"public/pw_polyfill/language_features.h",
"public/pw_polyfill/standard.h",
]
- sources = public
}
config("overrides_config") {
@@ -63,7 +62,6 @@ pw_source_set("standard_library") {
"standard_library_public/pw_polyfill/standard_library/namespace.h",
"standard_library_public/pw_polyfill/standard_library/type_traits.h",
]
- sources = public
visibility = [
":overrides",
":pw_polyfill",