| Index: sandbox/mac/BUILD.gn
|
| diff --git a/sandbox/mac/BUILD.gn b/sandbox/mac/BUILD.gn
|
| index c317cefddbf05449a2986999eb8f5ffc99790e10..a1e8d2e070306d1adaa324e9d95a067869e3bad9 100644
|
| --- a/sandbox/mac/BUILD.gn
|
| +++ b/sandbox/mac/BUILD.gn
|
| @@ -33,6 +33,15 @@ component("sandbox") {
|
| ]
|
| }
|
|
|
| +component("seatbelt") {
|
| + sources = [
|
| + "seatbelt.cc",
|
| + "seatbelt.h",
|
| + ]
|
| + libs = [ "sandbox" ]
|
| + defines = [ "SANDBOX_IMPLEMENTATION" ]
|
| +}
|
| +
|
| test("sandbox_mac_unittests") {
|
| sources = [
|
| "bootstrap_sandbox_unittest.mm",
|
|
|