Index: chrome/chrome.gyp |
=================================================================== |
--- chrome/chrome.gyp (revision 30939) |
+++ chrome/chrome.gyp (working copy) |
@@ -2531,11 +2531,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', { |
@@ -3785,6 +3780,11 @@ |
'../sandbox/sandbox.gyp:sandbox', |
], |
}], |
+ ['linux_sandbox_path != ""', { |
+ 'defines': [ |
+ 'LINUX_SANDBOX_PATH="<(linux_sandbox_path)"', |
+ ], |
+ }], |
], |
}], |
['OS=="mac" or OS=="win"', { |