summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorbrettw <brettw@chromium.org>2016-07-21 09:38:22 -0700
committerCommit bot <commit-bot@chromium.org>2016-07-21 09:38:22 -0700
commite283e47aa3e6786dad94392db292e08ce18ccd5e (patch)
tree1e3ef52a079287ce0bd1d1de94fbc3e32fb9346a /BUILD.gn
parent8b301624917aae9f7b7b26e6d275c9ae9cd80cfe (diff)
downloadpdfium-e283e47aa3e6786dad94392db292e08ce18ccd5e.tar.xz
This improves build performance somewhat. This does not change the standalone targets since these don't affect the build time of Chrome and are small enough for it not to matter anyway. BUG=http://crbug.com/627637 Review-Url: https://codereview.chromium.org/2164633005
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index f622f05548..f824163c39 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -147,7 +147,7 @@ static_library("pdfium") {
}
}
-source_set("test_support") {
+static_library("test_support") {
testonly = true
sources = [
"testing/fx_string_testhelpers.cpp",