From 284dadf39378ae2ef6b18edce0a7b4f54364f9a0 Mon Sep 17 00:00:00 2001 From: "jschuh@chromium.org" Date: Fri, 24 Jun 2011 22:17:06 +0000 Subject: Factor Windows handle enumeration code into its own classesI did some general cleanup and isolated out the handle enumeration. TEST=sbox_unittests.exe --gtest_filter=HandleTable.* BUG=86521 Review URL: http://codereview.chromium.org/7206007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@90449 0039d316-1c4b-4281-b951-d872f2087c98 --- sandbox/sandbox.gyp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sandbox/sandbox.gyp') diff --git a/sandbox/sandbox.gyp b/sandbox/sandbox.gyp index 6a91af6..914a9d7 100644 --- a/sandbox/sandbox.gyp +++ b/sandbox/sandbox.gyp @@ -33,6 +33,8 @@ 'src/filesystem_interception.h', 'src/filesystem_policy.cc', 'src/filesystem_policy.h', + 'src/handle_table.cc', + 'src/handle_table.h', 'src/interception.cc', 'src/interception.h', 'src/interception_agent.cc', @@ -317,6 +319,7 @@ 'tests/common/test_utils.cc', 'tests/common/test_utils.h', 'tests/unit_tests/unit_tests.cc', + 'src/handle_table_unittest.cc', 'src/interception_unittest.cc', 'src/service_resolver_unittest.cc', 'src/restricted_token_unittest.cc', -- cgit v1.1