From f6e06204466d7ce6d33a3f5a9cf3ae2128561df7 Mon Sep 17 00:00:00 2001 From: "jschuh@chromium.org" Date: Thu, 29 Mar 2012 15:29:56 +0000 Subject: Add a sandbox API for broker handle duplication BUG=119250 Review URL: https://chromiumcodereview.appspot.com/9838083 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129627 0039d316-1c4b-4281-b951-d872f2087c98 --- sandbox/sandbox.gyp | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'sandbox/sandbox.gyp') diff --git a/sandbox/sandbox.gyp b/sandbox/sandbox.gyp index 4224019..50a9bfe 100644 --- a/sandbox/sandbox.gyp +++ b/sandbox/sandbox.gyp @@ -1,4 +1,4 @@ -# Copyright (c) 2011 The Chromium Authors. All rights reserved. +# Copyright (c) 2012 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. @@ -37,6 +37,12 @@ 'src/handle_closer.h', 'src/handle_closer_agent.cc', 'src/handle_closer_agent.h', + 'src/handle_dispatcher.cc', + 'src/handle_dispatcher.h', + 'src/handle_interception.cc', + 'src/handle_interception.h', + 'src/handle_policy.cc', + 'src/handle_policy.h', 'src/handle_table.cc', 'src/handle_table.h', 'src/interception.cc', @@ -276,6 +282,7 @@ 'tests/integration_tests/integration_tests.cc', 'src/dep_test.cc', 'src/file_policy_test.cc', + 'src/handle_policy_test.cc', 'tests/integration_tests/integration_tests_test.cc', 'src/handle_closer_test.cc', 'src/integrity_level_test.cc', -- cgit v1.1