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

Unified Diff: sandbox/sandbox_linux.gypi

Issue 10792027: Move /seccompsandbox to /sandbox/linux/seccomp-legacy (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase on top of tree (post Windows sandbox move) Created 8 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
« no previous file with comments | « content/common/seccomp_sandbox.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/sandbox_linux.gypi
diff --git a/sandbox/sandbox_linux.gypi b/sandbox/sandbox_linux.gypi
index 9cfb897226aaa1a216afad14c8906466c5d9b07e..865c22da959d7c5e570bb0e16e1e3dd437d091e4 100644
--- a/sandbox/sandbox_linux.gypi
+++ b/sandbox/sandbox_linux.gypi
@@ -17,7 +17,7 @@
[ 'OS=="linux" and (target_arch=="ia32" or target_arch=="x64") '
'and toolkit_views==0 and selinux==0', {
'dependencies': [
- '../seccompsandbox/seccomp.gyp:seccomp_sandbox',
+ 'linux/seccomp-legacy/seccomp.gyp:seccomp_sandbox',
],
}],
# Similarly, compile seccomp BPF when we support it
« no previous file with comments | « content/common/seccomp_sandbox.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698