diff options
author | jln@chromium.org <jln@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-02 20:38:04 +0000 |
---|---|---|
committer | jln@chromium.org <jln@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-02 20:38:04 +0000 |
commit | 3c52f8ede1c294f704fdcb162c7a02fb4eb7e7f1 (patch) | |
tree | f640e2b6c6112d799d35bcdd8d987132813418ea /content/content_common.gypi | |
parent | a00ca09cd8f799f984f2856aaeac3308dc948071 (diff) | |
download | chromium_src-3c52f8ede1c294f704fdcb162c7a02fb4eb7e7f1.zip chromium_src-3c52f8ede1c294f704fdcb162c7a02fb4eb7e7f1.tar.gz chromium_src-3c52f8ede1c294f704fdcb162c7a02fb4eb7e7f1.tar.bz2 |
Create a LinuxSandbox class.
The LinuxSandbox class aims to become the central place for Linux
sandboxing inside content/.
For now, this refactors mostly code from the Zygote.
BUG=
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/10826093
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149692 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_common.gypi')
-rw-r--r-- | content/content_common.gypi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/content/content_common.gypi b/content/content_common.gypi index 8a468bf..62abb78 100644 --- a/content/content_common.gypi +++ b/content/content_common.gypi @@ -320,7 +320,8 @@ 'common/sandbox_init_linux.cc', 'common/sandbox_mac.h', 'common/sandbox_mac.mm', - 'common/sandbox_methods_linux.h', + 'common/sandbox_linux.h', + 'common/sandbox_linux.cc', 'common/sandbox_policy.cc', 'common/sandbox_policy.h', 'common/savable_url_schemes.cc', |