diff options
author | jschuh@chromium.org <jschuh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-21 02:17:54 +0000 |
---|---|---|
committer | jschuh@chromium.org <jschuh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-21 02:17:54 +0000 |
commit | 6aa17e815f13a4f4d49c2614c40a188806b15c67 (patch) | |
tree | d4464f39bfcc899892b09afcd8f0ed95f3643c28 /sandbox/sandbox.gyp | |
parent | 5870f28af1960c95defbff139e147dc8193eca37 (diff) | |
download | chromium_src-6aa17e815f13a4f4d49c2614c40a188806b15c67.zip chromium_src-6aa17e815f13a4f4d49c2614c40a188806b15c67.tar.gz chromium_src-6aa17e815f13a4f4d49c2614c40a188806b15c67.tar.bz2 |
Revert 93308 - Add a sandbox API to allow closing open handles at lockdown.
BUG=58069
BUG=74242
TEST=sbox_integration_tests --gtest_filter=HandleCloserTests.*
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=93274
Review URL: http://codereview.chromium.org/7253054
TBR=jschuh@chromium.org
Review URL: http://codereview.chromium.org/7473022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93315 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sandbox/sandbox.gyp')
-rw-r--r-- | sandbox/sandbox.gyp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sandbox/sandbox.gyp b/sandbox/sandbox.gyp index 6832c8a..a9ea6f4 100644 --- a/sandbox/sandbox.gyp +++ b/sandbox/sandbox.gyp @@ -33,10 +33,6 @@ 'src/filesystem_interception.h', 'src/filesystem_policy.cc', 'src/filesystem_policy.h', - 'src/handle_closer.cc', - 'src/handle_closer.h', - 'src/handle_closer_agent.cc', - 'src/handle_closer_agent.h', 'src/handle_table.cc', 'src/handle_table.h', 'src/interception.cc', @@ -287,7 +283,6 @@ 'src/dep_test.cc', 'src/file_policy_test.cc', 'tests/integration_tests/integration_tests_test.cc', - 'src/handle_closer_test.cc', 'src/integrity_level_test.cc', 'src/ipc_ping_test.cc', 'src/named_pipe_policy_test.cc', |