summaryrefslogtreecommitdiffstats
path: root/sandbox/win
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/win')
-rw-r--r--sandbox/win/BUILD.gn6
1 files changed, 1 insertions, 5 deletions
diff --git a/sandbox/win/BUILD.gn b/sandbox/win/BUILD.gn
index 327396b..4d1dd58 100644
--- a/sandbox/win/BUILD.gn
+++ b/sandbox/win/BUILD.gn
@@ -4,11 +4,7 @@
import("//testing/test.gni")
-# This needs to be a static library rather than a sources set because small
-# portions of this are used in some contexts (like chrome_elf), and it
-# doesnn't seem to dead-code strip very well. This saves 12K on chrome_elf.dll,
-# over a source set, for example.
-static_library("sandbox") {
+source_set("sandbox") {
sources = [
"src/acl.cc",
"src/acl.h",