| Index: sandbox/mac/sandbox_mac.gypi
|
| diff --git a/sandbox/mac/sandbox_mac.gypi b/sandbox/mac/sandbox_mac.gypi
|
| index 13aa4039c9f1ead3e123ed22598e7189c0d216df..79740e5a846e38cf9c6e9f056925d63450160624 100644
|
| --- a/sandbox/mac/sandbox_mac.gypi
|
| +++ b/sandbox/mac/sandbox_mac.gypi
|
| @@ -5,6 +5,26 @@
|
| {
|
| 'targets': [
|
| {
|
| + 'target_name': 'seatbelt',
|
| + 'type' : '<(component)',
|
| + 'sources': [
|
| + 'seatbelt.cc',
|
| + 'seatbelt.h',
|
| + 'seatbelt_export.h',
|
| + ],
|
| + 'defines': [
|
| + 'SEATBELT_IMPLEMENTATION',
|
| + ],
|
| + 'include_dirs': [
|
| + '../..',
|
| + ],
|
| + 'link_settings': {
|
| + 'libraries': [
|
| + '$(SDKROOT)/usr/lib/libsandbox.dylib',
|
| + ],
|
| + }
|
| + },
|
| + {
|
| 'target_name': 'sandbox',
|
| 'type': '<(component)',
|
| 'sources': [
|
|
|