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 /chrome/app/DEPS | |
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 'chrome/app/DEPS')
-rw-r--r-- | chrome/app/DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/app/DEPS b/chrome/app/DEPS index e8880a2..31f4011 100644 --- a/chrome/app/DEPS +++ b/chrome/app/DEPS @@ -12,7 +12,7 @@ include_rules = [ "+media/base", # For initializing media library. "+policy", # For generated headers and source "+sandbox", - "+seccompsandbox", + "+sandbox/linux/seccomp-legacy", "+tools/memory_watcher", "+third_party/lss/linux_syscall_support.h", ] |