| Index: sandbox/linux/sandbox_linux_test_sources.gypi
|
| diff --git a/sandbox/linux/sandbox_linux_test_sources.gypi b/sandbox/linux/sandbox_linux_test_sources.gypi
|
| index f246ebb090b5bef3d62c485856b0143c8a3240a0..cefe96264c713eb4d811615b8f8a4b06075e40c9 100644
|
| --- a/sandbox/linux/sandbox_linux_test_sources.gypi
|
| +++ b/sandbox/linux/sandbox_linux_test_sources.gypi
|
| @@ -8,6 +8,7 @@
|
| 'dependencies': [
|
| 'sandbox',
|
| 'sandbox_linux_test_utils',
|
| + 'sandbox_services',
|
| '../base/base.gyp:base',
|
| '../base/base.gyp:test_support_base',
|
| '../testing/gtest.gyp:gtest',
|
| @@ -17,6 +18,7 @@
|
| ],
|
| 'sources': [
|
| 'services/scoped_process_unittest.cc',
|
| + 'services/syscall_wrappers_unittest.cc',
|
| 'services/thread_helpers_unittests.cc',
|
| 'services/yama_unittests.cc',
|
| 'syscall_broker/broker_process_unittest.cc',
|
| @@ -24,6 +26,7 @@
|
| 'tests/scoped_temporary_file.cc',
|
| 'tests/scoped_temporary_file.h',
|
| 'tests/scoped_temporary_file_unittest.cc',
|
| + 'tests/test_utils_unittest.cc',
|
| 'tests/unit_tests_unittest.cc',
|
| ],
|
| 'conditions': [
|
|
|