summaryrefslogtreecommitdiffstats
path: root/sandbox/sandbox.gyp
diff options
context:
space:
mode:
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': [
'..',
],