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

Unified Diff: sandbox/sandbox.gyp

Issue 149689: Linux: move hardcoded paths to GYP variables. (Closed)
Patch Set: ... Created 11 years, 5 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
« chrome/browser/zygote_host_linux.cc ('K') | « sandbox/linux/suid/sandbox.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/sandbox.gyp
diff --git a/sandbox/sandbox.gyp b/sandbox/sandbox.gyp
index 76e5dd3b2c73d344e8e4fecdd0c9effc55bc5c30..6ca2cef9c5bcc0e9c275025e59c9e19383e34c00 100644
--- a/sandbox/sandbox.gyp
+++ b/sandbox/sandbox.gyp
@@ -19,6 +19,9 @@
},
],
],
+ 'defines': [
+ 'LINUX_SANDBOX_CHROME_PATH="<(linux_sandbox_chrome_path)"',
+ ],
'sources': [
'linux/suid/sandbox.cc',
],
« chrome/browser/zygote_host_linux.cc ('K') | « sandbox/linux/suid/sandbox.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698