summaryrefslogtreecommitdiffstats
path: root/sandbox/sandbox.gyp
diff options
context:
space:
mode:
authorrvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-29 00:24:26 +0000
committerrvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-29 00:24:26 +0000
commitddcd5e3b2cd813bc21befe70f8faf6eb65dd3829 (patch)
treeab310abd6ace427cf08c315ec549d4e64f429059 /sandbox/sandbox.gyp
parentaac2c87d5100f23b869435387d55938e70ae8d34 (diff)
downloadchromium_src-ddcd5e3b2cd813bc21befe70f8faf6eb65dd3829.zip
chromium_src-ddcd5e3b2cd813bc21befe70f8faf6eb65dd3829.tar.gz
chromium_src-ddcd5e3b2cd813bc21befe70f8faf6eb65dd3829.tar.bz2
Sandbox: Add the base code for the 46-bit service resolver.
BUG=27218 TEST=none Review URL: http://codereview.chromium.org/552223 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37468 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sandbox/sandbox.gyp')
-rw-r--r--sandbox/sandbox.gyp6
1 files changed, 5 insertions, 1 deletions
diff --git a/sandbox/sandbox.gyp b/sandbox/sandbox.gyp
index 58f0059..85bd6b3 100644
--- a/sandbox/sandbox.gyp
+++ b/sandbox/sandbox.gyp
@@ -76,6 +76,7 @@
'src/sandbox.cc',
'src/sandbox.h',
'src/security_level.h',
+ 'src/service_resolver.h',
'src/shared_handles.cc',
'src/shared_handles.h',
'src/sid.cc',
@@ -207,7 +208,6 @@
'src/registry_interception.cc',
'src/registry_interception.h',
'src/service_resolver.cc',
- 'src/service_resolver.h',
'src/sharedmem_ipc_client.cc',
'src/sharedmem_ipc_client.h',
'src/sharedmem_ipc_server.cc',
@@ -263,6 +263,10 @@
},
},
'msvs_guid': 'BE3468E6-B314-4310-B449-6FC0C52EE155',
+ 'sources': [
+ # Files that are used by the 64-bit version of Windows sandbox only.
+ 'src/service_resolver_64.cc',
+ ],
'include_dirs': [
'..',
],