Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(46)

Unified Diff: content/content_browser.gypi

Issue 22751007: Linux: use sandbox binary alongside chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/browser_main_loop.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 0fc5e68df43d5a42ec3068af3c4cb41716e9330d..37b6e60266a7f8043c404b8affaaaa10a2d412b8 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -1351,14 +1351,6 @@
'../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': [
« no previous file with comments | « content/browser/browser_main_loop.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698