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

Unified Diff: sandbox/sandbox.gyp

Issue 159025: Linux sandbox: save full list of SUID unsafe environment 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: sandbox/sandbox.gyp
diff --git a/sandbox/sandbox.gyp b/sandbox/sandbox.gyp
index 6ca2cef9c5bcc0e9c275025e59c9e19383e34c00..d711f833603601cac6de40de5b51c941f114d942 100644
--- a/sandbox/sandbox.gyp
+++ b/sandbox/sandbox.gyp
@@ -25,6 +25,9 @@
'sources': [
'linux/suid/sandbox.cc',
],
+ 'include_dirs': [
+ '..',
+ ],
}
],
}],

Powered by Google App Engine
This is Rietveld 408576698