diff options
author | jschuh@chromium.org <jschuh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-24 22:17:06 +0000 |
---|---|---|
committer | jschuh@chromium.org <jschuh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-24 22:17:06 +0000 |
commit | 284dadf39378ae2ef6b18edce0a7b4f54364f9a0 (patch) | |
tree | 538aaaa212067f195cb138d0d5a8322aea7d0d50 /sandbox/sandbox.gyp | |
parent | 1f751e27b7e0153f718564989bd9064b461e8ed2 (diff) | |
download | chromium_src-284dadf39378ae2ef6b18edce0a7b4f54364f9a0.zip chromium_src-284dadf39378ae2ef6b18edce0a7b4f54364f9a0.tar.gz chromium_src-284dadf39378ae2ef6b18edce0a7b4f54364f9a0.tar.bz2 |
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
Diffstat (limited to 'sandbox/sandbox.gyp')
-rw-r--r-- | sandbox/sandbox.gyp | 3 |
1 files changed, 3 insertions, 0 deletions
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', |