Index: trunk/src/content/content_browser.gypi |
=================================================================== |
--- trunk/src/content/content_browser.gypi (revision 215299) |
+++ trunk/src/content/content_browser.gypi (working copy) |
@@ -1324,6 +1324,14 @@ |
'../build/linux/system.gyp:udev', |
'../sandbox/sandbox.gyp:libc_urandom_override', |
], |
+ # Set LINUX_SANDBOX_PATH for Linux, including Chrome OS |
+ 'conditions': [ |
+ ['linux_sandbox_path != ""', { |
+ 'defines': [ |
+ 'LINUX_SANDBOX_PATH="<(linux_sandbox_path)"', |
+ ], |
+ }], |
+ ], |
}], |
['OS=="linux" and use_aura==1', { |
'dependencies': [ |