| Index: sandbox/mac/BUILD.gn
|
| diff --git a/sandbox/mac/BUILD.gn b/sandbox/mac/BUILD.gn
|
| index fd53131dbbd37777df8050c36b2f27589f7e8802..5174b54f812b016156045871a5013fc34bfcbc48 100644
|
| --- a/sandbox/mac/BUILD.gn
|
| +++ b/sandbox/mac/BUILD.gn
|
| @@ -35,6 +35,8 @@ component("sandbox") {
|
|
|
| component("seatbelt") {
|
| sources = [
|
| + "sandbox_compiler.cc",
|
| + "sandbox_compiler.h",
|
| "seatbelt.cc",
|
| "seatbelt.h",
|
| "seatbelt_export.h",
|
| @@ -47,6 +49,8 @@ test("sandbox_mac_unittests") {
|
| sources = [
|
| "bootstrap_sandbox_unittest.mm",
|
| "policy_unittest.cc",
|
| + "sandbox_mac_compiler_unittest.mm",
|
| + "sandbox_mac_compiler_v2_unittest.mm",
|
| "xpc_message_server_unittest.cc",
|
| ]
|
|
|
| @@ -57,6 +61,7 @@ test("sandbox_mac_unittests") {
|
|
|
| deps = [
|
| ":sandbox",
|
| + ":seatbelt",
|
| "//base",
|
| "//base/test:run_all_unittests",
|
| "//testing/gtest",
|
|
|