summaryrefslogtreecommitdiffstats
path: root/sandbox/sandbox.gyp
diff options
context:
space:
mode:
authorjschuh@chromium.org <jschuh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-29 16:29:01 +0000
committerjschuh@chromium.org <jschuh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-29 16:29:01 +0000
commitbb7917f1f130da7ef16f5653fbc6aa778e00e044 (patch)
treed42842faefe4db1635e3b6d504d1d41bbf4992db /sandbox/sandbox.gyp
parentf6e06204466d7ce6d33a3f5a9cf3ae2128561df7 (diff)
downloadchromium_src-bb7917f1f130da7ef16f5653fbc6aa778e00e044.zip
chromium_src-bb7917f1f130da7ef16f5653fbc6aa778e00e044.tar.gz
chromium_src-bb7917f1f130da7ef16f5653fbc6aa778e00e044.tar.bz2
Revert 129627 - Add a sandbox API for broker handle duplication
BUG=119250 Review URL: https://chromiumcodereview.appspot.com/9838083 TBR=jschuh@chromium.org Review URL: https://chromiumcodereview.appspot.com/9924010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129629 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sandbox/sandbox.gyp')
-rw-r--r--sandbox/sandbox.gyp9
1 files changed, 1 insertions, 8 deletions
diff --git a/sandbox/sandbox.gyp b/sandbox/sandbox.gyp
index 50a9bfe..4224019 100644
--- a/sandbox/sandbox.gyp
+++ b/sandbox/sandbox.gyp
@@ -1,4 +1,4 @@
-# Copyright (c) 2012 The Chromium Authors. All rights reserved.
+# Copyright (c) 2011 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,12 +37,6 @@
'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',
@@ -282,7 +276,6 @@
'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',