diff options
author | jln@chromium.org <jln@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-18 04:48:40 +0000 |
---|---|---|
committer | jln@chromium.org <jln@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-18 04:48:40 +0000 |
commit | ae1e1285ee79cbfdf2ff94d7b56c1a973620a37b (patch) | |
tree | 9c054658f276e9c72d310536a7b7738bf78b0948 /sandbox | |
parent | 112bbd6e31565d4bc569093fd9687b7ac52f2ccf (diff) | |
download | chromium_src-ae1e1285ee79cbfdf2ff94d7b56c1a973620a37b.zip chromium_src-ae1e1285ee79cbfdf2ff94d7b56c1a973620a37b.tar.gz chromium_src-ae1e1285ee79cbfdf2ff94d7b56c1a973620a37b.tar.bz2 |
Move /seccompsandbox to /sandbox/linux/seccomp-legacy
BUG=
TEST=
Review URL: https://chromiumcodereview.appspot.com/10792027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147179 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sandbox')
-rw-r--r-- | sandbox/sandbox_linux.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/sandbox_linux.gypi b/sandbox/sandbox_linux.gypi index 9cfb897..865c22d 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 |