summaryrefslogtreecommitdiffstats
path: root/chrome/chrome.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/chrome.gyp')
-rwxr-xr-xchrome/chrome.gyp10
1 files changed, 5 insertions, 5 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index c2f061c..4ef2bff 100755
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -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"', {