| Index: sandbox/mac/BUILD.gn
|
| diff --git a/sandbox/mac/BUILD.gn b/sandbox/mac/BUILD.gn
|
| index c317cefddbf05449a2986999eb8f5ffc99790e10..fd53131dbbd37777df8050c36b2f27589f7e8802 100644
|
| --- a/sandbox/mac/BUILD.gn
|
| +++ b/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",
|
|
|