| 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 bf414712132bb0d7780e4b3df6d33f598721315b..c72ef51ed4f1d90568d11c94cad5aca2b554c725 100644
|
| --- a/sandbox/linux/sandbox_linux_test_sources.gypi
|
| +++ b/sandbox/linux/sandbox_linux_test_sources.gypi
|
| @@ -16,12 +16,15 @@
|
| '../..',
|
| ],
|
| 'sources': [
|
| - 'tests/main.cc',
|
| - 'tests/unit_tests_unittest.cc',
|
| 'services/broker_process_unittest.cc',
|
| 'services/scoped_process_unittest.cc',
|
| 'services/thread_helpers_unittests.cc',
|
| 'services/yama_unittests.cc',
|
| + 'tests/main.cc',
|
| + 'tests/scoped_temporary_file.cc',
|
| + 'tests/scoped_temporary_file.h',
|
| + 'tests/scoped_temporary_file_unittest.cc',
|
| + 'tests/unit_tests_unittest.cc',
|
| ],
|
| 'conditions': [
|
| [ 'compile_suid_client==1', {
|
|
|