| Index: sandbox/mac/sandbox_mac.gypi
|
| diff --git a/sandbox/mac/sandbox_mac.gypi b/sandbox/mac/sandbox_mac.gypi
|
| index b2c1495a58a6c84578b25eb8e8878b3c319f87f0..c33243baf20e089d76bcc534b6cb38d881d53290 100644
|
| --- a/sandbox/mac/sandbox_mac.gypi
|
| +++ b/sandbox/mac/sandbox_mac.gypi
|
| @@ -10,6 +10,8 @@
|
| 'sources': [
|
| 'bootstrap_sandbox.cc',
|
| 'bootstrap_sandbox.h',
|
| + 'dispatch_source_mach.cc',
|
| + 'dispatch_source_mach.h',
|
| 'launchd_interception_server.cc',
|
| 'launchd_interception_server.h',
|
| 'mach_message_server.cc',
|
| @@ -79,6 +81,7 @@
|
| 'type': 'executable',
|
| 'sources': [
|
| 'bootstrap_sandbox_unittest.mm',
|
| + 'dispatch_source_mach_unittest.cc',
|
| 'policy_unittest.cc',
|
| ],
|
| 'dependencies': [
|
|
|