| Index: chrome/chrome.gyp
|
| ===================================================================
|
| --- chrome/chrome.gyp (revision 30499)
|
| +++ chrome/chrome.gyp (working copy)
|
| @@ -2507,11 +2507,6 @@
|
| 'browser/renderer_host/render_crash_handler_host_linux_stub.cc',
|
| ],
|
| }],
|
| - ['linux_sandbox_path != ""', {
|
| - 'defines': [
|
| - 'LINUX_SANDBOX_PATH="<(linux_sandbox_path)"',
|
| - ],
|
| - }],
|
| ],
|
| }],
|
| ['OS=="linux" and toolkit_views==0', {
|
| @@ -3746,6 +3741,11 @@
|
| '../sandbox/sandbox.gyp:sandbox',
|
| ],
|
| }],
|
| + ['linux_sandbox_path != ""', {
|
| + 'defines': [
|
| + 'LINUX_SANDBOX_PATH="<(linux_sandbox_path)"',
|
| + ],
|
| + }],
|
| ],
|
| }],
|
| ['OS=="mac" or OS=="win"', {
|
|
|