| Index: sandbox/sandbox.gyp
|
| ===================================================================
|
| --- sandbox/sandbox.gyp (revision 50001)
|
| +++ sandbox/sandbox.gyp (working copy)
|
| @@ -135,7 +135,7 @@
|
| },
|
| ],
|
| }],
|
| - [ 'OS=="linux" and selinux==0 and clang==0', {
|
| + [ 'OS=="linux" and selinux==0', {
|
| 'targets': [
|
| {
|
| 'target_name': 'chrome_sandbox',
|
| @@ -168,7 +168,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': [
|
| {
|
|
|