summaryrefslogtreecommitdiff
path: root/chromium/sandbox/mac/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/sandbox/mac/BUILD.gn')
-rw-r--r--chromium/sandbox/mac/BUILD.gn10
1 files changed, 10 insertions, 0 deletions
diff --git a/chromium/sandbox/mac/BUILD.gn b/chromium/sandbox/mac/BUILD.gn
index c317cefddbf..fd53131dbbd 100644
--- a/chromium/sandbox/mac/BUILD.gn
+++ b/chromium/sandbox/mac/BUILD.gn
@@ -33,6 +33,16 @@ component("sandbox") {
]
}
+component("seatbelt") {
+ sources = [
+ "seatbelt.cc",
+ "seatbelt.h",
+ "seatbelt_export.h",
+ ]
+ libs = [ "sandbox" ]
+ defines = [ "SEATBELT_IMPLEMENTATION" ]
+}
+
test("sandbox_mac_unittests") {
sources = [
"bootstrap_sandbox_unittest.mm",