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

Unified Diff: chrome/chrome.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
Index: chrome/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index a2f39ade42156681e6073a15ee19b582fe695bbd..f70fec0fde919a6a1e68988f6b8cfb4fe1f35429 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -1846,6 +1846,11 @@
'app/breakpad_linux.h',
],
}],
+ ['linux_sandbox_path!=""', {
+ 'defines': [
+ 'LINUX_SANDBOX_PATH="<(linux_sandbox_path)"'
+ ],
+ }],
],
}],
['OS=="linux" and toolkit_views==0', {

Powered by Google App Engine
This is Rietveld 408576698