diff options
author | pinkerton@google.com <pinkerton@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-09 20:28:44 +0000 |
---|---|---|
committer | pinkerton@google.com <pinkerton@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-09 20:28:44 +0000 |
commit | a1a130f7da9191abecf15b3c27e2aa7ee1faacb3 (patch) | |
tree | 3a9c6ad25ec53f05a4380ffac1a7932f66107a0d /chrome/common/common.scons | |
parent | fd26b925c589b600c7d12f55554ad1097bad6b87 (diff) | |
download | chromium_src-a1a130f7da9191abecf15b3c27e2aa7ee1faacb3.zip chromium_src-a1a130f7da9191abecf15b3c27e2aa7ee1faacb3.tar.gz chromium_src-a1a130f7da9191abecf15b3c27e2aa7ee1faacb3.tar.bz2 |
remove chrome dependencies from win sandboxing headers. Wrap sandbox code to
make the main routine a little cleaner. Unify the parameters of each of the "main" entry points so we can more easily abstract platform differences in the future. BUG=5323
Review URL: http://codereview.chromium.org/17426
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7825 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/common.scons')
-rw-r--r-- | chrome/common/common.scons | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/common.scons b/chrome/common/common.scons index c491b80..05f6975 100644 --- a/chrome/common/common.scons +++ b/chrome/common/common.scons @@ -71,6 +71,7 @@ input_files.extend([ 'property_bag.cc', 'render_messages.cc', 'resource_dispatcher.cc', + 'sandbox_init_wrapper.cc', 'slide_animation.cc', 'sqlite_compiled_statement.cc', 'sqlite_utils.cc', |