Chromium Code Reviews| Index: sandbox/mac/sandbox_mac.gypi |
| diff --git a/sandbox/mac/sandbox_mac.gypi b/sandbox/mac/sandbox_mac.gypi |
| index 13aa4039c9f1ead3e123ed22598e7189c0d216df..153a2525f4405338cdef6abdc803eacafec87bdc 100644 |
| --- a/sandbox/mac/sandbox_mac.gypi |
| +++ b/sandbox/mac/sandbox_mac.gypi |
| @@ -5,6 +5,25 @@ |
| { |
| 'targets': [ |
| { |
| + 'target_name': 'seatbelt', |
| + 'type' : '<(component)', |
| + 'sources': [ |
| + 'seatbelt.cc', |
| + 'seatbelt.h', |
|
Nico
2016/04/05 18:37:18
(likewise)
|
| + ], |
| + 'defines': [ |
| + 'SANDBOX_IMPLEMENTATION', |
| + ], |
| + 'include_dirs': [ |
| + '../..', |
| + ], |
| + 'link_settings': { |
| + 'libraries': [ |
| + '$(SDKROOT)/usr/lib/libsandbox.dylib', |
| + ], |
| + } |
| + }, |
| + { |
| 'target_name': 'sandbox', |
| 'type': '<(component)', |
| 'sources': [ |