diff options
Diffstat (limited to 'sandbox/sandbox.gyp')
-rw-r--r-- | sandbox/sandbox.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sandbox/sandbox.gyp b/sandbox/sandbox.gyp index 6832c8a..2166675 100644 --- a/sandbox/sandbox.gyp +++ b/sandbox/sandbox.gyp @@ -141,7 +141,7 @@ }, ], }], - [ 'OS=="linux" and selinux==0 and clang==0', { + [ 'OS=="linux" and selinux==0', { 'targets': [ { 'target_name': 'chrome_sandbox', @@ -174,7 +174,7 @@ }, ], }], - [ 'OS=="linux" and (selinux==1 or clang==1)', { + [ 'OS=="linux" and selinux==1', { # GYP requires that each file have at least one target defined. 'targets': [ { |