summaryrefslogtreecommitdiff
path: root/chromium/content/common
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/content/common')
-rw-r--r--chromium/content/common/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/content/common/BUILD.gn b/chromium/content/common/BUILD.gn
index 0fb9b184f7b..4b4f87c1d8c 100644
--- a/chromium/content/common/BUILD.gn
+++ b/chromium/content/common/BUILD.gn
@@ -34,7 +34,7 @@ buildflag_header("buildflags") {
]
}
-source_set("common") {
+static_library("common") {
# Targets external to content should always link to the public API.
# In addition, targets outside of the content component (shell and tests)
# must not link to this because it will duplicate the code in the component