summaryrefslogtreecommitdiffstats
path: root/sandbox/sandbox.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/sandbox.gyp')
-rw-r--r--sandbox/sandbox.gyp5
1 files changed, 5 insertions, 0 deletions
diff --git a/sandbox/sandbox.gyp b/sandbox/sandbox.gyp
index 1574e5d..58f0059 100644
--- a/sandbox/sandbox.gyp
+++ b/sandbox/sandbox.gyp
@@ -286,6 +286,8 @@
'sources': [
'tests/common/controller.cc',
'tests/common/controller.h',
+ 'tests/common/test_utils.cc',
+ 'tests/common/test_utils.h',
'tests/integration_tests/integration_tests.cc',
'src/dep_test.cc',
'src/file_policy_test.cc',
@@ -324,6 +326,8 @@
'../testing/gtest.gyp:gtest',
],
'sources': [
+ 'tests/common/test_utils.cc',
+ 'tests/common/test_utils.h',
'tests/unit_tests/unit_tests.cc',
'src/interception_unittest.cc',
'src/service_resolver_unittest.cc',
@@ -335,6 +339,7 @@
'src/policy_opcodes_unittest.cc',
'src/ipc_unittest.cc',
'src/threadpool_unittest.cc',
+ 'src/win_utils_unittest.cc',
],
},
{