Index: sandbox/sandbox.gyp |
=================================================================== |
--- sandbox/sandbox.gyp (revision 47284) |
+++ sandbox/sandbox.gyp (working copy) |
@@ -126,6 +126,15 @@ |
], |
}, |
'conditions': [ |
+ [ 'OS=="freebsd" or OS=="openbsd"', { |
+ # GYP requires that each file have at least one target defined. |
+ 'targets': [ |
+ { |
+ 'target_name': 'sandbox', |
+ 'type': 'settings', |
+ }, |
+ ], |
+ }], |
[ 'OS=="linux" and selinux==0', { |
'targets': [ |
{ |