summaryrefslogtreecommitdiffstats
path: root/sandbox/sandbox.gyp
diff options
context:
space:
mode:
authorcpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-16 03:36:07 +0000
committercpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-16 03:36:07 +0000
commitc5bc458d56735c5b0d618d053490a8a3a61d303a (patch)
tree1609412cdf30742253672b2ab255afa76441c007 /sandbox/sandbox.gyp
parent55b4759c126c40c0d3bc11a8a067403beb0cc3c8 (diff)
downloadchromium_src-c5bc458d56735c5b0d618d053490a8a3a61d303a.zip
chromium_src-c5bc458d56735c5b0d618d053490a8a3a61d303a.tar.gz
chromium_src-c5bc458d56735c5b0d618d053490a8a3a61d303a.tar.bz2
Third change to port sandbox to 64 bits
- Enable registry, file and event policy - Now sbox_integration_tests.exe runs and all tests pass BUG=27218 TEST=included Review URL: http://codereview.chromium.org/992003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41673 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sandbox/sandbox.gyp')
-rw-r--r--sandbox/sandbox.gyp16
1 files changed, 8 insertions, 8 deletions
diff --git a/sandbox/sandbox.gyp b/sandbox/sandbox.gyp
index 76199bd..3470b16 100644
--- a/sandbox/sandbox.gyp
+++ b/sandbox/sandbox.gyp
@@ -27,6 +27,10 @@
'src/dep.h',
'src/eat_resolver.cc',
'src/eat_resolver.h',
+ 'src/filesystem_dispatcher.cc',
+ 'src/filesystem_dispatcher.h',
+ 'src/filesystem_interception.cc',
+ 'src/filesystem_interception.h',
'src/filesystem_policy.cc',
'src/filesystem_policy.h',
'src/interception.cc',
@@ -64,6 +68,10 @@
'src/process_thread_interception.h',
'src/process_thread_policy.cc',
'src/process_thread_policy.h',
+ 'src/registry_dispatcher.cc',
+ 'src/registry_dispatcher.h',
+ 'src/registry_interception.cc',
+ 'src/registry_interception.h',
'src/registry_policy.cc',
'src/registry_policy.h',
'src/resolver.cc',
@@ -214,14 +222,6 @@
'msvs_guid': '881F6A97-D539-4C48-B401-DF04385B2343',
'sources': [
# Files that are used by the 32-bit version of Windows sandbox only.
- 'src/filesystem_dispatcher.cc',
- 'src/filesystem_dispatcher.h',
- 'src/filesystem_interception.cc',
- 'src/filesystem_interception.h',
- 'src/registry_interception.cc',
- 'src/registry_dispatcher.cc',
- 'src/registry_dispatcher.h',
- 'src/registry_interception.h',
'src/resolver_32.cc',
'src/service_resolver_32.cc',
'src/sidestep_resolver.cc',