| 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 ffbf9c6191b09ab8e92fead3b395a478e9d3dd7b..01db0e94df61cdb6236b51a71597462b44d96c72 100644
|
| --- a/sandbox/linux/sandbox_linux_test_sources.gypi
|
| +++ b/sandbox/linux/sandbox_linux_test_sources.gypi
|
| @@ -7,7 +7,6 @@
|
| {
|
| 'dependencies': [
|
| 'sandbox',
|
| - 'sandbox_linux_test_utils',
|
| '../base/base.gyp:base',
|
| '../base/base.gyp:test_support_base',
|
| '../testing/gtest.gyp:gtest',
|
| @@ -17,6 +16,10 @@
|
| ],
|
| 'sources': [
|
| 'tests/main.cc',
|
| + 'tests/test_utils.cc',
|
| + 'tests/test_utils.h',
|
| + 'tests/unit_tests.cc',
|
| + 'tests/unit_tests.h',
|
| 'tests/unit_tests_unittest.cc',
|
| 'services/broker_process_unittest.cc',
|
| 'services/scoped_process_unittest.cc',
|
|
|