| Index: chrome/chrome_exe.gypi
|
| diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
|
| index ef1a01b8fd5fa8f1a54416c72535c11b4a7f68ed..bd5726d10f3bdba899bfe3cf62ca4f41b39a131e 100644
|
| --- a/chrome/chrome_exe.gypi
|
| +++ b/chrome/chrome_exe.gypi
|
| @@ -443,11 +443,6 @@
|
| 'linux_installer_configs',
|
| ],
|
| }],
|
| - ['selinux==0', {
|
| - 'dependencies': [
|
| - '../sandbox/sandbox.gyp:sandbox',
|
| - ],
|
| - }],
|
| # For now, do not build nacl_helper when disable_nacl=1
|
| # http://code.google.com/p/gyp/issues/detail?id=239
|
| ['disable_nacl==0 and coverage==0', {
|
| @@ -457,6 +452,9 @@
|
| ],
|
| }],
|
| ],
|
| + 'dependencies': [
|
| + '../sandbox/sandbox.gyp:sandbox',
|
| + ],
|
| }],
|
| ['OS=="win"', {
|
| 'dependencies': [
|
|
|