summaryrefslogtreecommitdiffstats
path: root/sandbox/sandbox.gyp
diff options
context:
space:
mode:
authorcpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-13 02:22:32 +0000
committercpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-13 02:22:32 +0000
commit0d6cf24f8f5fc56e1205591be16445b99328b55b (patch)
tree3c6fcc03389e4a4075b63dd04c72cfdabb8c5ae3 /sandbox/sandbox.gyp
parent6afb7ba3aedafb79c1b28bc29c2123b06015596a (diff)
downloadchromium_src-0d6cf24f8f5fc56e1205591be16445b99328b55b.zip
chromium_src-0d6cf24f8f5fc56e1205591be16445b99328b55b.tar.gz
chromium_src-0d6cf24f8f5fc56e1205591be16445b99328b55b.tar.bz2
Re-land second sandbox round of changes
- broke integration tests See http://codereview.chromium.org/757001 BUG=27218 TEST=included No change in the original files. The only changes are in the files: sandbox/src/registry_dispatcher.cc sandbox/src/registry_dispatcher.h sandbox/src/filesystem_dispatcher.cc Because now even in 32 bits the handles map to void pointers Review URL: http://codereview.chromium.org/873006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41523 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sandbox/sandbox.gyp')
-rw-r--r--sandbox/sandbox.gyp8
1 files changed, 4 insertions, 4 deletions
diff --git a/sandbox/sandbox.gyp b/sandbox/sandbox.gyp
index 50094f9..76199bd 100644
--- a/sandbox/sandbox.gyp
+++ b/sandbox/sandbox.gyp
@@ -58,6 +58,10 @@
'src/policy_params.h',
'src/policy_target.cc',
'src/policy_target.h',
+ 'src/process_thread_dispatcher.cc',
+ 'src/process_thread_dispatcher.h',
+ 'src/process_thread_interception.cc',
+ 'src/process_thread_interception.h',
'src/process_thread_policy.cc',
'src/process_thread_policy.h',
'src/registry_policy.cc',
@@ -214,10 +218,6 @@
'src/filesystem_dispatcher.h',
'src/filesystem_interception.cc',
'src/filesystem_interception.h',
- 'src/process_thread_dispatcher.cc',
- 'src/process_thread_dispatcher.h',
- 'src/process_thread_interception.cc',
- 'src/process_thread_interception.h',
'src/registry_interception.cc',
'src/registry_dispatcher.cc',
'src/registry_dispatcher.h',